Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Convert from CIppImage to Windows Bitmap

pingdrop
Beginner
374 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
374 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

0 Kudos
3 Replies
Vladimir_Dudnik
Employee
375 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

0 Kudos
pingdrop
Beginner
374 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.

0 Kudos
Vladimir_Dudnik
Employee
374 Views
Great, I'm glad you find answer.
Regards,
Vladimir

0 Kudos
Reply