How to load a .jpg picture?
-
In my program, I want to load a .jpg picture as a part of the resource. The API funtion LoadImage() can only load pictures like .bmp. How can I load a .jpg picture into my program only with API funtions? Please help me! stanley
-
In my program, I want to load a .jpg picture as a part of the resource. The API funtion LoadImage() can only load pictures like .bmp. How can I load a .jpg picture into my program only with API funtions? Please help me! stanley
I think it is not possible to use .jpg picture in Win32 API. Try to use IPicture COM-object instead.
-
In my program, I want to load a .jpg picture as a part of the resource. The API funtion LoadImage() can only load pictures like .bmp. How can I load a .jpg picture into my program only with API funtions? Please help me! stanley