Splitting BITMAPINFO* into 4 to create 4 jpg file

abc abc 351 Reputation points
2021-02-09T08:07:56.71+00:00

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

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,787 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.