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 72881 - Incorrect RGBA resampling in the navigation windows
Incorrect RGBA resampling in the navigation windows
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
1.x
Other All
: Normal minor
: Future
Assigned To: GIMP Bugs
Daniel Egger
Depends on:
Blocks: 70335
 
 
Reported: 2002-02-27 17:48 UTC by Raphaël Quinet
Modified: 2005-01-01 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Raphaël Quinet 2002-02-27 17:48:18 UTC
If two pixels have different opacity values (alpha channel), then their
colors are not averaged correctly by the navigation windows.  This affects
both the one accessed by clicking on the cross in the bottom right corner
of the image and the one accessed via View->Nav. Window.

See bug #70335 for some test images and a longer description of the
problem.  This problem affects many other tools and plug-ins.
Comment 1 Dave Neary 2003-07-23 16:19:05 UTC
Changed target milestone of several bugs to 2.0 - these are not features, and
don't look to me like blockers for a pre-release, but they have to be addressed
before 2.0.

Dave.
Comment 2 Dave Neary 2003-11-25 12:15:29 UTC
Bumping the milestone for this bug, and all that depend on it, to 2.2.

In the absence of someone actively working on this, there is no point keeping it
on the 2.0 milestone.

If someone wants to work on this, fixes to this family would also be accepted on
the stable branch.

Dave.
Comment 3 Philip L 2004-05-31 22:30:40 UTC
Is this still a bug? I can't see anything particularly unusual with Raphaël's
test images. I see an extremely faint outline around the circle, but the other
image is completely white.
Comment 4 Sven Neumann 2004-10-29 22:42:26 UTC
Bumping the milestone for this bug to Future.

In the absence of someone actively working on this, there is no point keeping it
on the 2.2 milestone.
Comment 5 Michael Natterer 2004-12-15 01:36:34 UTC
Fixed in CVS:

2004-12-15  Michael Natterer  <mitch@gimp.org>
	    Sven Neumann  <sven@gimp.org>

	* app/core/gimpdrawable-preview.c (gimp_drawable_preview_scale):
	fixed RGBA resampling by using premultiplied values for the
	intermediate accumulation buffer. Fixes bugs #72880 and #72881.