Search found 2 matches

by cyberbob
2017-05-09T03:05:10-07:00
Forum: Users
Topic: mogrify take to long on a specific image
Replies: 5
Views: 6805

Re: mogrify take to LOOONG time under LINUX!

Dear Sir,
I have more or less THE SAME ISSUE:
LATEST IM version 6.7.7-10 2017-03-14 under LINUX MINT 17.3 MATE (Ubuntu 14.04.3)

Withe my string:

mogrify -resize 100% -path CompressImage/ -filter Triangle -define filter:support=2 -unsharp 0.25x0.25+8+0.065 -dither None -posterize 136 -quality 82 ...
by cyberbob
2016-04-14T01:51:33-07:00
Forum: Users
Topic: (mogrify -resize 100% -filter Triangle .etc. *.jpg ).. doesn't work
Replies: 2
Views: 2909

(mogrify -resize 100% -filter Triangle .etc. *.jpg ).. doesn't work

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 ...