Skip to content

AngusJohnson/TQoiImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

thumbnails

About

Delphi TGraphic support for QOI images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages