Things that I would like to remember how to do using gimp.
Most of the notes below are based on Carey Bunks' Grokking the GIMP book.
Drop-down shadow
Based on an input image, here is the output with the shadow. The XCF gimp format source file contains all of the layer structures.
- Add alpha channel to the input picture.
- Select and cut selection.
- On layers, duplicate layer.
- Select duplicate and bucket fill with threshold equal to 255 on black.
- Blur and shift the black copy with Gaussian blur.
- Offset layer.
- Put new layer as a background to everything.
Cut-out text on given picture
Based on an input image, here is the output with the cutout. The XCF gimp format source file contains all of the layer structures.
- Start with image.
- Switch foreground and background, so that have white on black.
- Create new layer (black).
- Paint text (white letters) on new layer.
- Cut and paste text to get text centralized on picture.
- Anchor into black layer.
- Create layer mask for text layer.
- Copy and paste text into layer mask.
- Select text (not layer mask) and blur and offset.
Cut-out plus rotated drop down shadows
Based on an input image, here is the output with the cut-out and rotated shadowed original. The XCF gimp format source file contains layer details.
- Start with initial image and put alpha channel.
- Select and cut away unwanted background.
- Save outline of cutout as channel mask by:
- layers: Alpha to selection
- Image: Select->Save to channel
- Cancel selection.
- Create new white layer and place on top of layer list.
- In channels, duplicate and cut the outline.
- Go to image and paste; anchor into white layer.
- toggle "eye" off of image.
- Select mask, copy and paste on layer mask.
- Blur and offset mask (not layer mask).
- Duplicate cut-out layer.
- Select on duplicate, the outline and bucket fill with pattern with threshold=255.
- Select on original outline and select "multiply" on top chooser.
- Toggle "eye" on image on, and select.
- From Tools->transform tools->transform, choose rotate by desired angle.
- Offset.
- Duplicate image and bucket fill duplicate with black and threshold=255.
- Blur and offset duplicate for shadow.
Carved wood using a stencil
Based on an original XCF with the result as an image and as the source XCF.
- Start with input image with black/white stencil and patterned background as separate layers.
- Select the outline of stencil.
- Toggle off stencil and select background layer.
- Image->colors->levels and darken with middle arrow the inside selection of pattern.
- Cancel selection.
- Copy stencil and put original at end of layers stack for later use.
- Blur stencil with Gaussian R=3.
- Bump map pattern with "compensate for darkness".
- Go to original stencil; Image->color->invert.
- Copy and paste inverted into its own layer mask.
- Blur and offset inverted; chooser to "multiply" on layers; 65% opacity.
Chiseled Letters
An XCF example is given as the starting picture where the result is also provided as an XCF.
- Start with two layers, text on transparent layer and pattern on background.
- Duplicate, blur, and offset on text for drop shadow.
- Select text on layers and "Alpha to selection".
- Invert fg <-> bg colors.
- Put gradient on text with Shapeburst (angular) on selection.
- Cancel selection.
- Bump map pattern with gradient text.
- Make text layer active -> Alpha to Selection.
- Make marble active and copy.
- Cancel selection.
- Make text active and paste and anchor.
- Lighten text with levels.
Home