Skip to content

Commit

Permalink
Add pnm support
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai committed Feb 5, 2024
1 parent df8d8cf commit b0118c3
Show file tree
Hide file tree
Showing 12 changed files with 225,307 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ imageinfo has been restructured, if you are using old version, please check `v1`
* [x] ktx
* [x] png
* [x] psd
* [x] pnm
* [x] pbm/ascii
* [x] pgm/ascii
* [x] ppm/ascii
* [x] pbm/binary
* [x] pgm/binary
* [x] ppm/binary
* [x] pam
* [x] pfm
* [x] qoi
* [ ] svg
* [x] tga
Expand Down
9 changes: 9 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ imageinfo 已经重构,如果你使用的是旧版本,请查看 `v1` 分支
* [x] ktx
* [x] png
* [x] psd
* [x] pnm
* [x] pbm/ascii
* [x] pgm/ascii
* [x] ppm/ascii
* [x] pbm/binary
* [x] pgm/binary
* [x] ppm/binary
* [x] pam
* [x] pfm
* [x] qoi
* [ ] svg
* [x] tga
Expand Down
805 changes: 805 additions & 0 deletions images/valid/pnm/sample-ascii.pbm

Large diffs are not rendered by default.

Loading

0 comments on commit b0118c3

Please sign in to comment.