Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Turn image decoding into a Vec code into a method call
Making the decoder.read_image() code an impl method under the CogReader struct. Reworded the previous panic message into an unimplemented error with a more helpful message that dtypes other than float32 are not yet supported.
- Loading branch information