Forum > Third party

TGIFViewer component

(1/11) > >>

BeanzMaster:
Hi, to all

I'm proud to share with you my component TGIFViewer

TGIFViewer is a visual component for displaying animations at GIF (Graphic Interchange Format) with Free Pascal and Lazarus

Compatibility: Windows, Linux and MacOS

Capabilities of TGIFViewer:


* Loading from a stream, file, or resource (LoadFromStream, LoadFromFile, LoadFromResource functions)
* Extraction of raw images (** DisplayRawFrame function)
* Extraction of pre-calculated images from the animation (DisplayFrame function)
* Display with or without transparency (Transparent)
* Silent management of some badly encoded data to allow the display of images without disturbing the user
* Error handling for poorly compressed files '(OnLoadError)
* Center (Center), Resize (Stretch) the display
* Dimension of the automatic component according to the image (AutoSize)
* Evident when playing, stopping or pausing the animation (OnStart, OnPause, OnStop)
* Access to GIF images and information via the Frames.Items property[x]
Also contains 2 units:


* uFastBitmap: Class for handling 32-bit bitmap in RGBA or BGRA format depending on the OS
* TypesHelpers: Classes that add useful functions to the data type (Byte, integer, string, double, TDateTime ...) functions can be accessed directly through the completion of the code under Lazarus.
You can download GIF-ImageTestSuite : https://github.com/jdelauney/GIF-ImageTestSuite for testing with several differently encoded GIFs

Installation:

* In Lazarus go to the 'Package' menu and select 'Open a package file (' .lpk ')
* Select gifviewer_pkg.lpk from the Package folder
* Click on the 'Compile' button
* Click on the 'Use' button and then 'Install'
The TGIFViewer component will be installed in the Beanz Extra section

Note:
The GifView demo application of the Demos folder does not require the installation of the component in the IDE to work.

License: MPL
© ️ 2018 J.Delauney (BeanzMaster)

Download from Github : https://github.com/jdelauney/TGIFViewer

French topic here : https://www.developpez.net/forums/d1867467/autres-langages/pascal/lazarus/annonce-composant-tgifviewer/

Best regards

BeanzMaster:
Some demonstrating videos

Test under Windows 10 : https://www.youtube.com/watch?v=9KsZ70kVy4s

Test under Linux           : https://www.youtube.com/watch?v=Ci5i3o5XZdY

Test under MacOS         : https://www.youtube.com/watch?v=8f1Ft959lpk

AlexTP:
I have added few issues in Github, pls see.

BeanzMaster:
Hi, Thanks Alextp for feed back. I answered to the issues ;)

I've just updated code. I've corrected some minors bugs from french user's feed back

balazsszekely:
Hi BeanzMaster,

When the component is stable enough let me know so I can add it to OPM.

PS: I ran a few test and works fine.

Navigation

[0] Message Index

[#] Next page

Go to full version