Histrogram with PythonMagick?

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
treaves
Posts: 12
Joined: 2011-04-14T10:48:35-07:00
Authentication code: 8675308

Histrogram with PythonMagick?

Post by treaves »

My understanding is that PythonMagick exposes Magick++. From within python, is there a way to get the histogram? I need this because I have lots of TIFF images that report
tiff:photometric: min-is-white
even when the histogram is:
Histogram:
8874236: ( 0, 0, 0) #000000 black
621964: (255,255,255) #FFFFFF white


So they show up as negatives.
Post Reply