Martin Hoppenheit

Results 31 comments of Martin Hoppenheit

FWIW, a workaround in application code may be to use the `keyReleaseEvent` signal instead of `changed`. This requires a slightly more complicated event handler and of course the two signals...

Well, let me know if I can be of any help. My Perl skills are pretty out of date though ...

So ... having read the Exif specification a little more I don't think there is a distinction to be made between uncompressed and compressed TIFF files but only between TIFF...

> Would implementing no profile mode to the original design be of interest? Yes! It would be great to have consistent results with CLI (no profile) and GUI DROID. See...

Hi Saurabh, You mean in the DROID Java code for command line argument parsing? Yes, that would indeed be much better. At the moment I simply replaced this piece of...

Sounds awesome, thanks for your work! Regarding recursion, I think it's OK to stay with the explicit option and keep "no recursion" the default. As you say, most tools do...

Hi, Will this be fixed anytime soon? It's a little annoying that DROID CLI can't even identify a plain text file like foo.txt (result Unknown) when DROID GUI returns a...

Just FTR, something has changed here in the meanwhile: I have a TIFF file with a FocalPlaneResolutionUnit value of 4. JHOVE 1.20 complains, JHOVE 1.24 does not. (Also FTR: ExifTool...

I have recently seen some real world files that would raise this error (and do raise it in DPFManager) but can't share them. I could create a minimal synthetic example...

OK. Just give me some days, one week max.