I'm trying to create a Script-Fu script that at one point adds a drop-shadow. I use the script-fu-drop-shadow function as seen below
(script-fu-drop-shadow image textDrawable 0 7 16 '(0 0 0) 1 FALSE)
It works on normal layers, but not text layers it seems like. I've tried to find a function that converts a text layer to a bitmap layer, but cannot seem to find one for script-fu. Normally in GIMP, you just goto the layer, right click, and click 'Discard Text Information'.
Does anyone know a function that can achieve turning a text layer into a normal bitmap layer? Or a series of steps? Or maybe someone just knows a better way of going about creating a drop shadow. Thanks!