Code: Select all
convert input.pdf -profile USWebCoatedSWOP.icc -profile sRGB.icm -colorspace rgb -quality 100 output.jpgCode: Select all
convert input.pdf -profile USWebCoatedSWOP.icc -profile sRGB.icm -colorspace rgb -quality 100 output.jpgCode: Select all
...
$imag->Profile( name => '.../cmyk/USWebCoatedSWOP.icc' );
$imag->Profile( name => '.../rgb/ColorMatchRGB.icc' );
$imag->Profile( profile => '' ); # delete embedded profiles to save space
...
Users browsing this forum: No registered users and 13 guests