Unit 'icon' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

ICONPUTA_OptimizeImageSpace

Tag for PutIconTagList(), Try to compress image data (BOOL)

Declaration

Source position: icon.pas line 136

const ICONPUTA_OptimizeImageSpace = ICONA_Dummy + 59;

Description

A palette mapped icon image might not use the entire icon palette. By default, icon.library does not bother about this, it expects the creator of the icon to choose its palette efficiently. But just in case, you can tell icon.library to attempt to identify how many colours are really in use and to optimize its image compressor for them. This may take extra time and is not recommended for daily use. This tag defaults to False.


Documentation generated on: 2021-07-30