Three Free Picture enhancing effects

Here are three ImageMagick picture effects in one shell script! Free for you to try out. It may just save you a few hours of image editing....


The Blue print effect ./blueprint.sh + filename


Polaroid Stack ./polaroidStack.sh + filename


This is third effect polaroid boarder effect ./polaroid.sh + filename

All three available here as a Free download
By downloading it you agree to use it at your own risk, all efforts have been taken to test it as best as possible in the few hours it took to write. The shell script source code is free for you to modify.

For installation make sure imageMagick is installed.
Then unzip the polaroid.sh.zip shell script on your desktop.
Then open up Terminal issue commands below:

cd ~/Desktop
chmod 755 polaroid.sh
ln -s polaroid.sh blueprint.sh
ln -s polaroid.sh polaroidStack.sh

Then put and image you want to convert on the desktop and type in the Terminal command
./polaroid.sh filename

It will then open up the image in Preview once complete.


Have fun...

0 comments: