Ecosyste.ms: Timeline

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

TechnikTobi/little_exif

mschnell1 created a comment on an issue on TechnikTobi/little_exif
WOW !!!!! With Beta.3 no obvious problems regarding ThumbsPlus any more. It always sees the ÌmageDescription` written by GREAT_Exif. I'll check if the files Litte_Exif refuses to decode really...

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
> How did you come up with these two suggestions? Are they based on your collection of images and how "working" images differ from "non-working" ones? Not really, there are some 100 from some ...

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
With Beta.3 no Error Message by Little_Exif with [www.bitvibe.de/Upload/2017_aachen_abendhimmel_emilio.jpg](http://www.bitvibe.de/Upload/2017_aachen_abendhimmel_emilio.jpg)

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
> Suggestion for a possible cause of problems (e.g with thumbsPlus) : > > * The Exif data contain a thumbnail and hence is huge > * the `ImageDescription `of the original file contains one or m...

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
Suggestion for a possible cause of problems (e.g with thumbsPlus) : - The Exif data contain a th8mbnail - the `ImageDescription `of the original file contains one or more newline ("\n") chara...

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
I'll try Beta 3 ASAP (some hours...) I'm using Tnumbs Plus v 10. supposedly the latest that had been released.

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
> > Do you have an example where 0.5.1 is able to detect the Exif information and 0.6.0-beta.2 can't? > > I believe I have many. I'll do a search ASAP. > > Sorry that seems to be a wrong impr...

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
> Do you have an example where 0.5.1 is able to detect the Exif information and 0.6.0-beta.2 can't? Sorry that seems to be a wrong inpression of mine.

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
www.bitvibe.de/Upload/8890_ds218351_beta.jpg www.bitvibe.de/Upload/8890_ds218351.jpg

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
> > Do you have an example where 0.5.1 is able to detect the Exif information and 0.6.0-beta.2 can't? > I believe I have many. I'll do a search ASAP. > So, just to clarify: The result of ...

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
> The "assertion" panic I described before does not happen any more ! Great. Good to hear. > I understand that this mainly happens when LittExif claims it does not understand the Exif informa...

View on GitHub

TechnikTobi pushed 1 commit to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi pushed 3 commits to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
I have a new suspicion. This > ThumbsPlus even does not recognize the oientation and shows the picture 90° turned. Picture and Exif Is correctly shown sounds like that the metadata (not jus...

View on GitHub

TechnikTobi pushed 1 commit to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi pushed 1 commit to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi pushed 14 commits to dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi closed a pull request on TechnikTobi/little_exif
Debug dev 0.6.0
Preparation for beta release 2
TechnikTobi opened a pull request on TechnikTobi/little_exif
Debug dev 0.6.0
Preparation for beta release 2
TechnikTobi pushed 4 commits to debug_dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi pushed 5 commits to debug_dev_0.6.0 TechnikTobi/little_exif

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
A bit late, but: If you have the image as a `Vec<u8>` you can do something like this: ``` let mut image_data = fs::read(&input_path)?; let file_extension = FileExtension::PNG; let mut metadat...

View on GitHub

TechnikTobi closed an issue on TechnikTobi/little_exif
Cannot recover the String value of a specific metadata
Hello, I try to recover the String value of a specific metadata of an image, but I cannot find any method for this in the doc. I've found this in git examples: ``` for tag in Metadata::new_fro...
mschnell1 created a comment on an issue on TechnikTobi/little_exif
I see

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
> > > With the original file handled by Little Exif Explorer "Details" shows different strings for Titel ("Equestrian Sport") and Betreff ("Weihegold OLD, Dressage Top Ten, Stockholm, Dezember ...

View on GitHub

TechnikTobi created a comment on an issue on TechnikTobi/little_exif
Sorry, I'm losing track of what is happening here. 1st comment: > The beta constructs a file that is handled (maybe -> see below) correctly by Thumbsplus from my original file Let's call t...

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
unfortunately I need to do ``` let file_extension = get_file_type(&source_file_path).unwrap(); ``` twice, as it can't be passed by reference. Does this might introduce a problem ?

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
Exactly: - reading the file by ``` let mut file_content = fs::read(&source_file_path).context(source_token.source.clone())?; let mut metadata = Metadata::new_from_vec(&file_co...

View on GitHub

mschnell1 created a comment on an issue on TechnikTobi/little_exif
Here I found something weird new. With the original file handled by Little Exif Explorer "Details" shows different strings for `Titel` ("Equestrian Sport") and `Betreff` ("Weihegold OLD, Dressage...

View on GitHub

helloworldgnu starred TechnikTobi/little_exif
Load more