Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Actually, it's just a simple (well, somewhat simple) set of bash functions
all put together in one script with a menu (of sorts) to help you work on
batches (entire directories) of images, all at once. I do some web design,
and I like to take digital pictures, and have thousands of them. While
uploading images to some fancy photogallery software is fine for a few
images, I wanted to harness the power of Linux and Imagemagick to create
something that could be run from a command line on images on a server that
didn't use X, and that could run very fast and without interaction if I
wanted it to, or that could accept user input.
Why bash? Well, because I like bash, and am still learning how to use it,
and it seemed like a good idea at the time. So, while I know of other
projects that do this, I don't know of any that use bash. I could be
wrong, there very well could be a bash script that does all this already,
but it's good practical experience anyway. I've seen some that use perl,
some that use c and some that use python, but never anything very large
using bash. Bash comes installed with almost every major Linux system, so
there wouldn't be the need for php, perl, python, or even the use of a
compiler to run it. Just about the only needed application is Imagemagick.
Talk about simple
Changelog notes: bbips.0.4.0.sh