Photoshop corner editor scripts

Fatbat

Advertise Here
May 10, 2008
6,994
149
0
Costa del Sol, Spain
www.deepbass.com
These might come in handy if you're still doing site and UI design mockups in Photoshop. As you may know, editing the radius of rounded corners in Photoshop after the vector object has been created is impossible, as is putting different different radii on each corner (fuck you Adobe). These two scripts will let you edit them...

Rounded Rectangle Radius Resizer « Photoshop Scripts

More corner shapes than just rounded, plus tabs, etc...

Corner Editor « Photoshop Scripts

Enjoy!
 


Fuck images, CSS all the way!

Code:
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;

Above will give you a 4px rounded edge on the two top corners. Plus you now have gradients, drop shadow, and a bunch of other stuff in CSS3 that's now supported by the majority of web-users these days.