Splitting BITMAPINFO* into 4 to create 4 jpg file
abc abc
351
Reputation points
Hi,
I need to split the bitmap image into 4 jpg images. Instead of splitting the image into 4 after creating single image, my requirement is I need to create 4 images by splitting DIB pointer BITMAPINFO*
In my application I created BITMAPINFO* using CreateDIBSection and converting DIB to jpg.
Is it possible to split BITMAPINFO pointer into 4 to create 4 jpg images?
Thanks
Sign in to answer