Reputation: 3486
how can i convert 32bit jpeg image in 24bit? or convert it into 24bit bitmap?
Upvotes: 1
Views: 794
Reputation: 26910
The build in library does not support 32-bit jpeg. Try the nativejpg library. see also handling CMYK jpeg files in Delphi 7
Upvotes: 2