03
: Mass Updates
Next
Organizing, Managing, and Enhancing Digital Photos
To rename a group of files:
Copy
ren.sh
to a directory in your path
Select the files you want to rename sequentially
Click on File-->Open With
Type:
ren.sh
%d/CherryBlossoms %F
The above will create a group of files with names like:
CherryBlossoms01.jpg
CherryBlossoms02.jpg
etc...
To rotate a group of images:
Select all the images you want to rotate in Konqueror
Click on File-->Open With
Type:
convert -rotate 90 "%f" "%f
convert is a part of ImageMagick - which is included with many distributions.
Top
|
Prev
|
Next