Johan van der Knijff
Johan van der Knijff
This adds support for detection of [Unix dump files](https://en.wikipedia.org/wiki/Dump_(program)) (magic adapted from file(1) magic by Christos Zoulas). I also hand-crafted some minimal test files (magic-only + zero-bytes) for all variations....
The other week a colleague sent me an unusual PDF that starts with the following header bytes: ``` %PDF-1.8 ``` Needless to say there is no such thing as "PDF...
## Dev Effort 1D - investigation ## Description Look at the following METS file: [mets-test.xml](https://gist.github.com/bitsgalore/15f54369ba99233316976b758be452c2) According to xmllint (v. 20904) it contains well-formed XML: xmllint --noout mets-test.xml Result: no error...
Jhove's output could be more informative for PDFs that use any kind of encryption. Currently JHOVE reports the following error message in this case (tested with Jhove 1.24.1, 2020-03-16): ```...
I'm running JHOVE on [veraPDFHiResWrongObjectID.pdf](https://github.com/openpreserve/format-corpus/blob/master/pdfCabinetOfHorrors/veraPDFHiResWrongObjectID.pdf) from the OPF format corpus. This file contains a reference to a wrong (non-existing) XObject. Running JHOVE: ``` jhove -m PDF-hul pdfCabinetOfHorrors/veraPDFHiResWrongObjectID.pdf ``` This results...
It would really be useful if Fido's identification could be invoked from other Python scripts. Even though this is possible, Fido's lack of an API makes this unnecessairily difficult. See...
Previously it was possible to access all files/folders in the format corpus like this: For some reason this results in a 404 for more recent additions. Example: I used to...
See also third issue mentioned here: This consistency check should be done at the level of the main codestream header, as well as the tile-part level.
## Dev Effort TBC ## Description Currently jpylyzer doesn’t support the full set of marker segments that can occur in a codestream. Missing ones should ideally be included at some...
If I run the new 32-bit Windows executables on an arbitary (set of) JP2(s), the following warning is printed to STDERR: ``` C:\Temp\JPYLYZ~1.0RC\jpylyzer\jpylyzer\etpatch.py:74: FutureWarning: The behavior of this method will...