Skip to content

Commit

Permalink
modules/png/core/chunk (%chunk-types): Add EXIF chunk types
Browse files Browse the repository at this point in the history
* modules/png/core/chunk.scm (%chunk-types): Add EXIF chunk types.
  • Loading branch information
artyom-poptsov committed Jan 6, 2024
1 parent f2030c0 commit 6bdefc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/png/core/chunk.scm
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@

;; 2.3. Time stamp information.
(tIME #vu8(116 73 77 69) "Image last-modification time")

;; Exif.
;; <https://github.com/corkami/formats/blob/master/image/png.md>
(eXIf #vu8(101 88 73 102) "EXIF - registered July 2017")
(zxIf #vu8(122 120 73 102) "compressed EXIF")
(vpAg #vu8(118 112 65 103) "VirtualPage (deprecated)")
(caNv #vu8(99 97 78 118) "Canvas (superceding)")
))


Expand Down

0 comments on commit 6bdefc7

Please sign in to comment.