blob: ab4394ee0b896653dc25ccbc395bfdc6c57539e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Home</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body bgcolor="#FFFFFF">
<div class="homeTitle">IM</div>
<div class="homeDescription">Image Representation, Storage, Capture and Processing</div>
<div class="homeVersion">Version 3.5</div>
<hr>
<p><strong>IM</strong> is a toolkit for Digital Imaging. IM is based on 4 concepts: Image Representation, Storage, Processing
and Capture. The main goal of the library is to provide a simple API and abstraction of images for scientific
applications.</p>
<p>The most popular file formats are supported: TIFF, BMP, PNG, JPEG, GIF and AVI. Image representation includes
scientific data types. About a hundred Image Processing operations are available.</p>
<p>This work was developed at Tecgraf/PUC-Rio by means of the partnership with PETROBRAS/CENPES.</p>
<h2>Project Management:</h2>
<p class="info">Antonio Escaño Scuri</p>
<p style="margin-left:0">Tecgraf - Computer Graphics Technology Group, PUC-Rio, Brazil <br>
<a href="http://www.tecgraf.puc-rio.br/im">http://www.tecgraf.puc-rio.br/im</a> </p>
<p style="margin-left:0">
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=241318&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
</p>
</body>
</html>
|