Page 1 of 1

representation of binary and grey-scale images

Posted: Thu Mar 10, 2005 10:31 pm
by Antoine
Hi,
I was interested to know how gfl represents particularly binary images. IM represents all images with either 40 (Q8) or 80 (Q16) bits... needless to say it is a complete dog with large images. Resizing an A0 takes upto an hour! Some toolkits can use a single bit (apparently...) for binary images, making memory not really an issue. What is the story with the gfl?
Cheers
Antoine

Re: representation of binary and grey-scale images

Posted: Fri Mar 11, 2005 7:27 am
by xnview
Antoine wrote:Hi,
I was interested to know how gfl represents particularly binary images. IM represents all images with either 40 (Q8) or 80 (Q16) bits... needless to say it is a complete dog with large images. Resizing an A0 takes upto an hour! Some toolkits can use a single bit (apparently...) for binary images, making memory not really an issue. What is the story with the gfl?
GFL use 1 bit for binary images, and 8bits for greyscale

Posted: Sun Mar 13, 2005 5:13 pm
by Antoine
Great to know! Thanks
Cheers
Antoine