Board index » delphi » Invalid graphic
George Kuascha
![]() Delphi Developer |
George Kuascha
![]() Delphi Developer |
Invalid graphic2007-02-09 08:52:33 AM delphi63 I use the following code to save a bitmap if SavePictureDialog1.Execute then img.Picture.SaveToFile(SavePictureDialog1.FileName); When I load the file into my app using the following codeI get an error message "bitmap image is not valid" img.Picture.LoadFromFile(FileName); The file open properly with Paint. Any help here would be appreciated. |
GrandmasterB
![]() Delphi Developer |
2007-02-10 03:28:16 AM
Re:Invalid graphic
"George Kuascha" <XXXX@XXXXX.COM>writes
QuoteI use the following code to save a bitmap 16bit color bitmap which a lot of apps cant read. |