Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Engraving Lines - an error occurred
#4
Strange. Python seems utterly confused. Can you:

1) Close Gimp, and restart it
2) Image>New
3) Add a couple of brushstrokes on the Backrgound layer
4) Start the Python console (Filters>Python-Fu>Console)
5) Copy/paste this code in the console (line by line)
Code:
image=gimp.image_list()[0]
layer=image.active_layer
pdb.gimp_drawable_desaturate(layer,DESATURATE_LUMINANCE)
pdb.plug_in_gauss_rle2(image,layer,0.,0.)
mask=pdb.gimp_channel_new_from_component(image, CHANNEL_GRAY,'Engraving Mask')
image.add_channel(mask)

And if there is an error on a line, report the line?

Btw what exact version of Gimp are you running?
Reply


Messages In This Thread
Engraving Lines - an error occurred - by Krikor - 12-15-2020, 04:29 PM
RE: Engraving Lines - an error occurred - by Ofnuts - 12-16-2020, 07:30 AM

Forum Jump: