571350270b
app: return 0.0..1.0 from gimp_histogram_get_mean(), median(), std_dev()
...
Display the float values in the histogram dockable and add a compat
hack to the gimp_histogram() PDB wrapper.
2013-06-12 02:01:24 +02:00
6c97908a9e
app: add "gboolean gamma_corrected" to gimp_histogram_new()
...
so we can make histograms of the gamma-corrected image data. Pass
TRUE all over the place so the histogram works perceptually. This
needs more thinking...
2013-06-12 01:02:25 +02:00
8d1cbd95d2
app: rename gimp_histogram_get_channel() to get_component()
...
Because that's what it is. It also takes a "gint component"
(0..4) and not a "GimpHistogramChannel channel".
2013-06-11 21:32:08 +02:00
a7f42de4c0
app: turn GimpHistorgram into a GimpObject, no other changes
2013-06-11 21:23:32 +02:00
96d569a50e
app: make GimpHistogram use floats, and make the number of bins flexible
...
It's still always 256 currently.
2013-06-11 02:24:53 +02:00
aee6a9eb01
app: remove the legacy histogram calculation code
2012-05-02 17:51:04 +02:00
28f655ed27
app: implement the GEGL histogram with an iterator loop for now
...
its body can later be reused in the working histogram sink op.
2012-05-02 17:51:04 +02:00
df5ab0f551
app: add gimp_histogram_clear_values() and use it
...
instead of abusing gimp_histogram_calculate() with a NULL region for
that purpose; calculate() is about to go away.
2012-05-02 17:51:04 +02:00
8d5471502e
app: move GimpHistogram from base/ to core/
2012-05-02 17:46:13 +02:00