manuelaguadomtz / pythreshold

PyThreshold is a python package featuring Numpy/Scipy implementations of state-of-the-art image thresholding algorithms.
MIT License
58 stars 17 forks source link

Use .png for image output instead of .jpg #9

Open ad-si opened 1 year ago

ad-si commented 1 year ago

For binary images PNGs are smaller, lossless, and don't have any compression artifacts. JPEG is just the wrong image format for binary images.