Handling picture file formats in Delphi
Working with various picture file formats from Delphi. Look for information on ICO, GIF, JPEG, BMP, PNG...
Working with GIF images in Delphi
Need to display an animated GIF image in a Delphi application? Even though Delphi does not natively support GIF image files formats (like BMP or JPEG) there are a few great (free source) components available on the Net, which add the ability to display and manipulate GIF images at run as well as at design time to any Delphi application.
JPG to BMP and BMP to JPG
Convert BMP to JPG or Vice Versa.
Including GIF's in your executable
Storing more that just code in the application executable file. Working with resources from Delphi. How to embed a WAV, AVI and an MP3 file in a Delphi executable.
