Note
This is general section, that applies to all Tessel Software Line programs that uses INI
file.
- BitsPerColor
Integer value from 4 to 7; a number of bits per each basic color that is used when the image palette is converted to true-color format for processing and converting result back while storing.
- ConversionLimit
Integer value; the code number of color format of image that colors filtering is applied (see
FilterType
parameter):0 – do not use filtering at all;
1,2 – enables filtering when transforming color and gray-scaled images;
4,16– enables filtering for color and gray-scaled 256-palette images as well as for true-color images;
256 – enables filtering only for true-color images;
- FilterType
Integer value from 2 to 6; the code number of filter type used while calculating color of each pixel in image resizing, rotating and calibrating:
2 – linear;
3 – cubic;
4 – Lanczos;
5 – Hamming;
6 – Blackman;