You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added crate-public unpredict_float/hdiff functions.
Added a PredictorInfo struct, inspired by tiff2.
* added predictors
* improved tests, fixed some bugs
* added docs+doctests
* added padding test, fixed corresponding bugs, removed printlns
* Remove registry
* Rename to Unpredict
* Change to pub(crate) fields
* Change to pub(crate)
* Remove lifetime and store a single element for bits_per_pixel
* Remove unused planar configuration
* chunk_width and chunk_height without unwrap
* Move PredictorInfo into predictor.rs
* Remove unnecessary doctests and unused code
* Only call chunks_* once
* Ensure no copies when endianness matches system endianness
* added planar_configuration back, updated bits_per_pixel and added tests
* removed UnPredict trait in favour of separate functions; small change to fix_endianness
* added doc comment clarifying that strips are also tiles
* made floating point predictor(s) use
---------
Co-authored-by: Kyle Barron <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
0 commit comments