--- ImageMagickToolkit.class.old 2007-04-19 14:49:18.000000000 -0700 +++ ImageMagickToolkit.class 2007-04-19 20:38:01.000000000 -0700 @@ -524,6 +524,10 @@ } } + /* Modification to use SRGB always! */ + $command[] = '-profile'; + $command[] = '/path/to/sRGB_IEC61966-2-1_withBPC.icc'; + switch ($outputMimeType) { case 'image/jpeg' : $command[] = '-quality';