LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Bitmap size (height & width)?

Hello Happy CVI'ers

I use the "GetBitmapFromFile" to load a .bmp scan.
I want to know the size (height and width) of this image put can not
figure out how.
Did I miss a function in the libs ? The "GetBitmapInfo" gives
informations I don' know what to do with.

Thanks for any help,
--Fred.
0 Kudos
Message 1 of 3
(3,185 Views)
GetBitmapData returns the height and width of the bitmap along with the data.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 3
(3,184 Views)
Oups. Sorry, it was evident.
Thanks Chris, I think I parsed a little too quickly the bitmaps
functions.
Not "aware" enought ;-))

Chris Matthews a ecrit :

> GetBitmapData returns the height and width of the bitmap along with
> the data.
>
> Best Regards,
>
> Chris Matthews
> National Instruments
0 Kudos
Message 3 of 3
(3,184 Views)