https://github.com/angusjohnson/tqoiimage
Delphi TGraphic support for QOI images
https://github.com/angusjohnson/tqoiimage
delphi qoi
Last synced: 4 months ago
JSON representation
Delphi TGraphic support for QOI images
- Host: GitHub
- URL: https://github.com/angusjohnson/tqoiimage
- Owner: AngusJohnson
- License: mit
- Created: 2021-12-27T21:56:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T05:36:52.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T11:33:40.490Z (5 months ago)
- Topics: delphi, qoi
- Language: Pascal
- Homepage:
- Size: 947 MB
- Stars: 35
- Watchers: 12
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/qoiExample:
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.
