Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix colors for PSDs `HydrusImageHandling.DequantizeNumPyImage` should only be applied to images that are BGR (eg those directly from opencv). PIL produces RGB images already so this was inverting the colors on PSD thumbnails. Instead we use `HydrusImageHandling.DequantizePILImage` to handle edge cases. * Dequantize the PSD PIL image before resizing
- Loading branch information