I bought a script which includes a default ImageMagick's command for creating thumbmails. I'm not satisfied with the contrast of the thumbmails and i would like to make some tests adding more contrast/colours
This is the actual command that the script uses is:
Code: Select all
-enhance -strip -unsharp 1.0x1.0+0.5 -unsharp 1.0x1.0+0.5 -modulate 110,102,100 -unsharp 1.0x1.0+0.5 -contrast -gamma 1.2 -resize %SIZE% %INPUT_FILE% -filter Lanczos -filter Blackman -quality 95 %OUTPUT_FILE%
Thanks.