4.7. Den Modus ändern

Wie alles andere auch, kommen auch Bilder in verschiedenen Geschmacksrichtungen und dienen verschiedenen Zwecken. Manchmal ist eine kleine Dateigröße entscheidend (für die Verwendung auf Webseiten zum Beispiel) und manchmal ist eine hohe Farbgenauigkeit das primäre Ziel (für Familienportraits zum Beispiel). GIMP kann all diese Anforderungen erfüllen. Eine wichtige Stellschraube ist der Bildmodus. Es gibt derer drei, wie in diesem Menü gezeigt. Öffnen Sie das Bild und nutzen Sie das Menü, um es in einen anderen Modus zu überführen.

Abbildung 3.32. Dialogfenster für Modusänderung

Dialogfenster für Modusänderung

RGB - Dies ist der Standardmodus für hochwertige Bilder mit Millionen verschiedener Farben. In diesem Modus führen Sie auch die meisten Arbeiten am Bild aus, wie Skalieren, Beschneiden oder auch Spiegeln. Im RGB-Modus ist jeder Bildpunkt über drei Komponenten definiert: R → rot, G → grün und B → blau. Jede kann einen Intensitätswert zwischen 0 und 255 haben. Jeder Bildpunkt ist die additive Kombination der drei Komponenten.

Indexed- This is the mode usually used when file size is of concern, or when you are working with images with few colors. It involves using a fixed number of colors (256 or less) for the entire image to represent colors. By default, when you change an image to a palleted image, GIMP generates an optimum palette to best represent your image.

Abbildung 3.33. Dialog Convert Image to Indexed Colors

Dialog Convert Image to Indexed Colors

As you might expect, since the information needed to represent the color at each pixel is less, the file size is smaller. However, sometimes, there are options in the various menus that are grayed-out for no apparent reason. This usually means that the filter or option cannot be applied when your image is in its current mode. Changing the mode to RGB, as outlined above, should solve this issue. If RGB mode doesn't work either, perhaps the option you're trying requires your layer to have the ability to be transparent. This can be done just as easily via LayerTransparencyAdd Alpha Channel.

Abbildung 3.34. Alphakanal hinzufügen

Alphakanal hinzufügen

Grayscale- Grayscale images have only shades of gray. This mode has some specific uses and takes less space on the hard drive in some formats, but is not recommended for general use as reading it is not supported by many applications.

There is no need to convert an image to a specific mode before saving it in your favorite format, as GIMP is smart enough to properly export the image.