Search found 6 matches

by frodfigu
2015-07-29T01:44:04-07:00
Forum: Developers
Topic: Using Imagemagick from PHP on Apache Mac Server
Replies: 2
Views: 4162

Re: Using Imagemagick from PHP on Apache Mac Server

I can see this error on my Apache Log:

Code: Select all

identify: unable to open image `foto.jpg': Permission denied @ error/blob.c/OpenBlob/2709
Please anyone can help me?

:( :( :(
by frodfigu
2015-07-28T05:31:28-07:00
Forum: Developers
Topic: Using Imagemagick from PHP on Apache Mac Server
Replies: 2
Views: 4162

Using Imagemagick from PHP on Apache Mac Server

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 ...
by frodfigu
2010-12-14T17:22:19-07:00
Forum: Developers
Topic: composite tool for print image
Replies: 9
Views: 18364

Re: composite tool for print image

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 ...
by frodfigu
2010-12-13T05:46:01-07:00
Forum: Developers
Topic: composite tool for print image
Replies: 9
Views: 18364

Re: composite tool for print image

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 ...
by frodfigu
2010-12-12T16:13:29-07:00
Forum: Developers
Topic: composite tool for print image
Replies: 9
Views: 18364

Re: composite tool for print image

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 ...
by frodfigu
2010-11-12T15:47:41-07:00
Forum: Developers
Topic: composite tool for print image
Replies: 9
Views: 18364

composite tool for print image

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