I wish to add a simple outside border to images for framing purposes. I would set the border width to be a fraction of the print size, e.g., for a 14x11 print a 1% border would be about 0.14" .. just about right for the frames I use. Ideally, a 'blurred' extension of the image edges would reduce the likelihood of being seen in the frame.
Is there a simple way to do this? An Action would be great if it would allow me to set the border percentage for the particular picture/frame size, and would be easy to 'apply' to a given image.
I tried using the Border tool, but it seems to insist on adding a drop shadow no matter what I do.
Many thanks. I'm new to the editing scene, so I hope this isn't as confusing as I made it sound...
Add a simple border?
-
Hoogo
- Beta Tester
- Beiträge: 4169
- Registriert: So 03 Jul 2005 13:35
- Wohnort: Deutschland
Re: Add a simple border?
What's the border tool?
I would try this:
-Duplicate the layer 2 times.
-Center the upper layer(s). There's an alignment toolbar for that purpose.
-Go to the background layer. "Layer > scale layer", choose formula and type w*1,01 and h*1,01. Beware: This keeps your aspect ratio, the borders can have different thickness.
-Blur this layer. "Filter > blur > radial blur" and/or normal soften look fine.
-Go to the middle layer. "Layout > Image > bring to document size" adds real transparency around it.
-Blur this layer, too, but less much.
These 2 layers together look like a nice guess for the extended border to me.
-If you feel that the edge between original and new background is still too sharp, then soften it:
-Go to the upper layer.
-"Layer > Layer mask > Create". Or use the button at the bottom of the layer list.
-Go to this new layer mask. "Layer > Layer stile > glowing inside" or again one of the buttons at the end of the layer list. Choose black, normal mode, and adjust.
I would try this:
-Duplicate the layer 2 times.
-Center the upper layer(s). There's an alignment toolbar for that purpose.
-Go to the background layer. "Layer > scale layer", choose formula and type w*1,01 and h*1,01. Beware: This keeps your aspect ratio, the borders can have different thickness.
-Blur this layer. "Filter > blur > radial blur" and/or normal soften look fine.
-Go to the middle layer. "Layout > Image > bring to document size" adds real transparency around it.
-Blur this layer, too, but less much.
These 2 layers together look like a nice guess for the extended border to me.
-If you feel that the edge between original and new background is still too sharp, then soften it:
-Go to the upper layer.
-"Layer > Layer mask > Create". Or use the button at the bottom of the layer list.
-Go to this new layer mask. "Layer > Layer stile > glowing inside" or again one of the buttons at the end of the layer list. Choose black, normal mode, and adjust.
----------------
Herr Doktor, ich bin mir ganz sicher, ich habe Atom! /Doctor, doctor, I'm sure, I've got atoms!
Herr Doktor, ich bin mir ganz sicher, ich habe Atom! /Doctor, doctor, I'm sure, I've got atoms!
-
akeller
- Mitglied
- Beiträge: 1000
- Registriert: Fr 03 Apr 2009 19:10
Re: Add a simple border?
*
Zuletzt geändert von akeller am So 10 Nov 2013 09:23, insgesamt 3-mal geändert.
-
TT1
- Mitglied
- Beiträge: 21
- Registriert: Fr 09 Nov 2012 18:11
Re: Add a simple border?
Thanks much. Exactly what I needed.
-
GM1968
- Mitglied
- Beiträge: 47
- Registriert: Do 17 Jan 2013 10:37
- Wohnort: France
Re: Add a simple border?
[quote="Hoogo"
-Go to the background layer. "Layer > scale layer", choose formula and type w*1,01 and h*1,01. Beware: This keeps your aspect ratio, the borders can have different thickness.
[/quote]
w+50 and h+50 (for 50 px) and you have the same thickness...
-Go to the background layer. "Layer > scale layer", choose formula and type w*1,01 and h*1,01. Beware: This keeps your aspect ratio, the borders can have different thickness.
[/quote]
w+50 and h+50 (for 50 px) and you have the same thickness...
-
bkh
- Beta Tester
- Beiträge: 3687
- Registriert: Do 26 Nov 2009 22:59
Re: Add a simple border?
… or you use w*1.01 and h + w*0.01 to have 1 % of width on either side. Or even better, w + 0.01*min(w;h) and h + 0.01*min(w;h) for a macro which is supposed to work with either portrait or landscape.GM1968 hat geschrieben:w+50 and h+50 (for 50 px) and you have the same thickness...Hoogo hat geschrieben: -Go to the background layer. "Layer > scale layer", choose formula and type w*1,01 and h*1,01. Beware: This keeps your aspect ratio, the borders can have different thickness.
Cheers
Burkhard.
-
GM1968
- Mitglied
- Beiträge: 47
- Registriert: Do 17 Jan 2013 10:37
- Wohnort: France
Re: Add a simple border?
wow... nice formula ! Merci Burkhard !bkh hat geschrieben:… or you use w*1.01 and h + w*0.01 to have 1 % of width on either side. Or even better, w + 0.01*min(w;h) and h + 0.01*min(w;h) for a macro which is supposed to work with either portrait or landscape.GM1968 hat geschrieben:w+50 and h+50 (for 50 px) and you have the same thickness...Hoogo hat geschrieben: -Go to the background layer. "Layer > scale layer", choose formula and type w*1,01 and h*1,01. Beware: This keeps your aspect ratio, the borders can have different thickness.
Cheers
Burkhard.
