
Suggestion for GFL
Moderators: helmut, XnTriq, xnview
- Nikolay Raspopov
- Posts: 89
- Joined: Thu Jun 24, 2004 4:25 pm
- Location: Russia
- Contact:
Suggestion for GFL
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
Ok, it's necessary for IE?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">.
Pierre.
- Nikolay Raspopov
- Posts: 89
- Joined: Thu Jun 24, 2004 4:25 pm
- Location: Russia
- Contact:
Re: Suggestion for GFL
Why not? Lets boost windows with power of GFL!xnview wrote:Ok, it's necessary for IE?

Re: Suggestion for GFL
But GFL make the job????Nikolay Raspopov wrote:Why not? Lets boost windows with power of GFL!xnview wrote:Ok, it's necessary for IE?
Pierre.