Index of /bin/filtr
Name Last modified Size Description
Parent Directory 21-Jan-2008 14:21 -
Changes 04-May-2008 18:20 4k
filtr 04-May-2008 18:05 15k
filtr-0.1.tar.gz 31-Jul-2006 12:54 5k
filtr-0.2.tar.gz 06-Sep-2006 01:13 5k
filtr-0.21.tar.gz 08-Sep-2006 02:40 5k
filtr-0.22.tar.gz 17-May-2007 11:53 5k
filtr-0.23.tar.gz 20-May-2007 17:39 6k
filtr-0.3.tar.gz 04-May-2008 18:20 27k
NAME
filtr - Apply a named filter to an image.
SYNOPSIS
$> filtr infile.jpg outfile.jpg name-o-filtr
DESCRIPTION
http://www.aaronland.info/weblog/2006/07/31/baconmelon/#filtr
FILTERS
dazd
$> filtr infile.jpg outfile.jpg dazd
filtr
$> filtr infile.jpg outfile.jpg filtr
heathr
$> filtr infile1.jpg infile2.jpg heathr name-o-infile1-filtr name-o-infile2-filtr outfile.jpg
This filter will modify infile1.jpg and infile2.jpg. That's not really a
feature.
movr
$> filtr infile.mp4 outfile.jpg movr name-o-filtr
postcrd
$> filtr infile.jpg outfile.jpg postcrd
postr
$> filtr infile.jpg outfile.jpg postr
stndpipe
$> filtr infile1.jpg infile2.jpg stndpipe name-o-infile1-filtr name-o-infile2-filtr outfile.jpg
This filter will modify infile1.jpg and infile2.jpg. That's not really a
feature.
DEPENDENCIES
* ImageMagick
All of these filters were written using ImageMagick 5.x I tried
installing IM 6 once and all hell broke loose. Dunno.
On FreeBSD, my experience has been that you'll need to install
GraphicsMagick to prevent core dumpage.
* python
Not really an option but the good news is that Python is (generally)
easier to get installed on oddball devices (stuff like Nokia's
maemo/internet tablets) than apps like *jhead* and surprisingly
*md5sum*.
* ffmpeg
This is only necessary for movr.
* perl
This is only necessary for movr, but if you can get ffmpeg installed
Perl is the least of your worries...
TO DO
* Patch and test to run under Linux. This probably just means testing
the paths and arguments passed to any one command.
* Documentation.
* Replace feeping Perl-isms with plain old awk.
* Figure out how to DWIM when unlinking pre-exising ${OUTPUT} when
calling 'heathr' or 'stndpipe'
* Make reporting better. Reporting? Exactly.
* Try to rationalize input parameters? Hahahaha.
VERSION
0.3
DATE
$Date: 2008/05/04 22:30:45 $
AUTHOR
Aaron Straup Cope <ascope#cpan.org>
CONTRIBUTORS
Grant Hollingworth <http://antiflux.org/~grant/>
SEE ALSO
<http://www.aaronland.info/weblog/2006/07/31/baconmelon/#filtr>
LICENSE
Copyright (c) 2005-2008 Aaron Straup Cope. All Rights Reserved.
This is free software, you may use it and distribute it under the same
terms as Perl itself.