Johan van der Knijff

Results 88 comments of Johan van der Knijff

This also happens the other way round - consider below JP2 that has an embedded display profile: Decompressing to TIFF (I'm using OpenJPEG 2.3.0) with: opj_decompress -i balloon_eciRGBv2_aware.jp2 -o balloon_eciRGBv2_aware.tif...

@cmhenshaw Not really, we're only using OJP for rendering access JP2s in our Delpher platform. In this case the ICC profiles are also ignored, which means colour rendering will be...

Just came across this issue as well and ended up here. I'm also really in favor of support for the syntax suggested by @jgm above: ``` ![Voyage to the moon](lalune.jpg){#lalune}...

Perhaps "deprecated" isn't the correct word here (as it's still required), but the fact remains that on its own the value in the header cannot be relied upon to refect...

The current lack of a WARNING type also caused some problems in EPUBCheck (which optionally uses the JHOVE schema, although it looks by now they want to [get rid of...

@anjackson I think you're on to something: I just re-ran JHOVE on that file (and some other ones that were giving me this problem) and it's now working for me...

Update to the above: as an additional test I re-ran JHVOVE after disabling my network connection. I expected that this would reproduce my original error. Instead, JHOVE parsed the document...

@marhop good call, I had overlooked that in @anjackson's answer as well! @anjackson just had a look at xmlstarlet, but just like xmllint it needs a reference to the schema...

@anjackson no prob. Incidentally it does handle remote XSDs (and so does xmllint, I now see); looks like both tools are really similar.

This also causes a failure for [test_xml_is_valid_jp2](https://github.com/openpreserve/jpylyzer/blob/0906e7341383e6d96336a282ff96ef44b0f47223/tests/unit/test_openjpeg.py#L67). There's not much to do about this, leaving this open for now as a reminder.