1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3	<head>
4		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5		<meta http-equiv="Content-Style-Type" content="text/css" />
6		<title>BinarizeOption</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;BinarizeOption&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            The binarization operation options.
14            </p>
15		<h2>Attributes</h2>
16		<table class="arguments">
17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>ScaleQuantizeQuality</th><td>
18            The quality level of the quantized <B>Scale</B> component when binarizing.<br> 0 is lowest quality and 9 is highest quality.<br>
19            </td></tr><tr><td /><th>RotateQuantizeQuality</th><td>
20            The quality level of the quantized <B>Rotate</B> component when binarizing.<br> 0 is lowest quality and 9 is highest quality.<br>
21            </td></tr><tr><td /><th>TranslateQuantizeQuality</th><td>
22            The quality level of the quantized <B>Translate</B> component when binarizing.<br> 0 is lowest quality and 9 is highest quality.<br>
23            </td></tr><tr><td /><th>IsFrameFormat</th><td>
24            Specifies whether to make frames when outputting the binary.<br> <br> If <CODE>true</CODE>, the skeletal animation is binarized in frame format.<br> If <CODE>false</CODE>, the skeletal animation is binarized in key format. <br>The playback process load is lower in frame format than in key format, but the amount of data is normally larger.
25            </td></tr></table>
26
27<h2>Quantization Quality and Data Size when Binarizing</h2>
28<p>
29When binarizing, the quantization quality can be set to one of 10 levels, ranging from 0 to 9.<br> <br>When 0 is specified, the animation precision is of the lowest quality but the amount of data is small. <br>When 9 is specified, no quantization is conducted so precision is the highest, but the amount of data is large.  <br> <br> The quantization setting only influences the content of the binary file. <br> It does not influence the content of the intermediate file.<br>
30</p>
31	<hr><p>CONFIDENTIAL</p></body>
32</html>
33