Re: Solution of Incorrect colors when saving an Image

Posted by alex

In Reply to Incorrect colors when saving an Image posted by Alex

Well then = I found the solution in case anyone else strikes the same problem..

I just set the pixelformat to 24bit of the image b4 saving

eg.

Image1.picture.bitmap.pixelformat := pf24bit;
image1.picture.SaveToFile'c:\bitmaps\name.bmp');

and now it is in 24bit RGB color and views fine
in my graphics programs..

Cheeeerrrrrsssssss alex :)