On Wed, 2002-05-29 at 17:32, Bryan R Harris wrote:

> I am by no means an expert, but you've got a big task on your hands.  BMP
> files will probably be the easiest, since they are stored - red, green,
> blue, red, green, blue, ...., but there is header information you have to
> get past, and you also have to figure out how long the rows are.  PNG and
> JPG are compressed, so you'll have to decompress them before you can get
> the RGB values, which is not an easy task.  I think there are GNU libraries
> for it, but I'm not sure.

I'd like to use a library that would mask the format to a large extent
from the user. I don't want to open up the file an read the values
directly if at all possible. 

Thanks,


Chris Egan
[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to