# GIFImage **Repository Path**: ai_yu/GIFImage ## Basic Information - **Project Name**: GIFImage - **Description**: Delphi Firemonkey GIF Image Viewer/Player Component - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Logo

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.


### ⚙️    Description Full Firemonkey implementation of the graphics interchange format (GIF87a and GIF89a specification with most common GIF extensions). Transparent and compressed GIF's are supported. ### ⚙️    Requirements 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. ### ⚙️    Installation - 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. ### ⚙️    Quickstart 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. ### ⚙️    License `GIFImage for Firemonkey` is free and open-source software licensed under the [GNU GENERAL PUBLIC LICENSE](https://github.com/TomDannert/GIFImage/blob/master/LICENSE).