Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angusjohnson/tqoiimage

Delphi TGraphic support for QOI images
https://github.com/angusjohnson/tqoiimage

delphi qoi

Last synced: about 2 months ago
JSON representation

Delphi TGraphic support for QOI images

Awesome Lists containing this project

README

        

# TQoiImage
Delphi support for QOI images.

QOI - The “Quite OK Image Format” for fast, lossless image compression

https://github.com/phoboslab/qoi

Example:



uses Forms, Graphics, QoiImage;

type
TForm1 = class(TForm)
...
image: TImage;
...

procedure TForm1.FormCreate(Sender: TObject);
begin
Image1.Picture.LoadFromFile('.\dice.qoi');
end;

# QoiShellExtensions.dll
Windows Explorer (64bit) Preview Handler and Thumbnail Provider shell extensions.

![previewhandler](https://user-images.githubusercontent.com/5280692/149751938-dc65d49d-77a4-43a8-b894-d0503254f929.png)

![thumbnails](https://user-images.githubusercontent.com/5280692/149880916-c8410071-001c-4998-963d-0be9bb6b3dd0.png)