|
|
- Manipulating graphics with command-line tools
- EPS is a special exception though -- it's a text-based format. But you can read information about graphics files using other tools, and a whole lot more
- Several scripting libraries & command line tools exist to directly manipulate images, some quite extensively
- ImageMagick is one such set of tools used to manipulate images with scripts -- http://www.imagemagick.org
- ImageMagick is a set of tools and libraries that can be accessed through either the command line or through APIs for Perl, Java, C, and C++
|
|