Skip to content

Commit

Permalink
Update to v1.2
Browse files Browse the repository at this point in the history
中文:
1. 去除 TWICImage 多影像轉換為 TGIFImage 動畫,將多影像直接以 TWICImage 暫存與動畫顯示,可更快載入完成。(例:webp 的多影像格式)

English:
1. Change the animation of TWICImage multi-image to TGIFImage, and directly use TWICImage class in memory, so can be loaded faster. (like multi-image of .webp format)
  • Loading branch information
ps147258 authored Mar 20, 2023
1 parent 7d99769 commit 62f4f52
Show file tree
Hide file tree
Showing 5 changed files with 641 additions and 235 deletions.
5 changes: 3 additions & 2 deletions ImagesPackegViewer.dpr
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
program ImagesPackegViewer;
program ImagesPackegViewer;

uses
Vcl.Forms,
Unit1 in 'Unit1.pas' {Form1},
Vcl.Imaging.GIFImg.GifExtend in 'Vcl.Imaging.GIFImg.GifExtend.pas';
Vcl.Imaging.GIFImg.GifExtend in 'Vcl.Imaging.GIFImg.GifExtend.pas',
Vcl.Graphics.MultipleWICImage in 'Vcl.Graphics.MultipleWICImage.pas';

{$R *.res}

Expand Down
Loading

0 comments on commit 62f4f52

Please sign in to comment.