Skip to content

Commit adc4b4e

Browse files
Kristoffer Carlssonjohnnychen94
Kristoffer Carlsson
andauthored
add QOI.jl to read and save the qoi image format (#354)
Co-authored-by: Johnny Chen <johnnychen94@hotmail.com>
1 parent 13a22ac commit adc4b4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/registry.jl

+2
Original file line numberDiff line numberDiff line change
@@ -489,3 +489,5 @@ add_format(format"FCS", "FCS", [".fcs"], [:FCSFiles => UUID("d76558cf-badf-52d4-
489489
add_format(format"HTML", (), [".html", ".htm"], [MimeWriter, SAVE])
490490

491491
add_format(format"MIDI", "MThd", [".mid", ".midi", ".MID"], [:MIDI => UUID("f57c4921-e30c-5f49-b073-3f2f2ada663e")])
492+
493+
add_format(format"QOI", "qoif", ".qoi", [:QOI => UUID("4b34888f-f399-49d4-9bb3-47ed5cae4e65")], [idImageIO])

0 commit comments

Comments
 (0)