Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make?
#1
Hello,

i'm looking for tips and tricks on how to make something like this in GIMP.


Thanks!


Attached Files Thumbnail(s)
   
Reply
#2
Very much hands-on but you can use Ofnuts paths-inbetweener from http://sourceforge.net/projects/gimp-pat...s/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:

[Image: E00gkQV.jpg]
Reply
#3
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
Python 2.7.15 (default, Jun 12 2019, 15:11:03) 
[GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.2)]
➤> pdb.python_fu_ofn_fill_visible_paths(image, ignoredPath, useGradient, reverse, output, opacity, background, name)
Traceback (most recent call last):
  File "<input>", line 1, in <module>
NameError: name 'image' is not defined
➤> 
Reply
#4
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.
Reply


Forum Jump: