Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 TBitmap 转换为 GDI+ 位图。
我无法理解确定 TBitmap 是自上而下还是自下而上的方法。
是否有可能发现扫描线排序?
您可以使用 Windows API 来了解位图线的方向(自下而上或自上而下)。您应该调用 GetObject 函数来获取带有 BITMAPINFOHEADER 数据的 DIBSECTION 结构。但在我的实践中,大多数位图都有自下而上的像素线方向。