user-manual:ch01
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
user-manual:ch01 [2024/04/12 11:06] – created gaetan | user-manual:ch01 [2025/01/22 15:56] (current) – [GroIMP Interfaces] Tim | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Chapter 1. Installation | + | ====== |
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
- | === Table of Contents | + | ====== Requirements ====== |
- | * **1.1.** [[: | + | |
- | * **1.2.** [[: | + | |
- | * **1.3.** [[: | + | |
- | * **1.3.1.** [[: | + | |
- | * **1.3.2.** [[: | + | |
- | * **1.3.3.** [[: | + | |
- | * **1.3.4.** [[: | + | |
- | * **1.4.** [[: | + | |
- | + | ||
- | === 1.1. System Requirements | + | |
GroIMP is | GroIMP is | ||
- | written in Java. Thus, it should follow Java's WORA-principle (Write Once, Run | + | written in Java, which means it should follow Java's WORA-principle (Write Once, Run |
Anywhere) and should run on every Java-capable platform. GroIMP has been tested | Anywhere) and should run on every Java-capable platform. GroIMP has been tested | ||
successfully on Unix and Windows platforms. | successfully on Unix and Windows platforms. | ||
- | GroIMP 2.1.3 requires | + | GroIMP 2.1.5 requires |
- | the installation of a Java runtime environment of version 17. Which | + | the installation of a Java runtime environment of version 17. This |
can be obtained from Oracle at [[https:// | can be obtained from Oracle at [[https:// | ||
Line 25: | Line 24: | ||
performant runtime behaviour, at least 256 MB RAM and a 1 GHz processor are | performant runtime behaviour, at least 256 MB RAM and a 1 GHz processor are | ||
recommended. | recommended. | ||
+ | |||
+ | ====== Download ====== | ||
+ | |||
+ | The binary distribution of GroIMP is available on the [[https:// | ||
+ | |||
+ | ====== Installation from binaries ====== | ||
+ | |||
+ | The windows exe and debian release are executable files that will extract and install GroIMP on your computer. It will also provide you with the possibility to create a menu entry and a shortcut. | ||
+ | Mac users need to download the zip-file, extract it and run GroIMP from the command line. | ||
+ | |||
+ | The directory structure of the zip-file has to be preserved, check | ||
+ | that your zip program is set up accordingly (and does not extract all files | ||
+ | into one and the same directory). | ||
+ | |||
+ | After extraction of the zip-file, the following files, among others, are present in the installation | ||
+ | directory: | ||
+ | |||
+ | `README` | ||
+ | |||
+ | This plain text file contains additional information about the GroIMP distribution. Please read it | ||
+ | carefully. | ||
+ | |||
+ | `INSTALL` | ||
+ | |||
+ | This plain text file contains | ||
+ | distribution, | ||
+ | have trouble with the installation procedure described in this manual, please consult | ||
+ | the file `INSTALL` a solution. | ||
+ | |||
+ | `plugins` | ||
+ | |||
+ | This directory contains all the plugins that are part of the binary distribution of | ||
+ | GroIMP. | ||
+ | |||
+ | `core.jar` | ||
+ | |||
+ | This file is an executable java archive and the entry-point for the Java runtime | ||
+ | environment to start the GroIMP application. | ||
+ | |||
+ | ====== Running GroIMP ====== | ||
+ | |||
+ | Because `core.jar` is an executable java archive, it is possible to start GroIMP just by (double-)clicking on the file in your system' | ||
+ | |||
+ | ==== From a Shortcut ==== | ||
+ | |||
+ | You can set up your desktop to show a menu entry for GroIMP. How this is done depends on your system. Usually your system provides a menu editor where you can create a new menu entry and specifiy the command to be executed when the entry is activated. Choose the command as you would do on command line. | ||
+ | |||
+ | ==== From the Command Line ==== | ||
+ | |||
+ | The file `core.jar` in your installation directory of GroIMP' | ||
+ | |||
+ | > **java -jar path/ | ||
+ | |||
+ | Of course, `path/ | ||
+ | |||
+ | > **java -jar / | ||
+ | |||
+ | or, on a Windows system with installation directory `C:\Program Files\GroIMP`, | ||
+ | |||
+ | > **java -Xverify: | ||
+ | |||
+ | Alternatively, | ||
+ | > **cd " | ||
+ | > **" | ||
+ | |||
+ | where " | ||
+ | |||
+ | ==== Additional Options ==== | ||
+ | |||
+ | === Java Parameters === | ||
+ | |||
+ | The **java** command has several options that influence the runtime behaviour, see the documentation of your Java installation. These options have to be specified before the `-jar` option. E.g., for the Java runtime environment of Sun, the option `-Xmx` specifies the maximum amount of heap memory size that should be allocated. The default value of this option may be much smaller than your installed main memory size. In this case GroIMP cannot benefit from your memory until you specify the `-Xmx` option as in | ||
+ | |||
+ | > **java -Xmx400m -jar path/ | ||
+ | |||
+ | which allows a maximum heap memory allocation of 400 MB. If you encounter `OutOfMemoryError`s when running GroIMP, you have to specify this option with a larger value. Note that the opposite may happen, i.e. a too generous memory allocation might prevent GroIMP from starting at all. In that case you have to lower the alocated memory again until it works. | ||
+ | |||
+ | === GroIMP Parameters === | ||
+ | |||
+ | The command line also enables to provides parameters to GroIMP. These parameters need to be passed AFTER the // | ||
+ | |||
+ | > **java -jar core.jar --project-tree** | ||
+ | |||
+ | The complete list of GroIMP parameters can be found [[: | ||
+ | |||
+ | ==== GroIMP Interfaces ==== | ||
+ | |||
+ | See [[: | ||
+ | |||
+ | GroIMP can be run from different interfaces. By default, GroIMP use the " | ||
+ | |||
+ | GroIMP can also be started // | ||
+ | |||
+ | To define which interface is used, when starting GroIMP you need to pass the parameter //-a//. E.g. | ||
+ | |||
+ | > **java -jar core.jar -a api** | ||
+ | |||
+ | More information can be found for using GroIMP [[: | ||
+ | |||
+ | ===== Plugin Architecture ===== | ||
+ | |||
+ | ==== Java plugins ==== | ||
+ | |||
+ | Installation of Plugins for the Java Image I/O Framework. | ||
+ | |||
+ | GroIMP requires only a Java runtime environment in order to run. However, the capabilities of some parts of the Java runtime environment can be extended by the installation of additional plugins. GroIMP makes use of the Java Image I/O Framework which provides features such a pluggable architecture: | ||
+ | |||
+ | ==== GroIMP Plugins ==== | ||
+ | |||
+ | GroIMP is developed around a plugin architecture. New plugin can easily be added to your GroIMP installation by simply adding them to the loading directory of GroIMP. | ||
+ | |||
+ | On startup GroIMP loads all plugins under its installed path/ | ||
+ | |||
+ | GroIMP plugins can be installed/ removed/ modified from within GroIMP with the [[: | ||
+ | |||
+ | A complete list of available plugins can be found at [[https:// | ||
user-manual/ch01.1712912812.txt.gz · Last modified: 2024/04/12 11:06 by gaetan