summaryrefslogtreecommitdiff
path: root/html/en/to_do.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/to_do.html')
-rw-r--r--html/en/to_do.html60
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 &amp; 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>&nbsp;</p>
+
+</body>
+
+</html> \ No newline at end of file