« 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

> When doing some interpolation between destination pixels, for every
> destination pixel multiple source pixels must be converted to the correct
> color space.
> This means it is faster to convert the source at once to the required
> colorspace, then every source pixel just needs to be converted once.

It may be enough to convert individual scanlines and clobber them with the next one. It depends. I need to look at some image filters and analyse their access pattern. It could be pretty random, I need to come up with something solid. I was just trying to see if anybody else out there already had to do this and could give some pointers.

Best regards,
-Stephan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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