diff options
| author | scuri <scuri> | 2008-10-17 06:10:15 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2008-10-17 06:10:15 +0000 | 
| commit | 5a422aba704c375a307a902bafe658342e209906 (patch) | |
| tree | 5005011e086bb863d8fb587ad3319bbec59b2447 /html/en/to_do.html | |
First commit - moving from LuaForge to SourceForge
Diffstat (limited to 'html/en/to_do.html')
| -rw-r--r-- | html/en/to_do.html | 60 | 
1 files changed, 60 insertions, 0 deletions
| diff --git a/html/en/to_do.html b/html/en/to_do.html new file mode 100644 index 0000000..c9de95e --- /dev/null +++ b/html/en/to_do.html @@ -0,0 +1,60 @@ +<!doctype HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> + +<head> +<title>To Do</title> +<meta http-equiv="Content-Language" content="en-us"> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<link rel="stylesheet" type="text/css" href="../style.css"> +<style type="text/css"> +.style1 { +	color: #008000; +} +</style> +</head> + +<body> + +<h1>To Do</h1> +<h3>General</h3> +<ul> +  <li><font color="#008000">MOV (using QuickTime SDK and QT4Linux) </font></li> +  <li><font color="#008000">DICOM</font></li> +  <li><font color="#008000">TIFF Annotations</font></li> +  <li><font color="#008000">Linux Capture (using Video4Linux) </font></li> +  <li><font color="#008000">Use libavcodec and libavformat in Linux. AVI using libavifile in Linux (UNIX ?) +  </font></li> +  <li><font color="#008000">MPEG-2 (using MSSG?)</font></li> +	<li class="style1">VC-1 Coded using Microsoft VC-1 Encoder SDK</li> +  <li><font color="#FF0000">In SunOS using the Sun WorkShop 6 C++, an error occurs when linking an application.</font></li> +  <li><font color="#FF0000">In AIX we do not have the C++ for AIX installed, so the library is not available.</font></li> +</ul> +<h3>For the Processing library:</h3> +<ul> +  <li>Dithering Techniques</li> +  <li>Adaptative Thresholds</li> +  <li>Warping </li> +  <li>Rolling Ball Filter</li> +  <li>Butterworth, Deconvolution </li> +  <li>Inverse Filter, Homomorphic Restoration</li> +  <li>Watershed, Convex Hull</li> +  <li>Other Measures </li> +</ul> +<h3>Our plans for the future include:</h3> +<ul> +  <li><font color="#008000">Imaging Tutorial in the documentation </font></li> +  <li>Support for the Intel® Integrated Performance Primitives</li> +  <li>JPEG and TIFF Thumbnails</li> +  <li>Formats: FLI, DV, FPX (Flash Pix), EXR (Industrial Light & Magic High Dynamic Range Format), MNG,  +	Microsoft HD Photo </li> +  <li>ECW write</li> +  <li>OpenML?</li> +  <li>WIA and TWAIN?</li> +</ul> +<hr> +<p><font color="#FF0000">Suggestions?</font><a href="mailto:%20im@tecgraf.puc-rio.br"> im@tecgraf.puc-rio.br</a></p> +<p> </p> + +</body> + +</html>
\ No newline at end of file | 
