I'm using gflAx component, and I have sometimes problems to find out the correct height of TIFF image, because the "Height" property returns only HALF height. Is it some bug or am I doing something wrong ? Here is my VB source code:
Dim g As GflAx.GflAx
Set g = New GflAx.GflAx
g.LoadBitmap ("c:/web/docshare/admin_comm.tif")
g.Page = 2
Dim x As Integer
x = g.height ' here is returned bad Y size
Bad image height on some TIFF files (gflAx)
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44920
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Bad image height on some TIFF files (gflAx)
Could you send me the tiff file?prasse wrote:I'm using gflAx component, and I have sometimes problems to find out the correct height of TIFF image, because the "Height" property returns only HALF height. Is it some bug or am I doing something wrong ? Here is my VB source code:
Dim g As GflAx.GflAx
Set g = New GflAx.GflAx
g.LoadBitmap ("c:/web/docshare/admin_comm.tif")
g.Page = 2
Dim x As Integer
x = g.height ' here is returned bad Y size
Pierre.