Skip to content

Commit

Permalink
registry(jpeg): add JpegTurbo and ImageIO
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Feb 3, 2022
1 parent afbe547 commit 57f8e95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const idSixel = :Sixel => UUID("45858cf5-a6b0-47a3-bbea-62219f50df47")
const idVegaLite = :VegaLite => UUID("112f6efa-9a02-5b7d-90c0-432ed331239a")
const idVideoIO = :VideoIO => UUID("d6d074c3-1acf-5d4c-9a43-ef38773959a2")
const idLibSndFile = :LibSndFile => UUID("b13ce0c6-77b0-50c6-a2db-140568b8d1a5")
const idJpegTurbo = :JpegTurbo => UUID("b835a17e-a41a-41e7-81f0-2f016b05efe0")

### Simple cases

Expand Down Expand Up @@ -179,6 +180,8 @@ add_format(
format"JPEG",
UInt8[0xff,0xd8,0xff],
[".jpeg", ".jpg", ".JPG"],
[idJpegTurbo],
[idImageIO],
[idQuartzImageIO, OSX],
[idImageMagick]
) # 0xe1
Expand Down

0 comments on commit 57f8e95

Please sign in to comment.