gimp-next 3.0.4
GNU Image Manipulation Program
GIMP is an application for image manipulation tasks such as photo retouching, composition and authoring. It supports all common image formats as well as specialized ones. It features a highly customizable interface that is extensible via a plugin system.
- Outputs:
doc
,out
- Website: https://www.gimp.org
- Licenses: GPL 3+
- Package source: guix/packages.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gimp-next 3.0.4
as follows:
guix install gimp-next@3.0.4
Or install the latest version:
guix install gimp-next
The gimp-next
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install gimp-next:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.