%general-entities; ]> $LastChangedBy$ $Date$ Gimp-&gimp-version; Gimp Introduction to Gimp The Gimp package contains the GNU Image Manipulation Program which is useful for photo retouching, image composition and image authoring. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gimp-md5sum; Download size: &gimp-size; Estimated disk space required: &gimp-buildsize; Estimated build time: &gimp-time; Additional Downloads The optional help files for 2.10 are still being updated. In the meantime, here is a git pull: The downloads may have been updated since this version of the book was committed. For the gimp-help-&gimp-help-version; tarball, the MD5 sum is: &gimp-help-md5sum; and other sums may be in the README file in the same directory. Download size: &gimp-help-size; Estimated disk space required: &gimp-help-buildsize; Estimated build time: &gimp-help-time; Gimp Dependencies Required , , , , . , , , , (to build the translated help files), , , (including poppler-data) and Recommended , (with libgs installed), , , (including the gtk, pango and pangocairo modules) and Optional , , (to access the online help), , , , an (that provides a sendmail program), , appstream-glib and libwmf When you have run configure, you will see that WebKit is not found - that dependency is for the legacy webkit-1.0 which should never be used on a modern system exposed to the internet. Optional, for optimizing the PNG files in the help system pngnq and pngcrush User Notes: Installation of Gimp Install Gimp by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc && make To test the results (requires an X-Windowed terminal) issue: make check. Now, as the root user: make install Installation of Gimp-Help The gimp-help tarball contains images and English text help for help files, together with translations. If you downloaded the gimp-help tarball, unpack it and change into the root of the newly created source tree. Prepare for the build with the following command: ALL_LINGUAS="ca da de el en en_GB es fi fr it ja ko nl nn pt_BR ru zh_CN" \ ./autogen.sh --prefix=/usr && Remove from ALL_LINGUAS the codes for any languages which you do not wish to install. Alternatively, remove the line starting with ALL_LINGUAS, if you wish to build all languages. Now build the help files: make Issue the following commands as the root user to install the help files: make install && chown -R root:root /usr/share/gimp/2.0/help Command Explanations ALL_LINGUAS="ca da de el en en_GB ...": by default, the help files will be rendered in all the available languages. Remove the codes of any languages you do not wish to build. : This option is necessary if you have not installed PyGTK. Configuring The Gimp Config Files /etc/gimp/2.0/* and ~/.gimp-2.8/gimprc ~/.g/GIMP/2.10/* /etc/gimp/2.0/* Contents Installed Programs Installed Libraries Installed Directories gimp (symlink), gimp-2.10, gimp-console (symlink), gimp-console-2.10, and gimptool-2.0 libgimp-2.0.so, libgimpbase-2.0.so, libgimpcolor-2.0.so, libgimpconfig-2.0.so, libgimpmath-2.0.so, libgimpmodule-2.0.so, libgimpthumb-2.0.so, libgimpui-2.0.so, and libgimpwidgets-2.0.so /etc/gimp, /usr/include/gimp-2.0, /usr/{lib,share}/gimp, /usr/share/gimp/2.0, /usr/share/gtk-doc/html/libgimp{,base,color,config}, and /usr/share/gtk-doc/html/libgimp{math,module,thumb,widgets} Short Descriptions gimp is a symbolic link to gimp-2.10. gimp gimp-2.10 is the Gnu Image Manipulation Program. It works with a variety of image formats and provides a large selection of tools. gimp-2.10 gimp-console is a symbolic link to gimp-console-2.10. gimp-console gimp-console-2.10 is a console program that behaves as if The Gimp was called with the command-line option. gimp-console-2.10 gimptool-2.0 is a tool that can build plug-ins or scripts and install them if they are distributed in one source file. gimptool-2.0 can also be used by programs that need to know what libraries and include-paths The Gimp was compiled with. gimptool-2.0 libgimp-2.0.so provides C bindings for The Gimp's Procedural Database (PDB) which offers an interface to core functions and to functionality provided by plug-ins. libgimp-2.0.so libgimpbase-2.0.so provides the C functions for basic Gimp functionality such as determining enumeration data types, gettext translation, determining The Gimp's version number and capabilities, handling data files and accessing the environment. libgimpbase-2.0.so libgimpcolor-2.0.so provides the C functions relating to RGB, HSV and CMYK colors as well as converting colors between different color models and performing adaptive supersampling on an area. libgimpcolor-2.0.so libgimpconfig-2.0.so contains C functions for reading and writing config information. libgimpconfig-2.0.so libgimpmath-2.0.so contains C functions which provide mathematical definitions and macros, manipulate 3x3 transformation matrices, set up and manipulate vectors and the MD5 message-digest algorithm. libgimpmath-2.0.so libgimpmodule-2.0.so provides the C functions which implements module loading using GModule and keeps a list of GimpModule's found in a given searchpath. libgimpmodule-2.0.so libgimpthumb-2.0.so provides the C functions for handling The Gimp's thumbnail objects. libgimpthumb-2.0.so libgimpui-2.0.so contains The Gimp's common user interface functions. libgimpui-2.0.so libgimpwidgets-2.0.so contains The Gimp and GTK's widget creation and manipulation functions. libgimpwidgets-2.0.so