I have some .jpg files without a color profile, and would like to set them to a particular color profile using exiftool.
I am using a PNG file as CSS Sprites, and the color profile is making the PNG colors look different on Firefox and on Chrome (on a Macbook Pro)
Is there any technology available in a browser (client-side) able to convert sRGB colors to CMYK and vice versa using a specified ICC color pro开发者_运维知识库file?
I am creating a flash site where someone can customize a canvas. Then they can preview this canvas on the product. Because of the way monitors display colors, we wanted to try to embed an icc color pr
I\'d like to convert a set of pixel values from one profiled colorspace to another, without thes开发者_C百科e values residing in an image file, such as (say) a list of RGB/RGBA/CMYK/etc data structure
I\'m running CF9 and just learned that CF9\'s CFIMAGE tag does not support ICC Profiles, which makes the \"capability\" pretty worthless on the Mac, which adds ICC Profiles to all screen grabs.
Just for fun I\'ve been looking at how to use the GD library to create a colour palette from an image. So far I\'ve used GD to resize a user uploaded image to an appropriate size for displaying on a w
I have an SWF file with only vector illustrations in it 开发者_如何学Go(no bitmaps). Is there a way to improve colour consistency across different monitors?
I am programmatically generating several sizes 开发者_如何转开发of thumbnails for images. I need to preserve the color space of an image while removing all (other) EXIF information.