TomDannert / GIFImage

Delphi Firemonkey GIF Image Viewer/Player Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Delphi Firemonkey GIF Image Viewer/Player Component

License:GNU General Public License v3.0


Languages

Language:Pascal 100.0%