JuliaIO / JpegTurbo.jl

Julia interface to libjpeg-turbo
MIT License
15 stars 7 forks source link

decoding: support IO and in-memory #6

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

The following two methods are missing in #3

jpeg_decode(io::IO)
jpeg_decode(bytes::Vector{UInt8})