Re: [Gimp-user] Python script
- From: kevin payne <paynekjo googlemail com>
- To: "Alexander V. Kalachev" <alexkalachev yahoo co uk>
- Cc: gimp-user-list gnome org
- Subject: Re: [Gimp-user] Python script
- Date: Thu, 21 Jun 2018 11:17:28 +0100
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]