Is there a way to load a bitmap image without header?.
You mean just raw data (pixel memory dumped to file) or Windows Bitmap format?
Sorry for my late reply. I'm talking about just raw data (from file or tstream).
Checkout new raw IO functions in Imaging.pas (source in SVN):
ReadRawImageFromFile, ReadRawImageFromStream, etc.
You need to know the size and bit depth of the image of course.
Thanks Galfar. I'll take a look at them.