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 133626 - Window screenshot without window decoration
Window screenshot without window decoration
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
1.x
Other Linux
: Low enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
: 333469 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-02-06 10:56 UTC by Ulrich Leopold
Modified: 2006-03-05 19:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ulrich Leopold 2004-02-06 10:56:02 UTC
I am missing the the feature from the previous gimp version 1.x where I
coudl take screenshots without window decoration. This feature isn't
anylonger implemented. But it has some big impact on productivity if you
have to strip off the window decoration everytime you take a screenshot. I
hope you can re-implement this feature.
Comment 1 Sven Neumann 2004-02-06 12:00:50 UTC
It would be quite difficult to add this feature back. So far noone
plans on doing it though. Patches are welcomed.

As a workaround, you can use xwd to take your screenshots just like in
gimp-1.2. Support for reading xwd files is still available.
Comment 2 Samuli Kärkkäinen 2004-03-14 23:16:12 UTC
I would much like this feature also. Lack of it makes gimp unviable
choice for many types of screenshotting purposes.
Comment 3 Sven Neumann 2004-03-15 00:29:02 UTC
Use xwd then, the xwd import plug-in is still available.
Comment 4 Maurits Rijk 2004-05-26 12:49:24 UTC
Setting a few target milestones now that 2.2 is coming closer.
Comment 5 Sven Neumann 2005-03-22 21:32:53 UTC
Similar to bug #144788, this should be fixable by adjusting the area of the
taken pixbuf which is actually used to create the image. The problem is to get
the size of the window decorations.
Comment 6 weskaggs 2005-03-24 23:30:55 UTC
Okay, implemented in HEAD for Unix if libXmu is available (which it should be on
any modern system).

2005-03-24  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	* configure.in
	* plug-ins/common/screenshot.c: allow option of screenshot
	without decorations if libXmu is present (fixes bug #133626),
	clean up code a bit.
Comment 7 Manish Singh 2006-03-05 19:05:27 UTC
*** Bug 333469 has been marked as a duplicate of this bug. ***