Command line tool for scaling and denoising images
Snoise is a command line tool for scaling and denoising images.
Usage: snoise -i <input image> -o <output image> -s <scale amount> -d <denoise amount> -t
Usage example:
snoise -i in.jpg -o out.png -s 1.5 -d 10
Type "snoise -h" to display the help message.
...Default Compression is 70%
Default File Type is jpg
Example Usage :
/bin/bash smushme.sh -c 70 -f jpg
OPTIONS:
-h Show this message
-f File Type
-c Compression rate in Percentage
-d Use default options
-v Verbose
NOTE: image magic needs to be installed for this script to work
Amoeba is an implemenatation of a research paper titled "Fast and Accurate Edge-Based Segmentation with No Contour Smoothing in 2-D Real Images" (IEEE tran on Image Processing, July 2000).This is a completed work, hence no promises for support ;)
...Look at "Debunking the 100X GPU vs. CPU Myth: An Evaluation of Throughput Computing on CPU and GPU" paper by Victor W Lee, Changkyu Kim, Jatin Chhugani, Michael Deisher, Daehyun Kim, Anthony D. Nguyen, Nadathur Satish, Mikhail Smelyanskiy, Srinivas Chennupaty, Per Hammarlund, Ronak Singhal and Pradeep Dubey.