File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ Fast APNG encoder. Very fast APNG encoding with parallel (Goroutines) computatio
9
9
go get github.com/setanarut/apng
10
10
```
11
11
12
+ ## 20 frames animation encoding benchmark
13
+
14
+ | Image Size | [ kettek] ( https://github.com/kettek/apng ) | [ setanarut] ( https://github.com/setanarut/apng ) |
15
+ | ---------- | ---------------------------------------- | ---------------------------------------------- |
16
+ | 125x125 | 173 ms | 43 ms |
17
+ | 250x250 | 655 ms | 153 ms |
18
+ | 500x500 | 2542 ms | 565 ms |
19
+ | 1000x1000 | 10174 ms | 2213 ms |
20
+ | 2000x2000 | 40745 ms | 8831 ms |
21
+
22
+ <img width =" 1175 " alt =" bench " src =" https://github.com/user-attachments/assets/54558177-8e13-42cb-9eb0-5c00a414ef9d " />
23
+
12
24
## Example
13
25
14
26
``` Go
You can’t perform that action at this time.
0 commit comments