It is currently Sat Apr 20, 2024 12:28 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 42 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: Re: Rounded Selection
PostPosted: Tue May 20, 2014 10:52 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jan 15, 2013
Posts: 133
paynekj wrote:
What value of radius did you select? as that's exactly the error I got when I set the radius to 80. It seems to work for me:
Kevin


I was using 4. I just tried it again using 3 and it worked fine, so I went back to 4 and now that works as well. No clue what happened.

Thanks you so much Kevin, this is exactly what I needed. :yes

_________________
Gimp 2.8.16
Arch Linux - XFCE 4.12
Some of my work.


Top
 Post subject: Re: Rounded Selection
PostPosted: Tue May 20, 2014 10:56 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: Jan 15, 2013
Posts: 133
Esper wrote:
depending of what you want to do, you can get a rectangle with rounded corners with the Shape Paths script

viewtopic.php?f=12&t=6992


Thanks Esper. I am familiar with that script and use it regularly, but it creates paths, where I want to take an existing path and round the hard corners by a specific amount. Rounding the selection from a path was the next best thing and the script that Kevin fixed works great now. :)

_________________
Gimp 2.8.16
Arch Linux - XFCE 4.12
Some of my work.


Top
 Post subject: Re: Rounded Selection
PostPosted: Tue May 20, 2014 3:26 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
sallyanne wrote:
Also selection border you should get rounded edges...providing the selection isn't too small
[ Image ]

thank Sallyanna I learn something new (for me)
see the test:
Image


Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 6:59 pm  (#14) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Rounded Selection with a few fixes
1/ works on any selection (text typically 1→20 else 1→100)
2/ If no selection exists, a selection is attempted from alpha channel if one exist,or else it's made of the entire layer size and the corners are rounded.
3/ option to clean up the layer, added as per Molly's suggestion (this also deletes selection)
4/ Menu Location is Select/Rounded Selection

Image
Arial Bold 250px Radius set to 20

Attachment:
selection-rounded-selection.scm [8.36 KiB]
Downloaded 143 times

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Last edited by Graechan on Thu May 22, 2014 1:53 am, edited 2 times in total.

Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 8:06 pm  (#15) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
What is it supposed to do, I ran it on a selected text and again on a non selected text.
I used 250 and a radius of 20 and it didn't do anything.
Image

font [FreeSans Semi-Bold Italic]

_________________
Image


Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 8:15 pm  (#16) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly you should have been left with a selection as well

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 8:20 pm  (#17) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I was left with the selection, I just figured it out, I had to invert, then delete and it left the rounded corners Image

_________________
Image


Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 8:29 pm  (#18) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly even better is to add a selection mask then delete the selection and fill the text layer with text color

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 8:52 pm  (#19) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I went through the whole thread and I didn't see anything about invert then delete to remove the corners. so there... Greachan

_________________
Image


Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 9:11 pm  (#20) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
molly wrote:
I went through the whole thread and I didn't see anything about invert then delete to remove the corners. so there... Greachan

Read my PM. so there....Molly

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 10:28 pm  (#21) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
just updated by adding a 'clean layer' option updated script located Here
Script Location (after refreshing)
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Last edited by Graechan on Thu May 22, 2014 1:01 am, edited 1 time in total.

Top
 Post subject: Re: Rounded Selection
PostPosted: Wed May 21, 2014 11:03 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Put this in my scrips folder, and I can't find it anywhere, Only thing under "Selection" is the stock rounded rectangle. Any thoughts?

_________________
Image


Top
 Post subject: Re: Rounded Selection
PostPosted: Thu May 22, 2014 12:18 am  (#23) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
The Warrior wrote:
Put this in my scrips folder, and I can't find it anywhere, Only thing under "Selection" is the stock rounded rectangle. Any thoughts?


Refresh your scripts and it should be under a new tab which is "Temp". Hoover to there and you should see "Rounded Selection Corners."


Top
 Post subject: Re: Rounded Selection
PostPosted: Thu May 22, 2014 12:42 am  (#24) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
mackenzieh wrote:
The Warrior wrote:
Put this in my scrips folder, and I can't find it anywhere, Only thing under "Selection" is the stock rounded rectangle. Any thoughts?


Refresh your scripts and it should be under a new tab which is "Temp". Hoover to there and you should see "Rounded Selection Corners."

Thanks Mackenzie. Worked like a champ. Very cool Graechan, works perfectly.

_________________
Image


Top
 Post subject: Re: Rounded Selection
PostPosted: Thu May 22, 2014 1:08 am  (#25) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Warrior thanks for trying out the script amendment

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Rounded Selection
PostPosted: Thu May 22, 2014 1:33 am  (#26) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Graechan wrote:
Warrior thanks for trying out the script amendment

You're very welcome. Graechan, how come mine shows in "Temp", on top, and not in the "Select" option?

Image

Image

_________________
Image


Top
 Post subject: Re: Rounded Selection
PostPosted: Thu May 22, 2014 1:57 am  (#27) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Warrior because I messed up and posted a script I created to use on text-layers instead all fixed now :oops:

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Rounded Selection
PostPosted: Thu May 22, 2014 2:04 am  (#28) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Graechan wrote:
Warrior because I messed up and posted a script I created to use on text-layers instead all fixed now :oops:

Yep, that did it. That works awesome my friend. That's gonna come in handy for sure. :bigthup

_________________
Image


Top
 Post subject: Re: Rounded Selection
PostPosted: Thu May 22, 2014 2:14 am  (#29) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Warrior just delete that old script of mine

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Rounded Selection
PostPosted: Thu May 22, 2014 2:30 am  (#30) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7712
Location: On the other side of this screen
all I got was error messages
Image

_________________


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

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Python rounded rectangle bucket fill problem

1

No new posts Guides from selection

2

No new posts Can't Alpha to Selection

5

No new posts Alpha to Selection Help

1

No new posts Attachment(s) alpha to selection

2



* Login  



Powered by phpBB3 © phpBB Group