summaryrefslogtreecommitdiff
path: root/html/en/home.html
blob: bd5efe4c50b2ddee19959f063b6abbe66f6b1c4d (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
<!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.4</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>

</body>

</html>