GitHunt
FE

feature-not-a-bug/stroke-text-gimp

GIMP script that strokes text with the currently selected background color

Stroke Text - Gimp Script

GIMP script that strokes text with the currently selected background color. Expects a text layer to be selected and will rasterize the text layer and merge with the background color.

This repository is being archived and is superceded by the Gimp v3 API compliant version at (stroke-text-gimp-v3)[https://github.com/feature-not-a-bug/stroke-text-gimp-v3]

Examples

Elephant with text

Elephant with text

Usage

This script should be copied into your GIMP scripts folder.

After copying the file and refreshing GIMP a new Layers menu item named Stroke Text will be available. Selecting this option will display a menu where the stoke size can be specified in pixels. This script will create a new layer and merge the text layer down, so the final layer name will be distinct from the original. The new layer name is derived from the original text layer's value, along with the append value shown in this dialog.

Copyright (c) Deepak Sharma. All rights reserved.

Licensed under the MIT license.

Languages

Scheme100.0%

Contributors

MIT License
Created August 27, 2021
Updated December 26, 2024
feature-not-a-bug/stroke-text-gimp | GitHunt