| Home
|
|
|
|
Command line GIF batch converterGraphics Interchange Format (GIF)GIF file format is used to hold and transfer images in index color mode (not more than 256). Settings of this format are adjusted with the help of the following parameters:
colorsColors parameter specifies the number of colors in the resulting file. Its allowed walues are whole numbers from 2 to 256. The default value is: 255. Example:-convertto gif colors:128 quantQuant parameter reduces the number of distinct colors used in an image while preserving visual image quality. The allowed values of Quantization parameter are whole numbers from 0 to 8. The default value is: 8. Example:-convertto gif quant:4 ditherDither is a form of noise, or 'erroneous' signal or data which is added to sample data to minimize quantization error. The allowed values of dither parameter are : yes and no. The default value is: yes. Example:-convertto gif dither:no multipageMultipage parameter specifies the way of saving output images: as single files or one multipage file. Its allowed values are:
The default value is: as_is. Example:-convertto gif multipage:separate_pages interlaceInterlace parameter activates or deactivates interlacing of output files. Its allowed values are:
The default value is: no. Example:-convertto gif interlace:yes opt_losslessOpt_lossless parameter activates/deactivates lossless image optimizing. Its allowed values are:
The default value is: no. Example:-convertto gif opt_lossless:yes ICPCL.exe -convertto gif colors:128 quant:4 dither:no multipage:append interlance:yes opt_less:yes -source "C:\Original files" -dest "C:\Converted files" tips
|
||