Skip to content

Commit 0761154

Browse files
authored
registry(jpeg): add JpegTurbo and ImageIO (#357)
1 parent afbe547 commit 0761154

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/registry.jl

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const idSixel = :Sixel => UUID("45858cf5-a6b0-47a3-bbea-62219f50df47")
1414
const idVegaLite = :VegaLite => UUID("112f6efa-9a02-5b7d-90c0-432ed331239a")
1515
const idVideoIO = :VideoIO => UUID("d6d074c3-1acf-5d4c-9a43-ef38773959a2")
1616
const idLibSndFile = :LibSndFile => UUID("b13ce0c6-77b0-50c6-a2db-140568b8d1a5")
17+
const idJpegTurbo = :JpegTurbo => UUID("b835a17e-a41a-41e7-81f0-2f016b05efe0")
1718

1819
### Simple cases
1920

@@ -179,6 +180,8 @@ add_format(
179180
format"JPEG",
180181
UInt8[0xff,0xd8,0xff],
181182
[".jpeg", ".jpg", ".JPG"],
183+
[idJpegTurbo],
184+
[idImageIO],
182185
[idQuartzImageIO, OSX],
183186
[idImageMagick]
184187
) # 0xe1

0 commit comments

Comments
 (0)