Closed TechnikTobi closed 3 weeks ago
looking forward to testing...
Available now in 0.6.0-beta6!
WOW !
Seems like this worked on the first try?
Just running a bunch of jpg file to check for glitches. I'll to a test with some TIFs ASAP.
This file www.bitvibe.de/Upload/A0040275_5.tif does
thread 'main' panicked at C:\Users\Michael Schnell\.cargo\registry\src\index.crates.io-6f17d22bba15001f\little_exif-0.6.0-beta.6\src\ifd\mod.rs:705:29:
attempt to subtract with overflow
~With what code?~ Nevermind, can reproduce this now.
Fixed and released in 0.6.0-beta7! If beta 7 sorts out all TIFF problems on your side I think 0.6.0 is ready to be published as a full release. Let me know if anything else comes up on your side.
Now available in release 0.6.0!
Yea ! The set of files I am currently testing with allows reading with
new_from,_path
. Many files also are handled without an error bynew_from_vec
. but in the set also is a file with the extension.tif
.FileExtension::from_str
cant handle this as there is no "tif" arm in theFileExtension
enum yet. I did not yet test writing a file....._Originally posted by @mschnell1 in https://github.com/TechnikTobi/little_exif/issues/2#issuecomment-2395611381_