Page 1 of 1
Suggestion for GFL
Posted: Sun Dec 12, 2004 11:45 pm
by Nikolay Raspopov
Please add GetFormatBytesByIndex (int format_index, char* bytes, int* size_of_bytes) function that returns bytes used by GFL to detect image format. Example for Windows Bitmap it should return: "BM", 2; for Gif: "GIF8", 4; for Gimp XCF: "gimp xcf", 8. That simplify deep integration GFL in Internet Explorer as IMG-SRC-handler. I already tested some image formats and now my Internet Explorer may display psd-files embedded in html pages <img src="test.psd">.

Re: Suggestion for GFL
Posted: Thu Dec 16, 2004 1:30 pm
by xnview
Nikolay Raspopov wrote:Please add GetFormatBytesByIndex (int format_index, char* bytes, int* size_of_bytes) function that returns bytes used by GFL to detect image format. Example for Windows Bitmap it should return: "BM", 2; for Gif: "GIF8", 4; for Gimp XCF: "gimp xcf", 8. That simplify deep integration GFL in Internet Explorer as IMG-SRC-handler. I already tested some image formats and now my Internet Explorer may display psd-files embedded in html pages <img src="test.psd">.

Ok, it's necessary for IE?
Re: Suggestion for GFL
Posted: Fri Dec 17, 2004 3:02 am
by Nikolay Raspopov
xnview wrote:Ok, it's necessary for IE?
Why not? Lets boost windows with power of GFL!

Re: Suggestion for GFL
Posted: Fri Dec 17, 2004 8:18 am
by xnview
Nikolay Raspopov wrote:xnview wrote:Ok, it's necessary for IE?
Why not? Lets boost windows with power of GFL!

But GFL make the job????