unable to load xx.bmp if Width > 65532

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

Post Reply
ghgnam
Posts: 3
Joined: Fri Apr 06, 2012 7:39 pm

unable to load xx.bmp if Width > 65532

Post by ghgnam »

unable to load Bitmap-file (xx.bmp) if one Dimension exeeds the limit of GFL_UINT16.

==============================================
Using GFL_VERSION 3.40 (64 bit) (Windows 7)
==============================================
---------
If Width x Height = 65532 x 2000 gflGetFileInformation(..) works OK.
---------
If Width x Height = 65536 x 2000 and 'file' is a bmp-File.
gflGetFileInformation( file, -1, &info ) returns the errorcode [Error to open file]

gflLoadBitmap returns the same error
--------

Loading a xx.tif file of that size, gflLoadBitmap works OK an it's possible to
save the loaded 'bitmap' using gflSaveBitmap( dstfilename, bitmap, &save_option ) as
a xxx.bmp file !!! and that xxx.bmp file is OK !!
Windows7 viewer can display it.

-------
NConvert6.05 and Xnview1.98.8 have similar Problems to open that xxx.bmp file

------

Regards Reinhard
-------
User avatar
xnview
Author of XnView
Posts: 43444
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: unable to load xx.bmp if Width > 65532

Post by xnview »

Yes, i'm not sure that BMP file can have width > 0xffff
Pierre.
Post Reply