- Messages
- 19,708
- Name
- Darren
- Edit My Images
- Yes
Right new version 1.0.4
New option allowed to force script NOT to resize the image.
Correction of a remark
Filename layer name named as per the filename rather than "Filename"
// Picture size
var PictureWidth = 0; // set to zero to apply without re-sizing
var PictureHeight = 800; // if PictureWidth = 0 this value is irrelevant !!
var PictureResolution = 72;
Just remember that the script will do what you ask i.e. apply a 30 pixel or whatever border to your image. Now it your image WAS 3000+ pixels wide then this border will be tiny so you need to take this into account.
Should the border be a percentage of the overall size ?? This would fix the above problem!..... hummmmmm....
Ok version 1.0.5 coming later with ability to set borders and strikes as a percentage
New option allowed to force script NOT to resize the image.
Correction of a remark
Filename layer name named as per the filename rather than "Filename"
// Picture size
var PictureWidth = 0; // set to zero to apply without re-sizing
var PictureHeight = 800; // if PictureWidth = 0 this value is irrelevant !!
var PictureResolution = 72;
Just remember that the script will do what you ask i.e. apply a 30 pixel or whatever border to your image. Now it your image WAS 3000+ pixels wide then this border will be tiny so you need to take this into account.
Should the border be a percentage of the overall size ?? This would fix the above problem!..... hummmmmm....
Ok version 1.0.5 coming later with ability to set borders and strikes as a percentage
I stopped at version 1.02 I think, once I found a version that suited what I want and dont want to get confused with later editions but I too would like to thank Cowasaki & Keltic for their assistance and persistance on this useful tool, 