Maybe you can help me with one more thing. I'm trying to dynamically name my files with numbering but I can't get the wildcards to work. This is my EXEC code: $new_file = $dir_name . '/' . $file_name_base . '_Page_'; $cmd = '/usr/local/bin/convert ' . ' -density ' . $compression . ' -profile ...
So I followed all your advice (tho I don't know how to do manual builds of mac/linux programs). I followed your instructions, and got imagemagick installed. I can see the lcms and other things are showing up. Following the command line options and using color profiles, I was able to get this to ...
I've been thinking of migrating to the PHP exec() formatted code but I have everything written the other way. I'll play around with it. Also, I'll see about getting my PDF posted. question: do you know how I can install and confirm the installation of LCMS. I'm getting the impression that could be ...
Already tried that many times with many profiles. Also, tried creating my own CMYK jpg and using commandline to change it to RGB and the color changed just like before. Ill play around with the profiles so more but this seems to be a fundamental problem with how Imagemagick is transposing CMYK ...
I even attempted to run my code to change the exported CMYK jpgs to RGB using Imagemagick on the command line (setting color space to RGB) and the output is exactly the same as if I run my php code.
Hi all, I've been trying to convert CMYK images from a PDF to sRGB for web display (since they're smaller). I get perfect color rendering when the output is CMYK, but when using sRGB colorspace ($img->setImageColorspace(Imagick::COLORSPACE_SRGB)) I do not get true colors. Essentially, everything ...