DzLayeredImageExporter Class Reference

Abstract base class for layered image exporters. More...

Inheritance diagram for DzLayeredImageExporter:

DzImageExporter DzFileIO DzBase QObject Object List of all members.

Methods

DzError saveLayeredImage (String filename, DzLayeredImage image, DzFileIOSettings options)
DzError saveLayeredImage (String filename, DzLayeredImage image)

Detailed Description

Abstract base class for layered image exporters.


Member Function Documentation

DzError DzLayeredImageExporter::saveLayeredImage ( String  filename,
DzLayeredImage  image,
DzFileIOSettings  options 
)

Saves a layered image to file.

Parameters:
filename The full path of the file to save the image to.
image The layered image to save.
options The options for the export operation.
Returns:
DZ_NO_ERROR on success, otherwise an error code.

DzError DzLayeredImageExporter::saveLayeredImage ( String  filename,
DzLayeredImage  image 
)

Saves a layered image to file.

Parameters:
filename The full path of the file to save the image to.
image The layered image to save.
Returns:
DZ_NO_ERROR on success, otherwise an error code.


Generated on Thu Sep 24 12:21:13 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.