It is currently Wed Jul 24, 2024 12:26 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 67 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Tue Apr 29, 2014 11:13 am  (#41) 
Offline
GimpChat Member
User avatar

Joined: Jun 24, 2010
Posts: 504
Location: Western Vic Australia
GIMP 2.6.11 Python Console
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
>>> dir (gimp)
['Channel', 'Display', 'Drawable', 'Image', 'Layer', 'Parasite', 'PixelFetcher', 'PixelRgn', 'Tile', 'Vectors', 'VectorsBezierStroke', '_PyGimp_API', '__doc__', '__file__', '__name__', '__package__', '_id2display', '_id2drawable', '_id2image', '_id2vectors', 'attach_new_parasite', 'check_size', 'check_type', 'checks_get_shades', 'context_get_gradient', 'context_pop', 'context_push', 'context_set_gradient', 'data_directory', 'default_display', 'delete', 'directory', 'display_name', 'displays_flush', 'displays_reconnect', 'domain_register', 'error', 'exit', 'extension_ack', 'extension_enable', 'extension_process', 'fonts_get_list', 'fonts_refresh', 'gamma', 'get_background', 'get_data', 'get_foreground', 'get_progname', 'gradient_get_custom_samples', 'gradient_get_uniform_samples', 'gradients_get_gradient', 'gradients_get_list', 'gradients_sample_custom', 'gradients_sample_uniform', 'gradients_set_gradient', 'gtkrc', 'image_list', 'install_cmap', 'install_procedure', 'install_temp_proc', 'locale_directory', 'main', 'menu_register', 'message', 'min_colors', 'monitor_number', 'parasite_attach', 'parasite_detach', 'parasite_find', 'parasite_list', 'pdb', 'personal_rc_file', 'plug_in_directory', 'progress_init', 'progress_install', 'progress_uninstall', 'progress_update', 'quit', 'register_load_handler', 'register_magic_load_handler', 'register_save_handler', 'set_background', 'set_data', 'set_foreground', 'show_help_button', 'show_tool_tips', 'sysconf_directory', 'tile_cache_ntiles', 'tile_cache_size', 'tile_height', 'tile_width', 'uninstall_temp_proc', 'user_directory', 'vectors_import_from_file', 'vectors_import_from_string', 'version', 'wm_class']
>>> \

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Tue Apr 29, 2014 11:21 am  (#42) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
dinasset wrote:
a couple of nice results, applying multifill...

Attachment:
with-fill.png


Attachment:
with-fill-B.png

dinasset, would you, please, explain me how to use the script multifill?
I tried it, the script starts but it seems that it runs and does nothing.
GIMP version: 2.8.10
OS: Windows XP.

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Tue Apr 29, 2014 2:51 pm  (#43) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4757
wbool63 wrote:
GIMP 2.6.11 Python Console
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
>>> dir (gimp)


OK, no significant difference with 2.8, except for the layer group stuff that I don't use.

Is there anything that works? Did you try some simple stuff like "Lines>Divide Segment"?

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Tue Apr 29, 2014 3:44 pm  (#44) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
:jumpclap

last playing
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Tue Apr 29, 2014 6:50 pm  (#45) 
Offline
GimpChat Member
User avatar

Joined: Jun 24, 2010
Posts: 504
Location: Western Vic Australia
From path menu, shapes, line, divide and multiply segment

Image

In my win 7 (x64), gimp 2.6.11, python 2.6.4 no path menu/shape/actions work. All render/shape/actions work

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Wed Apr 30, 2014 8:53 am  (#46) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
today exerc.

Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Wed Apr 30, 2014 9:00 am  (#47) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4757
How did you obtain the center one?

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Wed Apr 30, 2014 9:11 am  (#48) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Nice work Marcello. The centre one is interesting.

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Wed Apr 30, 2014 9:54 am  (#49) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Carlos Diniz wrote:
dinasset wrote:
a couple of nice results, applying multifill...

Attachment:
The attachment with-fill.png is no longer available


Attachment:
The attachment with-fill-B.png is no longer available

dinasset, would you, please, explain me how to use the script multifill?
I tried it, the script starts but it seems that it runs and does nothing.
GIMP version: 2.8.10
OS: Windows XP.


Carlos,
just to check whether really the script does nothing:
1-new image, totally white
2-using the pencil and a black colour (large stroke) write something (I wrote your name)
3-using again the pencil and the black colour enter thin lines to separate areas (each area will be filled differently) see "YourNameBefore"
4-call MultiFill, standard options (It will use random colours)
5-run it
Do you still have no result?

Attachment:
YourNameBefore.png
YourNameBefore.png [ 6.8 KiB | Viewed 1567 times ]


Attachment:
YourNameAfter.png
YourNameAfter.png [ 9.54 KiB | Viewed 1567 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Wed Apr 30, 2014 10:35 am  (#50) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
ofnuts wrote:
How did you obtain the center one?

3 times Path-shaped-grid
1st - Diamond, aspect ratio -2, partial start -20, partial end 120 , other default
2nd - same as above but aspect ratio 0
3rd - same as above but aspect ratio 2

merge visible paths

edit>stroke path (default) before change if you want the FG color

I didnt use the second py

Ofnuts - Thanks again for the nice toy!!!!
Molly - you are always kind
Dinasset - I use also the multifill in the top center pattern


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Wed Apr 30, 2014 11:02 am  (#51) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4757
Marcello wrote:
ofnuts wrote:
How did you obtain the center one?

3 times Path-shaped-grid
1st - Diamond, aspect ratio -2, partial start -20, partial end 120 , other default
2nd - same as above but aspect ratio 0
3rd - same as above but aspect ratio 2

merge visible paths


Ah, yes, obvious now :)

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Wed Apr 30, 2014 11:04 am  (#52) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4757
wbool63 wrote:
From path menu, shapes, line, divide and multiply segment

[ Image ]

In my win 7 (x64), gimp 2.6.11, python 2.6.4 no path menu/shape/actions work. All render/shape/actions work


OK, tracked to a Gimp call that fails in 2.6 (obviously, fixed in 2.8). I'll will need to rework the code to circumvent that...

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Wed Apr 30, 2014 11:39 am  (#53) 
Offline
GimpChat Member
User avatar

Joined: Jun 24, 2010
Posts: 504
Location: Western Vic Australia
Ofnuts , great that you found a problem with a Gimp Call in Gimp 2.6.X.
Gimp 2.6.11 is still enjoyed by many for various reasons. A backward compatibility fix would be appreciated if it is feasible.
Cheers Wbool63

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Thu May 01, 2014 7:35 am  (#54) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
dinasset wrote:
Carlos Diniz wrote:
dinasset wrote:
a couple of nice results, applying multifill...

Attachment:
The attachment with-fill.png is no longer available


Attachment:
The attachment with-fill-B.png is no longer available

dinasset, would you, please, explain me how to use the script multifill?
I tried it, the script starts but it seems that it runs and does nothing.
GIMP version: 2.8.10
OS: Windows XP.


Carlos,
just to check whether really the script does nothing:
1-new image, totally white
2-using the pencil and a black colour (large stroke) write something (I wrote your name)
3-using again the pencil and the black colour enter thin lines to separate areas (each area will be filled differently) see "YourNameBefore"
4-call MultiFill, standard options (It will use random colours)
5-run it
Do you still have no result?

Attachment:
The attachment YourNameBefore.png is no longer available


Attachment:
The attachment YourNameAfter.png is no longer available

Thanks, dinasset. It worked perfectly. The problem was that I was not wearing white color. There is a version of this script that lets you apply a gradient, but it doesn't work in Gimp 2.8.


Attachments:
Multifill Carlos.png
Multifill Carlos.png [ 26.32 KiB | Viewed 1225 times ]

_________________
Image
Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Thu May 01, 2014 9:28 am  (#55) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
OK Carlos,
about the gradient you have to find and download the version modified by Graechan; browse Gimpchat on the script.
If you are unsuccessful in your search, send me a PM with your e-mail address and I will send you the copy I'm using on my PC (it's a modified version, following Graechan, I don't like to put it here)

_________________
"Where am I ?"


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Fri Jun 06, 2014 4:45 pm  (#56) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
playing again

Image

path-waves and corroded painting

Image

path-golden-spiral

Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Fri Jun 06, 2014 6:52 pm  (#57) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
Very nice Marcello - especially like that last one. :clap

_________________
Image
Macbook Air - MacOS Sierra 10.12
McGimp 2.8.14
G'mic 1.6.5


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Fri Jun 06, 2014 8:38 pm  (#58) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
Thank you Dalia
easy to do the last one

1. draw black on trasparent layer ( I tested the path golden spiral filter of OFNUTS)
2. filters>alpha logo>3d outline
3. make inviseble the drop shadow layer
4. with bucket fill tool put colors as you want


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Fri Jun 06, 2014 8:54 pm  (#59) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
Thank you Marcello - I'll have to try this one as you've done but in the meantime...

Image

_________________
Image
Macbook Air - MacOS Sierra 10.12
McGimp 2.8.14
G'mic 1.6.5


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sat Jun 07, 2014 7:16 am  (#60) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
Nice works, Marcello.

_________________
Image


Top
Post new topic Reply to topic  [ 67 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Online tool for generating Poincare Discs.

4

No new posts Attachment(s) Using the Grid

6

No new posts Attachment(s) Quickly get a themed grid background/art

12

No new posts Attachment(s) i struggle with the option to copy the path - the path where a file i

3

No new posts Spin-art Grid kind'a like Kandinsky's circles but for any image

1



* Login  



Powered by phpBB3 © phpBB Group