After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 71633 - Add histogram to Curves tool dialog
Add histogram to Curves tool dialog
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
1.x
Other All
: Low enhancement
: 2.0
Assigned To: GIMP Bugs
GIMP Bugs
: 123097 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-02-15 21:34 UTC by Jim Lokken
Modified: 2003-12-11 23:35 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Jim Lokken 2002-02-15 21:34:30 UTC
I've seen a curves dialog in a scanner review that has a greyed histogram
in the curves graph.  see
(http://www.imaging-resource.com/PRODS/LS4K/L40A.HTM)  I think this could
be a nice enhancement.  Of course, the histogram should be for the
individual curve selected, red, green, blue, or value.
Comment 1 Raphaël Quinet 2002-02-18 12:05:43 UTC
Yes, that could be a nice enhancement for 1.3.x or later.  But this is
not trivial, because this would require a new curves widget (in order
to be able to display the histogram in the backgroun).  Also, if we
want the interface to be responsive, then the histograms should
probably be computer in the background (idle task) for very large
images that could be partially swapped out.
Comment 2 Sven Neumann 2003-02-03 15:55:14 UTC
I really like this idea a lot and want to see it happen in 1.3.
Comment 3 Dave Neary 2003-07-26 20:57:56 UTC
Doesn't look like it'll get done.

Bumping to 2.0.

Dave.
Comment 4 Dave Neary 2003-07-26 20:58:14 UTC
Excuse me, I meant Future.

Dave.
Comment 5 Sven Neumann 2003-09-24 10:56:44 UTC
*** Bug 123097 has been marked as a duplicate of this bug. ***
Comment 6 Jakub Steiner 2003-10-03 12:36:14 UTC
Another option would be putting the histogram into a dock, perhaps to
the image info. It would update live according to the state of the image. 

That way it would work across all tools.
Comment 7 Sven Neumann 2003-11-03 11:46:08 UTC
The histogram is now a dockable and be used with the Curves tool. It
would still be nice to have the histogram embedded in the Curves
dialog but it is of lower priority now.
Comment 8 Michael Natterer 2003-12-11 23:35:59 UTC
Fixed in CVS:

2003-12-12  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimphistogramview.[ch]: added a hack that allows to
	render the histogram in a brighter color. Fixed initial range for
	views that are not selectable.

	* app/tools/gimpcurvestool.[ch]: replaced the GtkDrawingArea by a
	bright GimpHistogramView and render the curves tool controls on
	top of the histogram. Fixes bug #71633.