JuliaImages / ExifViewer.jl

Metadata reader in Julia, wrapper over LibExif
https://juliaimages.org/ExifViewer.jl/dev/
MIT License
28 stars 1 forks source link

decode thumbnails to colorant array #5

Open johnnychen94 opened 2 years ago

johnnychen94 commented 2 years ago

https://github.com/ashwani-rathee/ExifViewer.jl/pull/3#discussion_r906758222

johnnychen94 commented 2 years ago

After digging into the formats a bit, I realize that this is not immediately easy work. Basically we'll need to introduce a more flexible API in JpegTurbo to allow custom tables and parameters, and then add Jpeg compression support in TiffImages.

It's a bit busy here recently so I guess I won't pick this up before Aug.