Quote Originally Posted by jdarling
This brings in an interesting problem though. I can load the resulting image in anything except for a Lazarus TImage. Oh well, loading with paint and then resaving works just fine. I wonder if I used Vampyre to save it to a more compatible format if it would work ok.
I noticed that too. Lazarus' bitmap loader for some reason only loads bottom-up and not top-down bitmaps (which Imaging creates). I'll probably change bitmap saver in Imaging to save bitmaps as bottom-up instead (these should work everywhere).