pub fn register_decoding_hook() -> boolExpand description
Registers the decoder with the image crate so that non-format-specific calls such as
ImageReader::open("image.jp2")?.decode()?; work with JPEG2000 files.
Returns true on success, or false if the hook for JPEG2000 is already registered.