I'm new to ImageMagick and I can't get it to work but I need it to convert images into CMYK images for use in PDF's.
I've searched this forum and other websites but their suggestions don't work. I'm probably doing something wrong but I dunno what...
Version: ImageMagick 6.2.8 04/17/08 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html
is what the Red Hat Linux server tells me so I thought everything is ready to go.
In PHP-script I got these lines:
Code: Select all
$input = "rose.jpg";
$output = "testmap/roos.gif";
exec("convert $input $output");
Please tell me, what am I doing wrong?
thnx in advance and excuses for my poor english