Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

bitmap images(256 color mode)

rswy
Beginner
703 Views
Hi,
While saving images as bitmap files do 256 true color images have to be dealt with separately?
There was a piece of code in the Compaq VF forum which worked well for 16,32 and 24 bit color modes but not for the 256 color mode.I'd like to know if there is some way by which this can be made possible.
Thanx
--rswy
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
703 Views
There's another implementation of bitmap saving in my XFTGDI module (See XSaveBitmap). I think I didn't test it with 256-color mode, but it evolved from Windows SDK C sample, so it's supposed to work.

Jugoslav

P.S. Don't get excited by existence of iDepth argument -- color depth conversion is just in plans :-).
0 Kudos
Reply