Blog

Tag Archives: Free Code

Using PHP’s Imagick class to convert a CMYK jpeg to RGB

We’ve recently converted all of our image processing from using GD to using ImageMagick and one of the biggest stumbling blocks in doing that has been the lack of documentation for PHP’s Imagick class. I ran into a problem when … Continue reading