Problems with resize and optimize image
Posted: 2016-03-17T22:06:14-07:00
Hello
I search in forum a similar problem but I did not find
Could anybody help my.
The pronlem is :
I am trying execute the command:
convert -limit foto/f.jpg -debug exception -filter Triangle -define filter:support=2 -thumbnail 600 -unsharp 0.25x0.08+8.3+0.045 -dither None -posterize 136 -quality 82 -define jpeg:fancy-upsampling=off -define png:compression-filter=5 -define png:compression-level=9 -define png:compression-strategy=1 -define png:exclude-chunk=all -interlace none -colorspace sRGB xuxu2.jpg
When I am executing the command, the command is executing in a long time and did not create a new image.
But When I change the similar code only changing the code of size output "... -thumbnail 500 ... " the code is executed fast and the image (thumb) is created.
I tryed include the code to reduce memory " -limit memory 0 -limit map 0" but the problem is the same.
I tryed also add more memory ".....-limit memory 9999999999 -limit map 999999999 ..." but I have the same problem
sugestions ?
Thasks So Much and good day for all
I search in forum a similar problem but I did not find
Could anybody help my.
The pronlem is :
I am trying execute the command:
convert -limit foto/f.jpg -debug exception -filter Triangle -define filter:support=2 -thumbnail 600 -unsharp 0.25x0.08+8.3+0.045 -dither None -posterize 136 -quality 82 -define jpeg:fancy-upsampling=off -define png:compression-filter=5 -define png:compression-level=9 -define png:compression-strategy=1 -define png:exclude-chunk=all -interlace none -colorspace sRGB xuxu2.jpg
When I am executing the command, the command is executing in a long time and did not create a new image.
But When I change the similar code only changing the code of size output "... -thumbnail 500 ... " the code is executed fast and the image (thumb) is created.
I tryed include the code to reduce memory " -limit memory 0 -limit map 0" but the problem is the same.
I tryed also add more memory ".....-limit memory 9999999999 -limit map 999999999 ..." but I have the same problem
sugestions ?
Thasks So Much and good day for all