view document/presentation/semi09_05_19.html @ 0:99a6512a8253

moving from firefly
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 28 Oct 2009 20:12:40 +0900
parents
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>ゼミ資料 09/05/19</title>
<!-- metadata -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="S5" />
<meta name="version" content="S5 1.1" />
<meta name="presdate" content="20050728" />
<meta name="author" content="Eric A. Meyer" />
<meta name="company" content="Complex Spiral Consulting" />
<!-- configuration parameters -->
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
<!-- style sheet links -->
<link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
<link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
<link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
<link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
<!-- S5 JS -->
<script src="ui/default/slides.js" type="text/javascript"></script>
</head>
<body>

<div class="layout">
<div id="controls"><!-- DO NOT EDIT --></div>
<div id="currentSlide"><!-- DO NOT EDIT --></div>
<div id="header"></div>
<div id="footer">
<h1>[date:09/05/19]</h1>
<h2>発表資料</h2>
</div>

</div>


<div class="presentation">

<div class="slide">
<h1>発表資料</h1>
<h3>小林 佑亮</h3>
<h4>琉球大学 理工学研究科 情報工学専攻</h4>
<h4>No.098581D</h4>
</div>

<div class="slide">
<h1>今週やった事</h1>

<ul>
<li>アルファ値の検出のテスト</li>
<li>スーパーダンディの微調整</li>
</ul>
</div>

<div class="slide">
<h1>アルファ値の検出テスト</h1>

<ul>
  <li>ダンディで確認</li>
  <li>テクスチャ画像はPNGを使用</li>
  <li>画像はプレビューで加工</li>
  <li>JPEG2000はSDL_imageが未対応(エラーが出る)</li>
</ul>

</div>

<div class="slide">
<h1>アルファ値の検出テスト</h1>

<font size=5>
<table border="1" cellpadding="5">
  <caption>SDL_image対応形式</caption>
  <tr>
    <th>PNG</th>
    <td>36KB</td>
  </tr>
  <tr>
    <th>BMP</th>
    <td>128KB</td>
  </tr
  <tr>
    <th>GIF</th>
    <td>11KB(256色)</td>
  </tr>
  <tr>
    <th>PNM</th>
    <td>140KB</td>
  </tr>
  <tr>
    <th>PCX</th>
    <td>84KB</td>
  </tr>
  <tr>
    <th>TGA</th>
    <td>107.8KB</td>
  </tr>
  <tr>
    <th>XPM</th>
    <td>未調査</td>
  </tr>
  <tr>
    <th>LBM</th>
    <td>未調査</td>
  </tr>
  <tr>
    <th><font color=red>JP2</font></th>
    <td>16KB</td>
  </tr>
</table>
</font>
<ul>
<li>JPEG2000に対応させる?</li>
</ul>
</div>

<div class="slide">
<h1>ダンディの微調整</h1>
<ul>
<li>爆発エフェクトの挙動の修正</li>
<li>旋回モーションの実装中…</li>
</ul>
</div>

</div>

</body>
</html>