ExifViewer.jl icon indicating copy to clipboard operation
ExifViewer.jl copied to clipboard

Metadata reader in Julia, wrapper over LibExif

Results 9 ExifViewer.jl issues
Sort by recently updated
recently updated
newest added

ExifViewer seems to be unable to read EXIF data from some raw files (I tried with .NEF, don't know if this generalized to other formats). Is this a limitation of...

@JuliaRegistrator register

In continuation of https://github.com/JuliaImages/ExifViewer.jl/pull/25, some bugs are observed: ```julia using ExifViewer, TestImages img = testimage("mandril") tags = Dict("EXIF_TAG_USER_COMMENT" => "foo 12345") # this comment is plain ASCII, so it should...

For basic operations, these are the benchmarks ```julia julia> using BenchmarkTools, TestImages, ExifViewer julia> filename = "test/test_images/test.jpg" julia> io = open(filename, "r") julia> @btime read_metadata(io) 1.862 μs (11 allocations: 912...

- [ ] Lack of support for encoding of certain number of tags - [x] Issue with encoding of data with ASCII type.

enhancement

- This is a much needed feature to differentiate ExifViewer from others

Hi ! I have about 2.7 million images I'd like to efficiently read EXIF data from in Julia. ExifViewer seems much faster than ImageMagick for that task. Do you have...

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

This pull request sets the compat entry for the `CEnum` package to `0.4`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...