views:

23

answers:

1

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 profile in the previewed image so the user can get a better idea of what the end product will look like. For instance, if they upload something with a really bright red, the preview will show this in a more realistic color to what can be printed on the canvas. This preview is generated on the fly in a flex application using as3.

Anybody have any tips or links they can send me on how I could go about doing this? Is this possible? I realize I could fake something by manipulating colors in flash, but the printer that prints the canvas is able to export an icc profile that will be more accurate. So, I'd like to use that if possible.

A: 

check out this tutorial by Dave Jacowitz at Adobe called Using color correction in Flash Player 10.

TheDarkInI1978
i did read that, it seems that it can't be used on the fly. I could also send the image to php on a server and return it.
pfunc