> Sure, we could allow that, as well as just mmap()ing the image if
> the format is uncompressed binary.

Yeah - see my other post ... I think we can do this relatively easy ...

> > > It should also be able to convert images between different formats.
> > That could be done by chaining a load and a save call appropriately.

> Not very good performance wise. You should really be able to do
> read-from-memory-into-register, convert, write-to-final-destination
> for each pixel (for cases where pixels don't affect eachother that
> is).

Sure. This is how I meant it. It is defintely no good to have

LoadImageToTempSpace();
SaveImageFromTempSpace();

I rather thought of something akin to

while(write(handle,buffer,read(handle,buffer,bufsize))); 

...

CU, ANdy

-- 
= Andreas Beck                    |  Email :  <[EMAIL PROTECTED]> =

Reply via email to