Brad Hards

Results 60 issues of Brad Hards

Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [X] I looked for a similar issue and couldn't find...

Makes it work with modern (OK, Java 11+) configurations. I hit some javadoc errors with the upgrade, so bumped the plugin for that too.

WFS 2 supports `ows:Keywords` entries for "short words to aid catalogue searching." While this is optional in the WFS 2 interface standard, at least the DGIWG profile makes it mandatory...

OGC API: Common

Minor update suggested at #1150 and an extra cut-n-paste fix. Resolves #1150. A full rework of the man page can come after #985

Initial work (for discussion / review) on support for shared alpha images. Relates #1147 I've shown some commented out code that returns an error if the alpha requires scaling (which...

There is a flag on item property references if it is "essential" that it be understood. Right now, it looks like we're ignoring that, and potentially trying to handle images...

The `iloc` box, as described in ISO/IEC 14496-12:2022 Section 8.11.3, has a few variations. Currently we support `construction_method` values of 0 (where the item content is in the `mdat` box),...

This adds support for parsing uncompressed heif files using version 1 of the `uncC` box, which is a shortcut for simple RGB, RGBA and ABGR files at 8bpp. I looked...

The construction method of 2 is currently being interpreted as a character (not a number), and doesn't appear. Also the suberror shouldn't indicate a missing `idat`.

This is a mostly-complete version of the OpenJPH JPEG-2000 + HT decoder. To sort out the component to channel mapping, we need to pass down information from the `j2kH` item...