Any freeware to this??

  • Thread starter Thread starter Annie
  • Start date Start date
A

Annie

hi guys,

I have a number of images of almost same size in a folder.

I want a freeware to enable me to add a Border (maybe decorated) around all
these images in the specified folder.

Is there anything around?

regards
 
I want a freeware to enable me to add a Border (maybe decorated) around all
these images in the specified folder.

www.irfanview.com

Something like this adds a Border with difinable size and color to all images in
specified folder:

In Dialog "IrfanView"
WMenuSelect("File\Batch Conversion/Rename...")
In Dialog "Batch conversion"
WCheckCheck("Use advanced options")
WButtonClick("Set advanced options")
In Dialog "Settings for all images:"
WCheckCheck("Canvas size")
WButtonClick("Settings")

In Dialog "Add image border (Canvas size)"
Play "75"
Play "75"
WButtonClick("Choose")
In Dialog "Color"
WButtonClick("OK")

In Dialog "Add image border (Canvas size)"
WButtonClick("OK")

In Dialog "Settings for all images:"
WButtonClick("OK")

In Dialog "Batch conversion"
WButtonClick("Start")

Regrads
Thorkild Dalsgaard
 
Back
Top