-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
The currently used "PNG" format is not lossless and therefore might influence the quality of the tests. For example, if a prepared test image is exported from GIMP for comparison with blend_modes' image blending method, the image might already be changed during the export process.
To avoid this problem, a lossless format should be used, for example TIFF. The format needs to be fully compatible with the library used for importing images into Python (currently opencv-python).