EnglishFrenchSpanish

OnWorks favicon

gimptool-2.0 - Online in the Cloud

Run gimptool-2.0 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gimptool-2.0 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gimptool-2.0 - script to perform various GIMPy functions

SYNOPSIS


gimptool-2.0 [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--help] [--quiet]
[--silent] [-n] [--just-print] [--dry-run] [--recon] [--msvc-syntax] [--bindir]
[--sbindir] [--libexecdir] [--datadir] [--sysconfdir] [--sharedstatedir] [--localstatedir]
[--libdir] [--infodir] [--mandir] [--includedir] [--gimpplugindir] [--gimpdatadir]
[--libs] [--libs-noui] [--cflags] [--cflags-noi] [--build plug-in.c] [--build-strip
plug-in.c] [--install plug-in.c] [--install-strip plug-in.c] [--install-admin plug-in.c]
[--install-bin plug-in] [--install-admin-strip plug-in.c] [--install-bin-strip plug-in]
[--install-admin-bin plug-in] [--install-script script.scm] [--install-admin-script
script.scm] [--uninstall-bin plug-in] [--uninstall-admin-bin plug-in] [--uninstall-script
script.scm] [--uninstall-admin-script script.scm]

DESCRIPTION


gimptool-2.0 is a tool that can, among other things, 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 GIMP was compiled with. gimptool-2.0 uses pkg-config for this task. For use in
Makefiles, it is recommended that you use pkg-config directly instead of calling
gimptool-2.0.

OPTIONS


gimptool-2.0 accepts the following options:

--version
Print the currently installed version of GIMP on the standard output.

--help Print out the help blurb, showing commonly used commandline options.

--quiet Run quietly without echoing any of the build commands.

--silent
Run silently without echoing any of the build commands. Same as --quiet.

-n Test mode. Print the commands but don't actually execute them. Useful for making
dry runs for testing.

--just-print
Test mode. Print the commands but don't actually execute them. Same as -n.

--dry-run
Test mode. Print the commands but don't actually execute them. Same as -n.

--recon Test mode. Print the commands but don't actually execute them. Same as -n.

--msvc-syntax
Useful on Windows. Outputs the compiler and linker flags in the syntax used by
Microsoft's toolchain. Passed to the pkg-config command that does most of
gimptool-2.0's work.

--bindir
Outputs the bindir used to install the GIMP.

--sbindir
Outputs the sbindir used to install the GIMP.

--libexecdir
Outputs the libexecdir used to install the GIMP.

--datadir
Outputs the datadir used to install the GIMP.

--sysconfdir
Outputs the sysconfdir used to install the GIMP.

--sharedstatedir
Outputs the sharedstatedir used to install the GIMP.

--localstatedir
Outputs the localstatedir used to install the GIMP.

--libdir
Outputs the libdir used to install the GIMP.

--infodir
Outputs the infodir used to install the GIMP.

--mandir
Outputs the mandir used to install the GIMP.

--includedir
Outputs the includedir used to install the GIMP.

--gimpdatadir
Outputs the actual directory where the GIMP data files were installed.

--gimpplugindir
Outputs the actual directory where the GIMP plug-ins were installed.

--build plug-in.c
Compile and link plug-in.c into a GIMP plug-in.

--build-strip plug-in.c
Compile,link, and strip plug-in.c into a GIMP plug-in.

--install plug-in.c
Compile, link, and install plug-in.c into the user's personal GIMP plug-in
directory ($HOME/.gimp-2.8/plug-ins)

--install-strip plug-in.c
Compile, link,strip, and install plug-in.c into the user's personal GIMP plug-in
directory ($HOME/.gimp-2.8/plug-ins)

--install-admin plug-in.c
Compile, link, and install plug-in.c into the system-wide GIMP plug-in directory
(${exec_prefix}/lib/gimp/2.0/plug-ins)

--install-bin plug-in
Install plug-in into the user's personal GIMP plug-in directory
($HOME/.gimp-2.8/plug-ins)

--install-admin-bin plug-in
Install plug-in into the system-wide GIMP plug-in directory
(${exec_prefix}/lib/gimp/2.0/plug-ins)

--install-bin-strip plug-in
Install stripped plug-in into the user's personal GIMP plug-in directory
($HOME/.gimp-2.8/plug-ins)

--install-admin-bin-strip plug-in
Install stripped plug-in into the system-wide GIMP plug-in directory
(${exec_prefix}/lib/gimp/2.0/plug-ins)

--install-script script.scm
Install script.scm into the user's personal GIMP script directory
($HOME/.gimp-2.8/scripts)

--install-admin-script script.scm
Install script.scm into the system-wide GIMP script directory
(${datarootdir}/gimp/2.0/scripts)

--uninstall-bin plug-in
Uninstall plug-in from the user's personal GIMP plug-in directory
($HOME/.gimp-2.8/plug-ins)

--uninstall-admin-bin plug-in
Uninstall plug-in from the system-wide GIMP plug-in directory
(${exec_prefix}/lib/gimp/2.0/plug-ins)

--uninstall-script script.scm
Uninstall script.scm from the user's personal GIMP script directory
($HOME/.gimp-2.8/scripts)

--uninstall-admin-script script.scm
Uninstall script.scm from the system-wide GIMP script directory
(${datarootdir}/gimp/2.0/scripts)

--libs Print the linker flags that are necessary to link a GIMP plug-in.

--libs-noui
Print the linker flags that are necessary to link a GIMP plug-in, for plug-ins
that do not require the GTK+ libraries.

--cflags
Print the compiler flags that are necessary to compile a GIMP plug-in.

--clags-noui
Print the compiler flags that are necessary to compile a GIMP plug-in for plug-ins
that do not require the GTK+ libraries.

--prefix=PREFIX
If specified, use PREFIX instead of the installation prefix that GIMP was built
with when computing the output for the --cflags and --libs options. This option is
also used for the exec prefix if --exec-prefix was not specified. This option must
be specified before any --libs or --cflags options.

--exec-prefix=PREFIX
If specified, use PREFIX instead of the installation exec prefix that GIMP was
built with when computing the output for the --cflags and --libs options. This
option must be specified before any --libs or --cflags options.

ENVIRONMENT


CC to get the name of the desired C compiler.

CFLAGS to get the preferred flags to pass to the C compiler for plug-in building.

LDFLAGS to get the preferred flags for passing to the linker.

LIBS for passing extra libs that may be needed in the build process. For example,
LIBS=-lintl .

PKG_CONFIG
to get the location of the pkg-config program that is used to determine details
about your glib, pango, gtk+ and gimp installation.

Use gimptool-2.0 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 2
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 3
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 4
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 5
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 6
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • More »

Linux commands

  • 1
    a56
    a56
    A56 - Motorola DSP56001 assembler ...
    Run a56
  • 2
    a68g
    a68g
    a68g - Algol 68 Genie, an Algol 68
    compiler-interpreter ...
    Run a68g
  • 3
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 4
    copydatabase-1.3
    copydatabase-1.3
    copydatabase - Perform a
    document-by-document copy of one or more
    Xapian databases ...
    Run copydatabase-1.3
  • 5
    fweelin
    fweelin
    freewheeling � live looping musical
    instrument ...
    Run fweelin
  • 6
    fwexec
    fwexec
    fwexec - program to upload and rexecute
    image file to a connected NXT device ...
    Run fwexec
  • More »

Ad