The GNU Image Manipulation Program
The GIMP (GNU Image Manipulation Program) is a powerful image
composition and editing program, which can be extremely useful for
creating logos and other graphics for Web pages. The GIMP offers many
of the tools and filters you would expect to find in similar commercial
offerings and contains some interesting extras as well. The GIMP
provides a large image manipulation toolbox, including channel
operations and layers, effects, subpixel imaging and antialiasing, and
conversions- all including multilevel undo. The GIMP offers a scripting
facility, but many of the included scripts rely on fonts that we cannot
distribute.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2/gimp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000030 30 Bytes | |
gimp-2.10.12.tar.bz2 | 0032614932 31.1 MB | |
gimp.changes | 0000092689 90.5 KB | |
gimp.spec | 0000013139 12.8 KB | |
macros.gimp | 0000000105 105 Bytes | |
openSUSE.gpl | 0000000355 355 Bytes |
Latest Revision
Lubos Kocman (lkocman-factory)
accepted
request 753120
from
Yuchen Lin (maxlin_factory)
(revision 22)
update
Comments 1
Hello, I believe python-xml should be a required dependency, is there a reason why it isn't the case? Without it, the following warning appears when opening GIMP from the terminal: Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/file-openraster/file-openraster.py", line 17, in <module> import xml.etree.ElementTree as ET ImportError: No module named xml.etree.ElementTree gimp-2.10: LibGimpBase-WARNING: gimp-2.10: gimp_wire_read(): error
No big deal, GIMP works just fine for me, but maybe some functionality is broken because of this.