kwhopper

Results 55 comments of kwhopper

@drewnoakes Editing metadata is a hot topic. I'm convinced the reader structure has to be overhauled before editing is even feasible. I'd like to take another shot at this PR...

I tend to agree. Windows 10 1709 (Fall Creators Update) is shipping with 4.7.1 by default, and 3.5 support (actually, 2.0 since 3.x doesn't have the CLR) is only necessary...

Related to: #35, #36, #62, #91, #122, #125 and possibly others

Thanks @erri120 Some testing and implementation has been done through #250 to try and address (most of) the internal byte array issues. It uses a List structure to hold file...

I commented more in the referenced pull request. The fix in the PR may or may not be desirable.

Update - with buffering, SOS processing is more reasonable and can probably stay. It still adds about 60% extra processing time for the entire images repository, but without buffering it...

I think this happens because of differences in your C# and Java version default encodings when reading null terminated strings that have no character set designated in the Exif. It's...

Don't worry - I'm still struggling a little with this one. The problem I see is you're always parsing a stored string which makes the DateTime class pretty unreliable. It...

... and interestingly (if I did it right) there were no diffs in the Images project when I ran FileProcessor after this change. I was a bit surprised, so after...

While it won't be immediately helpful in this case, I've been working from time to time on a version of MetadataExtractor that has a single reader for all cases. It...