I’ve been finishing up a project that requires a MARC record to be copied into 2 different locations and renamed based on directory names.
This script was written and tested on Windows 7 in Cygwin using the BASH Shell.
I’ve been finishing up a project that requires a MARC record to be copied into 2 different locations and renamed based on directory names.
This script was written and tested on Windows 7 in Cygwin using the BASH Shell.
In my last post, I rotated 12 images with non-contiguous filenames like 91, 115, 185. This time, though, I have a set of images with contiguous filenames so I don’t need to type each one in by hand.
I rotated the images with ImageMagick version 6 in Cygwin’s BASH Shell using 1 line of code.
I’m on one of our older, Windows 7 computers and need to rotate 12 images 90 degrees clockwise, but I know Adobe Photoshop won’t play well with my 1-bit bitonal scans.
I rotated the images with ImageMagick version 6 in Cygwin’s BASH Shell using 2 short lines of code.