geosolutions-it / imageio-ext

Additional plugins and extension for the standard Java ImageIO library
Other
139 stars 80 forks source link

Fix building against Kakadu SDK Speedpack version #286

Closed jcrood closed 8 months ago

jcrood commented 1 year ago

The speedpack version of the Kakadu SDK uses "vs" as version prefix, as opposed to the plain "v" prefix, tripping up parseMajorVersion(). This minor change allows it to parse the Speedpack version as well.

Kdu_global.java defines it as: public static final String KDU_CORE_VERSION = (String) "vs8.1";