Hi for all. I have a problem to execute a simple line of code to convert an image <?php echo exec("/opt/local/bin/convert foto.jpg -thumbnail 50x50 output.jpg"); ?> I have this path from executing this following code on terminal type convert On my terminal this code works fine and I haven´t to ...
Uhm... I think I know where the problem ... the color profiles, because when I open the file "pack1.jpg" in photoshop it shows me a message like that has no color profile associated with the image. When I save that file with the AdobeRGB profile, the color returns to normal! But I don´t know how to ...
Here are the original file: http://www.orlasprolabs.com/examplesflatten/originalfile.jpg external link: http://www.orlasprolabs.com/examplesflatten/originalfile.jpg I think the problem is not JPG I can make a -resize, -rotate and even can´t see color´s changes. The problem appear when it is a c ...
Hi, thank you very much for your response. Here are the example of the problem. I used the flatten command: convert -size 1181x1575 xc:#FFFFFF -density 200x200 -quality 100 -page +0+0 tempack/1.jpg -page +0+810 tempack/2.jpg -flatten tempack/pack1.jpg this is the original file: http://www ...
Hi! Great tool (imagemagick) and fantastic forum Here is my question: I have a problem with the function-composite, need to generate a composite of several images for printing, but the final composition loses quality in color (something like the saturation of images that make up the composition) How ...