- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dose anyone know of any code or documentation that talks about coverting fromCIppImage to a Bitmap?
Thanks,
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Vladimir
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Vladimir
Thanks,
I looked up the bitmap file format and then looked at the functionSaveImageBMP and was able to see how it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great, I'm glad you find answer.
Regards,
Vladimir
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page