/*
 *  This file contains options controlling the behaviour of creating
 *  images with different formats.  The syntax for the commands is:
 *
 *	FORMAT_NAME	option_name	option_value
 *
 *  The format name, option names and possible values can be found by
 *  running "iconvert -"
 */

#define MY_NAME	"My Name"

// Houdini

// The artist field is usually automatically determined by the login
// of the user.  However, you may wish to change it using the define.
// Houdini artist	MY_NAME

// If the comment field is left undefaulted, then Houdini will fill in
// the date that the image was created
// Houdini comment	"Some comment"

// It's probably a good idea to leave the hostname commented out
// Houdini hostname	hostname

//  TIFF

//  Compression choices are:
//	None		- No compression
//	AdobeDeflate	- Adobe deflate compression	[default]
//	Deflate		- TIFF Library standard deflate
//	PackBits	- Macintosh RLE
//
TIFF	compression	AdobeDeflate

// The depth option should most likely be left commented out.  This
// will override all TIFF files generated anywhere in Houdini to use
// the bit depth specified here.
// TIFF	depth	8

// The artist field is usually automatically determined by the login
// of the user.  However, you may wish to change it using the define.
//TIFF	artist	MY_NAME

// JPEG

// The quality parameter controls how much compression will be
// achieved with JPEG compression.
// The quality should be an integer between 1 and 100.
JPEG	quality	75
