Hi Robert,

I don't understand why you are using a readPixels() callback.  Why not
just avoid calling readPixels() completely and have your own custom
method in your own code.

Is it there is some higher level OSG functionality that you're
actually trying to customize?

Robert.

On Mon, Dec 7, 2009 at 2:18 PM, Robert Milharcic
<[email protected]> wrote:
> Attached is modified (SVN) osg/Image header and osg/image.cpp that adds 
> ReadPixels callback. It can be used to override default Image::readPixels 
> implementation. The reasons I'm proposing this *low priority* addition are as 
> follows:
>
> - one can change how pixel packing is handled
> - implement alternative image allocation strategies (for image banding and 
> tiling as an example)
> - on a fly pixel data processing
> .. and more.
>
> Robert M.
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to