PDA

Click to See Complete Forum and Search --> : Saving bitmaps in 16/256 color


riki
Aug 12th, 2001, 06:30 AM
How do i save an bitmap image in 16 or 256 colors from a picturebox? Saveimage saves it in 24bit format unless the existing bitmap is already 16 colors.
But i want to save new bitmaps in 16 colors.

pjvdg
Aug 15th, 2001, 05:02 AM
Their are some dll's on the net wich allow you to save(and load) it to a jpeg file, that should decrease the file size allot.
But I don't know the method for saving to a 16/256 color bmp in VB.

PsychoMark
Aug 15th, 2001, 05:23 AM
http://www.vbaccelerator.com/codelib/gfx/octree.htm

riki
Aug 15th, 2001, 01:10 PM
Hi i found that link myself, it works great!