|
Formats

Choose the image format you want to save the converted images as in the format list.
Each image format you can save to has its own Format Options, where you can configurate how to save in the particular image format.
JPG (JPEG File Interchange) Image Format
Format Parameter:
/convert JPG COMPRESSIONMETHOD COLORDEPTH QUALITY PROGRESSIVEPASSES
Example: /convert JPG 10 org 1 0
Parameter Description:
CompressionMethod: Can either be 0 = Lossless JPEG, 1 = YUV 4:4:4, 2 = YUV 4:2:2, 3 = YUV 4:1:1, 4 = CieLAB 4:4:4, 5 = CieLAB 4:2:2, 6 = CieLAB 4:1:1.
ColorDepth: Can either be 8, 12, 16, 24 or org (use source image bitsperpixel, if it's not available in this format ImageBadger chooses the closest BPP).
Quality: Value must be between 2 and 255. For lossless JPG, use CompressionMethod 0 and set quality to 0.
ProgressivePasses: Use 0 for none, or 1-10 for the number of passes to use.
For more information about the options for this image type, see it's Options window in ImageBadger.
BMP (Windows or OS/2 Bitmap) Image Format
Format Parameter:
/convert BMP COMPRESSIONMETHOD COLORDEPTH QUALITY PROGRESSIVEPASSES
Example: /convert BMP 0 org 0 0
Parameter Description:
CompressionMethod: Can either be 0 = No Compression, 1 = RLE Compression, 2 = OS/2 BMP Version 1, 3 = OS/2 BMP Version 2.
ColorDepth: Can either be 1, 4, 8, 16, 24, 32 or org (use source image bitsperpixel, if it's not available in this format ImageBadger chooses the closest BPP).
Quality: None ( 0 ).
ProgressivePasses: None ( 0 ).
For more information about the options for this image type, see it's Options window in ImageBadger.
PNG (Portable Networks Graphics) Image Format
Format Parameter:
/convert PNG COMPRESSIONMETHOD COLORDEPTH QUALITY PROGRESSIVEPASSES
Example: /convert PNG 0 org 0 0
Parameter Description:
CompressionMethod: None ( 0 ).
ColorDepth: Can either be 1, 4, 8, 24, 32 or org (use source image bitsperpixel, if it's not available in this format ImageBadger chooses the closest BPP).
Quality: Use 0 for default, else value must be between 1 and 9.
ProgressivePasses: None ( 0 ).
For more information about the options for this image type, see it's Options window in ImageBadger.
»
|