wx.ImageHistogram

Hi

the Python version of wxImageHistogram is severely limited in functionality.
The original C++ one inherits from wxHashMap thus allowing one to iterate
over the used colours and how often they occur. The current Python version
only allows queries for specific colours.

Could this please be fixed?

Regards,
  Arno

Arno Bakker wrote:

Hi

the Python version of wxImageHistogram is severely limited in functionality.
The original C++ one inherits from wxHashMap thus allowing one to iterate
over the used colours and how often they occur. The current Python version
only allows queries for specific colours.

Could this please be fixed?

I'll check into it.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!