Class ExportPixelTextureFilter

java.lang.Object
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler

public class ExportPixelTextureFilter extends CommonEncodedBaseFilter
Write PixelTextures to a file. The files will be named PixelTexture_N.TYPE where N is a number starting at 0 (zero) and incrementing for each PixelTexture found and TYPE is the image type. PixelTexture's that are USE'ed are not exported. The files are written to the current user directory. No check is performed to prevent files with the same name from being overwritten.

Filter Options
-imageType name Specify the image type. This can be any type that the ImageIO package supports. The default is png.

Version:
$Revision: 1.0 $
Author:
Rex Melton