Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selection to Neon plug-in, create 80s light saber effect
#6
(05-29-2022, 03:02 PM)BdR76 Wrote:
(01-19-2022, 03:45 PM)nelo Wrote: Your install instructions should point to the home folder of the user to install it.

Thanks for mentioning, I've updated the install instructions

(01-20-2022, 02:32 PM)CodeScooper Wrote: Good work , can i know how much time that can take to create a plugin and if that is too dificult ?

Completing the neon plug-in took about one day I'd say, so 8 hours. You need some knowledge of Python.

Writing a GIMP Python plug-in is harder than just working with Python imho. Because you also need to know some things about the GIMP api. Unfortunately the GIMP python documentation is kind of old and bare bones. Also, debugging in GIMP can be difficult, because when it crashes there usually is no clear error message and using pdb.gimp_message('test123') is itself kinda buggy. So I usually test things like string maniputlation, image calculations etc just in Python IDLE first, when it works then test it in GIMP.

See Debugging python-fu scripts in Windows

This said, independent testing of the complex bits beforehand is always a good idea.
Reply


Messages In This Thread
RE: Selection to Neon plug-in, create 80s light saber effect - by Ofnuts - 05-30-2022, 12:03 AM

Forum Jump: