| Home
|
|
|
Command line PNG batch converterPortable Network Graphics (PNG)Png file format is a comparatively new progressive format originally designed to replace dated Gif. Use the following parameters to adjust settings of this format:
bppBpp parameter specifies the number of bits used to transfer colors of one pixel. Its allowed values are:
The default value is: 24. Example:-convertto png bpp:48 quantQuant parameter reduces the number of distinct colors used in an image while preserving visual image quality. Quant parameter can accept a whole number from 0 to 8. The default value is: 8. Example:-convertto png quant:4 ditherDither is a form of noise, or 'erroneous' signal or data which is added to sample data to minimize quantization error. Dither parameter can accept two values: yes and no. The default value is: yes. Example:-convertto png dither:no compressionCompression parameter specifies compression level of the output image. It can accept whole numbers from 0 to 9 (default - 5). The default value is: 5. Example:-convertto png compression:3 ICPCL.exe -convertto png bpp:32 compression:8 quant:2 dither:no -source "C:\Original files" -dest "C:\Converted files" tips
|
||