DecodingRaphael / unraphael

Python toolkit for unraveling image similarity with a focus on artistic practice
https://unraphael.readthedocs.io
Apache License 2.0
2 stars 1 forks source link

Convert to ubyte after resizing #67

Closed stefsmeets closed 4 months ago

stefsmeets commented 4 months ago

This PR fixes a bug introduced in #66 that resizes after converting to ubyte. This PR swaps the order of operations.