标签: winapi rgb borland-c++ hdc
我使用C ++ Borland编译器将JPG图像转换为BMP RGB缓冲区,这些是我使用的输出参数
unsigned char* rgbpix; unsigned int width; unsigned int height;
我想将RGB缓冲区转换为HDC,因为我想利用StretchBlt()windows API缩小图像尺寸。
我开始使用JPG图像,并希望将其转换为BMP并缩小尺寸。如果您有任何其他想法,请分享。
感谢您的输入