Hi, After some bmp codec soure code digging (bmp.h), it seems that QNX 6.5.0 only supports up to BITMAPV4HEADER but according to QNX documentation it provides full Microsoft BMP support for all known variants (http://www.qnx.com/ developers/docs/6.5.0/index.jsp?topic=/com.qnx.doc.gf_dev_guide/images.html). Can someone confirm this? BR, Philip
650 supported v4, which was the latest at the initial 650 time of release. -----Original Message----- From: Philip Endaya [mailto:community-noreply@qnx.com] Sent: September-27-12 2:51 AM To: advanced-graphics Subject: BITMAPV5HEADER support Hi, After some bmp codec soure code digging (bmp.h), it seems that QNX 6.5.0 only supports up to BITMAPV4HEADER but according to QNX documentation it provides full Microsoft BMP support for all known variants (http://www.qnx.com/ developers/docs/6.5.0/index.jsp?topic=/com.qnx.doc.gf_dev_guide/images.html). Can someone confirm this? BR, Philip _______________________________________________ Advanced Graphics http://community.qnx.com/sf/go/post95870 To cancel your subscription to this discussion, please e-mail advanced-graphics-unsubscribe@community.qnx.com
I thought BITMAPV5HEADER has been around for a while since it was supported from Windows 98 onwards. Thanks Derek!