> Von: Gary Aitken <g...@dreamchaser.org>

> Is it possible to do a rectangle select without the mouse?

As a matter of fact, yes.


Preconditions:

- have the Script-Fu console open
- know the id of the image you want to create a selection for
- read the documentation of the gimp-rect-select procedure in the procedure 
browser


Then, in the Script-Fu console:

(gimp-rect-select image x y width height operation feather feather-radius)


For example, assuming you've got an image with the id 1:

(gimp-rect-select 1 23 23 42 42 2 1 5)



HTH,
Michael
_______________________________________________
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list

Reply via email to