Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

TechnikTobi/little_exif

TechnikTobi closed a pull request on TechnikTobi/little_exif
Debug issue 28
TechnikTobi pushed 1 commit to debug_issue_28 TechnikTobi/little_exif

View on GitHub

TechnikTobi closed an issue on TechnikTobi/little_exif
Can't open JPG file - Wrong signature
With one file I get ``` Error during decoding: Custom { kind: InvalidData, error: "Can't open JPG file - Wrong signature!" } WARNING: Can't read metadata - Create new & empty struct Error: Can...
TechnikTobi created a comment on an issue on TechnikTobi/little_exif
Well, I can't reproduce this issue so I can't tell what is going on.

View on GitHub

TechnikTobi pushed 2 commits to debug_issue_28 TechnikTobi/little_exif

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
Opening (AFAIR both from file as from Vec).

View on GitHub

TechnikTobi created a branch on TechnikTobi/little_exif

debug_issue_28 - A little library for reading and writing EXIF data in pure Rust.

mschnell1 created a comment on an issue on TechnikTobi/little_exif
Waiting eagerly to 0.6.0 being accessible :)

View on GitHub

TechnikTobi pushed 1 commit to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
Solved in 0.6.0

View on GitHub

TechnikTobi pushed 47 commits to debug_issue_18 TechnikTobi/little_exif
  • Update .gitignore 1b99846
  • Added tiff as filetype 59fb0c7
  • Started work on TIFF 9a4ce63
  • Create read_sample.tif 1aa8890
  • Added test for tiff decoding 82737c2
  • Opening up issue for TIFF implementation 79b64c2
  • Create annotated_tiff_example.txt 611d59b
  • Current state of development Will likely have to start from new with the EXIF decoder and encoder... 57ec1d0
  • Update .gitignore f69c278
  • Added tiff as filetype 2793389
  • Started work on TIFF 1ef723c
  • Create read_sample.tif 9f553ed
  • Added test for tiff decoding d1bba33
  • Opening up issue for TIFF implementation bea5544
  • Create annotated_tiff_example.txt 936248d
  • Current state of development Will likely have to start from new with the EXIF decoder and encoder... 53e2929
  • Merge branch 'dev_0.6.0' of https://github.com/TechnikTobi/little_exif into dev_0.6.0 43e3784
  • Current status 18c4276
  • Adding GPS tags 9c2c151
  • Debugging 3423ed4
  • and 27 more ...

View on GitHub

TechnikTobi created a branch on TechnikTobi/little_exif

debug_issue_25 - A little library for reading and writing EXIF data in pure Rust.

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
> BTW.: I found that the files that don't have exif information seem top be decently handles and jet just the ImageDescription Tag. Unfortunately ThumbsPlus does not see same, but Explorer does. Th...

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
> even though I use new_from_vec and hence no fir to be opened. That's because the contents of the vec are conceptually treated as a file, hence the message. > Thumbsplus tells me that this f...

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
Can't reproduce the issue using ``` let jpg_path = Path::new("./rsrc/_DSCZ784Z.JPG"); // Read metadata from file for tag in Metadata::new_from_path(jpg_path).unwrap().data() { prin...

View on GitHub

TechnikTobi created a branch on TechnikTobi/little_exif

debug_issue_27 - A little library for reading and writing EXIF data in pure Rust.

TechnikTobi pushed 11 commits to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
I don't know if this still is relevant. I seem to have found that the files ThumbsPlus does not decode, also result in Errors,when trying to decode Them with Little_Exif.

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
As far as I tested, filed that do have a bunch of metadata and those are seen in ThumbsPlus and that can be decoded by LittleExif, and I then set `ImageDescription` to a new string, write the metad...

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
Still working on the encoder, so I can't tell yet. However, I have a question: What about images that are processed fine by little_exif? I presume that the Windows Explorer shows everything as you'...

View on GitHub

TechnikTobi pushed 3 commits to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi pushed 5 commits to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

mschnell1 opened an issue on TechnikTobi/little_exif
TumbsPlus does not see exif data written by Little Exif
When I have Little Exif work on a JPG file and it for some reason does not decently detect EXIF data (either because there are none or due to issues described in #28 ) ThumbsPlus does not show any ...