richpl / PyBasic

Simple interactive BASIC interpreter written in Python
GNU General Public License v3.0
165 stars 45 forks source link

Corrected pixel values exceed image bit depth #63

Closed dataMaster-Kris closed 2 years ago

dataMaster-Kris commented 2 years ago

Hi,

I am using PyBasic to correct illumination variation. For some of my images, the output images from PyBasic exceed the bit depth. Is this allowed by PyBasic? It might be better if PyBasic were to clip outliers before output.

richpl commented 2 years ago

Apologies, for some reason I missed this one. I think you are raising an issue regarding a different repo, also called PyBasic (there are a few), but it definitely isn't this one.