How to make? - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: How to make? (/Thread-How-to-make) |
How to make? - macnus - 06-24-2019 Hello, i'm looking for tips and tricks on how to make something like this in GIMP. Thanks! RE: How to make? - rich2005 - 06-24-2019 Very much hands-on but you can use Ofnuts paths-inbetweener from http://sourceforge.net/projects/gimp-path-tools/files/scripts/ second one down ofn-path-inbetweener.zip Comes with a html usage file A very quick example: Uses a pair of paths (must have same number of nodes) and a right-click in the Paths Dialogue to set the paths and number of intermediates. and the plugin gives this: https://i.imgur.com/2rPDnW5.jpg repeat with new pair of paths for this: https://i.imgur.com/XIr6zJw.jpg Not the best of examples but stroke the paths for: RE: How to make? - macnus - 06-26-2019 Cool, thanks. I'm trying to use the plugin, but can't find it after installing on mac. It shows up on the python and script fu in the filters menu, but there I have to code something I have no idea how to do. I cant' the find the Path and Mass Render menu the instruction tells me to. I'm using mac. Code: GIMP 2.10.12 Python Console RE: How to make? - Ofnuts - 06-26-2019 Please read the doc (HTML) that was in the ZIP. No need for the Python console The filter is accessed in the right-click menu in the Paths list. |