Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Convert from CIppImage to Windows Bitmap

pingdrop
Beginner
211 Views

Dose anyone know of any code or documentation that talks about coverting fromCIppImage to a Bitmap?

Thanks,

0 Kudos
1 Solution
Vladimir_Dudnik
Employee
211 Views
Hello,
Why don't just take a look at Windows Bitmap related functions description? CIppImage is nothing more than object representing array of pixels. It does not include any BITMPAINFOHEADER or RGBQUAD arrays but it have all necessary info to construct them if needed.
Regards,
Vladimir

View solution in original post

3 Replies
Vladimir_Dudnik
Employee
212 Views
Hello,
Why don't just take a look at Windows Bitmap related functions description? CIppImage is nothing more than object representing array of pixels. It does not include any BITMPAINFOHEADER or RGBQUAD arrays but it have all necessary info to construct them if needed.
Regards,
Vladimir

pingdrop
Beginner
211 Views
Quoting - vdudnik
Hello,
Why don't just take a look at Windows Bitmap related functions description? CIppImage is nothing more than object representing array of pixels. It does not include any BITMPAINFOHEADER or RGBQUAD arrays but it have all necessary info to construct them if needed.
Regards,
Vladimir

Thanks,

I looked up the bitmap file format and then looked at the functionSaveImageBMP and was able to see how it works.

Vladimir_Dudnik
Employee
211 Views
Great, I'm glad you find answer.
Regards,
Vladimir

Reply