With this small extension, you can export any part of a given Animal animation as a (set of) image(s)! To do so, follow these simple steps:
animal/exchange/ImageSequenceExporter.classjar -uvf Animal-x.y.z.jar animal
Note: you will have to update the version number given for the JAR file according to the version of Animal you are running.
This will add the unzipped directory with the class file to your JAR file.
jar -xvf Animal-x.y.z.jar exporters.dat image/apf animal.exchange.ImageSequenceExporter
image/bmp animal.exchange.ImageSequenceExporter
image/cur animal.exchange.ImageSequenceExporter
image/ico animal.exchange.ImageSequenceExporter
image/jpg animal.exchange.ImageSequenceExporter
image/pcx animal.exchange.ImageSequenceExporter
image/pict animal.exchange.ImageSequenceExporter
image/png animal.exchange.ImageSequenceExporter
image/psd animal.exchange.ImageSequenceExporter
image/ras animal.exchange.ImageSequenceExporter
image/tga animal.exchange.ImageSequenceExporter
image/xbm animal.exchange.ImageSequenceExporter
image/xpm animal.exchange.ImageSequenceExporter
If you want the additions to be permanent, update the exporters.dat file in your JAR: jar -uvf Animal-x.y.z.jar exporters.dat
| Attachment | Size |
|---|---|
| imageExport.zip | 1.58 KB |
| JimiProClasses.zip | 444.81 KB |