(mogrify -resize 100% -filter Triangle .etc. *.jpg ).. doesn't work
Posted: 2016-04-14T01:51:33-07:00
Hi all,
with IMAGEMAGICK, I have found and tested with success this string.
(with resize 100% NO resize pixels image is done but a very high Mbyte compression is done!)
"mogrify -resize 100% -filter Triangle -define filter:support=2 -unsharp 0.25x0.25+8+0.065 -dither None -posterize 136 -quality 82 -define jpeg:fancy-upsampling=off -interlace none -colorspace sRGB *.jpg"
Apply this string on A SINGLE IMAGE, all works good, but with *.jpg option, the computer starts to work, the process is working in the system, but after many minutes, NO output is generated, neather one file is changed, as the process is working bad.
Does anyone have an idea or a solutiuon? (I'm using Linux Mint MATE 17.3 64bit)
with IMAGEMAGICK, I have found and tested with success this string.
(with resize 100% NO resize pixels image is done but a very high Mbyte compression is done!)
"mogrify -resize 100% -filter Triangle -define filter:support=2 -unsharp 0.25x0.25+8+0.065 -dither None -posterize 136 -quality 82 -define jpeg:fancy-upsampling=off -interlace none -colorspace sRGB *.jpg"
Apply this string on A SINGLE IMAGE, all works good, but with *.jpg option, the computer starts to work, the process is working in the system, but after many minutes, NO output is generated, neather one file is changed, as the process is working bad.
Does anyone have an idea or a solutiuon? (I'm using Linux Mint MATE 17.3 64bit)