user-manual:ch01
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
user-manual:ch01 [2025/06/17 19:15] – barley1965 | user-manual:ch01 [2025/06/17 19:27] (current) – barley1965 | ||
---|---|---|---|
Line 144: | Line 144: | ||
==== Windows: GroIMP doesn' | ==== Windows: GroIMP doesn' | ||
- | Even if you installed the right version of java it can happen that the GroIMP installer is picking a wrong one from your system. {{ : | + | Even if you have installed the right version of java it can happen that the GroIMP installer is picking a wrong version of Java from your system. {{ : |
In this case you have to edit the shortcut to enter the right path: | In this case you have to edit the shortcut to enter the right path: | ||
1. Find java 21 on your computer (most likely somewhere in " | 1. Find java 21 on your computer (most likely somewhere in " | ||
2. Right click on the the GroIMP desktop shortcut and select Properties (see image on the right) | 2. Right click on the the GroIMP desktop shortcut and select Properties (see image on the right) | ||
- | 3. In the preference | + | 3. In the Properties |
- | 4. change | + | 4. Change |
{{ : | {{ : | ||
- | ==== GroIMP is to small / to large ==== | + | ==== GroIMP is too small / too large ==== |
- | On modern | + | On modern |
< | < | ||
Line 161: | Line 161: | ||
</ | </ | ||
- | In stead of 2.5 you can place what ever scale fits for your screen, | + | Instead |
- | To apply this on windows | + | To apply this on Windows |
Line 170: | Line 170: | ||
==== Java Parameters ==== | ==== 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 | + | 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 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/ | > **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 | + | 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 allocated |
==== GroIMP Parameters ==== | ==== GroIMP Parameters ==== | ||
- | The command line also enables to provides | + | The command line also enables to send parameters to GroIMP. These parameters need to be passed AFTER the // |
> **java -jar core.jar --project-tree** | > **java -jar core.jar --project-tree** | ||
Line 192: | Line 192: | ||
GroIMP can also be started // | GroIMP can also be started // | ||
- | To define which interface is used, when starting GroIMP you need to pass the parameter //-a//. E.g. | + | To define which interface is used when starting GroIMP you need to pass the parameter //-a//. E.g. |
> **java -jar core.jar -a api** | > **java -jar core.jar -a api** | ||
Line 204: | Line 204: | ||
Installation of Plugins for the Java Image I/O Framework. | 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 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 as a pluggable architecture: |
==== GroIMP Plugins ==== | ==== GroIMP Plugins ==== | ||
- | GroIMP is developed around a plugin architecture. New plugin | + | GroIMP is developed around a plugin architecture. New plugins |
On startup GroIMP loads all plugins under its installed path/ | On startup GroIMP loads all plugins under its installed path/ |
user-manual/ch01.1750180549.txt.gz · Last modified: 2025/06/17 19:15 by barley1965