Any freeware to this??

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
 
T

Thorkild Dalsgaard

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top