Search found 3 matches

by vianna_lsv
2016-04-04T10:28:30-07:00
Forum: MagickWand for PHP
Topic: Problems with resize and optimize image
Replies: 5
Views: 135766

Re: Problems with resize and optimize image

Hello;

When I dont use this command, the process is running normaly. But there is a loss in the color quality in image. How my objetive is execute the code to resize and optimization with less loss, and this is broken my objetive :(

I try implement the code for resizing and optimization using the ...
by vianna_lsv
2016-03-31T22:52:45-07:00
Forum: MagickWand for PHP
Topic: Problems with resize and optimize image
Replies: 5
Views: 135766

Re: Problems with resize and optimize image

Hello;

Thanks so much for your attention.

My IM version is 6.7.2-7 2015-07-23 Q16.

I did the division the command with you suggested and I found the command that generates the problem.

The command is "-posterize 136", if I reduce the value to 100 or less the command is executed without problem ...
by vianna_lsv
2016-03-17T22:06:14-07:00
Forum: MagickWand for PHP
Topic: Problems with resize and optimize image
Replies: 5
Views: 135766

Problems with resize and optimize image

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