best fit option

This commit is contained in:
Milan Nikolic
2015-11-05 05:06:45 +01:00
parent bbcaf0f9dd
commit 97aae5e0c7
2 changed files with 9 additions and 2 deletions

View File

@@ -54,12 +54,13 @@ Using
--width=0 Image width
--height=0 Image height
--fit Best fit for required width and height
--quality=75 JPEG image quality
--filter=2 0=NearestNeighbor, 1=Box, 2=Linear, 3=MitchellNetravali, 4=CatmullRom, 6=Gaussian, 7=Lanczos
--png Encode images to PNG instead of JPEG
--bmp Encode images to 4-Bit BMP (16 colors) instead of JPEG
--gif Encode images to GIF instead of JPEG
--rgb Convert images that have RGB colorspace (use --no-rgb if you only want to process grayscale images)
--rgb Convert images that have RGB colorspace (use --no-rgb if you only want to convert grayscale images)
--nonimage Leave non image files in archive (use --no-nonimage to remove non image files from archive)
--grayscale Convert images to grayscale (monochromatic)
--rotate=0 Rotate images, valid values are 0, 90, 180, 270