print "Layer size is", layer.width, "x", layer.height
How do you see what it printed?
- Run from a terminal
- tail -f ~/.xsession-errors
Or: Python debuggers
print "Layer size is", layer.width, "x", layer.height
How do you see what it printed?
Or: Python debuggers
Mostly, though, GIMP plug-ins won't be complex enough to need that.