On 21 June 2018 at 10:32, Alexander V. Kalachev via gimp-user-list <gimp-user-list@gnome.org> wrote: > Dear list members, > > I wrote a script that adds an outline to the text. The script works as I > expected with on exception. When it finished, it removes all textual > information and converts the text into graphics. Could anyone give me an > advice how to modify the script in order to keep the textual information > unchanged? The script itself below.
<snip> You are stroking the path onto the Text layer, which will convert it from text to raster. To keep the Test layer you will need to stroke the path onto a new layer. _______________________________________________ gimp-user-list mailing list List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list