TGIFImage for Delphi Firemonkey is a free GIF Viewer/Player Component for the Delphi Firemonkey Framework.
TGIFImage is optimized for low memory usage and works on all Firemonkey supported Platforms.
Please "star" (like) this project in GitHub! It's cost nothing but help to reference the code.
Full Firemonkey implementation of the graphics interchange format (GIF87a and GIF89a specification with most common GIF extensions). Transparent and compressed GIF's are supported.
TGIFImage requires Delphi 10.1 Berlin, 10.2 Tokyo, 10.3 Rio, 10.4 Sydney or later. Older versions probably work too, but I haven't tested that.
- Download the Git repository.
- Open the package PACKAGES/FMXGIF100.dpk, compile and then install the package.
- Add the directory where the TGIFImage source is located to your Win32 library path in the IDE.
After installation select "GIF" in the Delphi Component-Palette. Place a TGIFImage-Component on your Firemonkey Form. Select the "GIFData" Property within the Object-Inspector and load a example GIF-File from the "Samples"-Folder. Run your Application.
GIFImage for Firemonkey
is free and open-source software licensed under the GNU GENERAL PUBLIC LICENSE.