GitHub - AngusJohnson/TQoiImage: Delphi TGraphic support for QOI images (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

AngusJohnson / TQoiImage Public

Delphi TGraphic support for QOI images

License

MIT license

37 stars 16 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory93 Commits
QoiShellExtensions QoiShellExtensions
TestApp TestApp
LICENSE LICENSE
QoiImage.pas QoiImage.pas
README.md README.md

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

delphi qoi

Resources

Readme

License

MIT license

Activity

Stars

37 stars

Watchers

9 watching

Forks

16 forks

Report repository

Releases

No releases published

Packages

No packages published

Languages