views:

19

answers:

0

My C# application receives image files from KOFAX VRS TWAIN driver in TWSX_FILE mode, but neither my own .NET based application nor Windows default image viewer can open these files. However, Adobe Photoshop can open them without any problem. I tried FreeImage library and although it detects their dimensions correctly it renders black images. It seems that KOFAX has some kind of its own bitmap format which its header is different from normal bmp files: http://www.fileformat.info/mirror/egff/ch03_03.htm I have uploaded one of these files here: http://www.box.net/shared/aby42aagz4 I wanted to know how can I open these images in my applications, anybody knows any lightweight open source/free library or C++/C# code snippet, supporting this image format?