favorite plugins - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: favorite plugins (/Thread-favorite-plugins) Pages:
1
2
|
favorite plugins - DearDeparted - 05-02-2023 Hi GIMPies! I'm new to GIMP and wanted to ask everybody's favorite script, plugin, ... (in various categories) in order to test them and select my favorites from them. What do you think are the best ones? Retroarchgirl RE: favorite plugins - teapot - 05-03-2023 It's tricky to choose favourites as it depends on the job in hand. ofnuts' gimp tools and path tools are indispensable IMO. Most often used here is ofn-preset-guides. In frequent use ofn-export-layers, ofn-interleave-layers, ofn-brush-strokes-on-path, ofn-path-edits and ofn-text-along-path, I could go on For effects I like many of graechan's e.g. Image Shine.scm, Fur.scm. Then there's scripts by gnutux, e.g. Bevel reflect, Logo toolbox. GMIC of course. Anyway that's just a start. You could look here: https://www.gimpscripts.net/ RE: favorite plugins - PixLab - 05-03-2023 (05-02-2023, 11:25 PM)retroarchgirl Wrote: I'm new to GIMP and wanted to ask everybody's favorite script, plugin. No, not now! Learn GIMP first, then when you feel you're missing a function, something, ask, maybe you don't need script/plugins If you start with script/plugins NOW, you will never know GIMP and be dependent on scripts/plugins, without knowing that you can do the job with the GIMP's natives' tools! Having said that, there are 2 plugins which are important, it's G'MIC and Resynthesizer, once installed, please just learn GIMP RE: favorite plugins - rich2005 - 05-03-2023 (05-02-2023, 11:25 PM)retroarchgirl Wrote: Hi GIMPies! Just a note about installing plugins and a plugin for Windows is a file with a .exe or .py extension. The place for these is your User profile C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins (I saw in your other post you were putting in your Gimp system folder) Is a folder required for plugins ? For Gimp 2.10, not always required to put a plugin in a folder. If you use a folder it has the same name as the body of the plugin. For example ofn-bend-path.py will use a folder named ofn-bend-path Some plugins come with additional files, something.dll for .exe plugins. These are best in their own folder. For example the gimp_gmic_qt.exe plugin comes with many files and goes in a gimp_gmic_qt folder. Fortunately that plugin has an installer that does the job for you. Which plugins to try out. It does depend on your requirements, Gimp users range from pixel art - through animation - web page illustrations - photograph editing. All very different requirements. A good one to start with is that gmic plugin http://www.gmic.org It has 500+ filters. Something for everyone. Scripts. A file with a .scm extension These go in C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\scripts. Easy. Plugin or script. These register in a menu somewhere. If you do not know which menu, use Help -> Plugin Browser and search for the plugin/script name. It gives an indication of menu location. ---- What do I use frequently ? gimp_gmic_qt resynthesizer + heal plugins. see: https://www.gimp-forum.net/Thread-Resynthisizer-Heal-Selection-Runtime-Error?pid=12687#pid12687 BIMP the batch plugin: https://alessandrofrancesconi.it/projects/bimp/ ...and other little utilities that you will accumulate as your experience with Gimp grows. Avoid installing all and everything I have seen some real messy installations that result in cries for help. RE: favorite plugins - BeaverGEGLFreak - 05-03-2023 Remember my GEGL plugins are a special case and go inside (Windows) C:\Users\USERNAME\AppData\Local\gegl-0.4\plug-ins (Linux) /home/(USERNAME)/.local/share/gegl-0.4/plug-ins (Flatpak Linux) /home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins -- well hands down my own plugins are my favorites. RE: favorite plugins - DearDeparted - 05-03-2023 What exactly is the difference between a script and a plugin? Can they do different things (for example things a plugin can do, but not a script) or does it not matter if you are not a developer? RE: favorite plugins - Ofnuts - 05-03-2023 (05-03-2023, 04:18 PM)BeaverGEGLFreak Wrote: Remember my GEGL plugins are a special case and go inside Not ***your** GEGL plugins. All GEGL plugins. RE: favorite plugins - rich2005 - 05-03-2023 (05-03-2023, 04:56 PM)retroarchgirl Wrote: What exactly is the difference between a script and a plugin? Can they do different things (for example things a plugin can do, but not a script) or does it not matter if you are not a developer? Well, scripts and plugins will "do something" to an image and some are equivalent. You might see old tutorials using "Layer Effects" There is both a script-fu version and a python plugin version. It might not affect the image directly, for example there are both scripts and plugins that will set up guides over an image. The image is not changed, the guides assist the user. Both scripts and plugins can be simple or can be complicated. Plugins (not all plugins) can have an advantage of showing a "preview" window. Usually small but the gimp_gmic_qt plugin uses a larger preview window. The GEGL filters apply the preview directly to the image canvas. These are all standard in Gimp (1) Tileable blur script you do see any change until you apply it (2) Difference of Gaussians plugin There is a small preview. (3) Pixelize GEGL filter shows the effect as you change values. [attachment=9753] Not a developer > Then not all that necessary to know the workings. RE: favorite plugins - Ofnuts - 05-03-2023 (05-03-2023, 04:56 PM)retroarchgirl Wrote: What exactly is the difference between a script and a plugin? Can they do different things (for example things a plugin can do, but not a script) or does it not matter if you are not a developer? Technically... A script is a bit of code which is interpreted by the dedicated script-fu executor. It takes its parameters on start-up and then it run till the end.
For the binary kind:
RE: favorite plugins - retroarchgirl - 05-06-2023 Thank you for the explanation! I'm sorry. i had a bad day and left the forum. I'm back, I was the author of this question I don't have photoshop but I was wondering if it also has the possibility to write free scripts/plugins or does it require you to pay even more (Photoshop itself is montly subscription I think). Thank GNU for GIMP! |