Skip to content

Commit 161a1df

Browse files
authored
Update README.md
1 parent 094ffa8 commit 161a1df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Fast APNG encoder. Very fast APNG encoding with parallel (Goroutines) computatio
99
go get github.com/setanarut/apng
1010
```
1111

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+
1224
## Example
1325

1426
```Go

0 commit comments

Comments
 (0)