Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How it is possible that Gimp while exporting histogram counts more pixels than there
#2
Yes, likely a bug, nice finding.

Didn't see you code, but if you access each pixel in turn using get_pixel(), you code will not scale to real-life images. In Python your can use "pixel regions", which is a nbig array-like structure that you can access in Python (it even supports slices).
Reply


Messages In This Thread
RE: How it is possible that Gimp while exporting histogram counts more pixels than there - by Ofnuts - 06-12-2020, 03:40 PM

Forum Jump: