Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ryanbaer ryanbaer released this 05 Apr 01:34
d4f089a

This is the initial release of the plugin, which leverages GIMP's Python-fu system for writing plugins.

This plugin streamlines the process of outlining text with a filter and making changes by using manager layer groups.

This allows you to:

  • Outline text without rasterizing it
  • Move both layers easily without losing the positioning that maintains the outline effect
  • Select and modify the individual layers when needed
  • Change the content, size, or other properties of the text and re-outline seamlessly by selecting any of the manager layers and re-running the filter.

Internally, the plugin stores data on each managed layer by using parasites to store references and data correlating the layers to one another.

What's Changed

Full Changelog: https://github.com/ryanbaer/gimp-managed-text-outline/commits/v1.0.0