Skip to content

Commit 26ec348

Browse files
authored
register ImageIO for sixel format (#355)
1 parent adc4b4e commit 26ec348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ add_format(
206206
UInt8[0x1b, 0x50, 0x71],
207207
[".sixel", ".six"],
208208
[idSixel],
209-
# [idImageIO], # https://github.com/JuliaIO/ImageIO.jl/pull/31
209+
[idImageIO],
210210
[idImageMagick]
211211
)
212212

0 commit comments

Comments
 (0)