« Return to Thread: On-the-fly color space conversions

Re: On-the-fly color space conversions

by Stephan Assmus :: Rate this Message:

Reply to Author | View in Thread

Hi Lorne,

thanks for the info! In the specific API I was implementing, the client
code can never access image data directly, it always has to go through
import and export functions. This allowed me to use an internal image
format for the bulk of the color spaces that I need to support, so that
conversion only happens at those import/export functions, but never
during the rendering pipeline.

If I had to implement what I originally asked about, I believe it would
have had to do with Image Accessors doing the necessary on-the-fly
conversion when reading and supplying scanlines.

Best regards,
-Stephan

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Vector-agg-general mailing list
Vector-agg-general@...
https://lists.sourceforge.net/lists/listinfo/vector-agg-general

 « Return to Thread: On-the-fly color space conversions