Re: [Gimp-user] get raw histogram data for image, not just statistics

2007-09-12 Thread Sven Neumann
Hi, On Tue, 2007-09-11 at 07:15 -0700, phil laks wrote: however the only function i see in the PDB is (mean,std_dev,median,pixels,count,percentile) = gimp_histogram (drawable,channel,start_range,end_range) which would require 256 calls of this function to get the data. Is there another

[Gimp-user] get raw histogram data for image, not just statistics

2007-09-11 Thread phil laks
Hi, I would like to use the perl interface to automate processing of black and white images. I would like to set a threshold for white vs black on the images based upon the histogram without physically looking at each image. I dont want to do it using the gimp-gui. I would like to get