Re: [Gimp-user] Doing a select without the mouse?



Von: Gary Aitken <gimp 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]