kwhopper

Results 55 comments of kwhopper

@Nadahar Would you be able/willing to run the FindBugs thing again from #270? I might look into this and an updated list would help.

CR2 is read using TiffMetadataReader, which ends up using ExifTiffHandler. For some reason, the second argument to the ExifTiffHandler constructor (storeThumbnailBytes) is explictly set to false. ExifReader also uses ExifTiffHandler,...

I've looked through the XmpMeta class to determine whether it needs the SchemaRegistry singleton... and for certain operations it does depend on its existence, including even the GetProperty calls you...

It sounds like a local issue. You might check this and see if it helps: https://forums.aws.amazon.com/thread.jspa?messageID=826759&tstart=0

Not specifically, but it's certainly easier to deal with in a RAS structure; fewer classes and situations to deal with. I'd thought about adding interfaces to the new classes and...

@oliver021 All I mean is a truly "asynchronous" pipeline has no parts that are synchronous in it... https://docs.microsoft.com/en-us/archive/msdn-magazine/2013/march/async-await-best-practices-in-asynchronous-programming#async-all-the-way I'm totally fine with exploring an asynchronous version of MetadataExtractor. The trick...

Attempted to address some of your comments in the last commit. Let me know what you think.

More review changes pushed. I'll comment on the others, and we'll see if they also need to be addressed

@drewnoakes - I added a List implementation of RAS. Please let me know what you think. To keep some code around, I also made an interface and a copy of...

I got hung up on the best way to approach it without using the library itself. What's a good way to construct the benchmarks? Maybe random reads against a large...