From 5a422aba704c375a307a902bafe658342e209906 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 17 Oct 2008 06:10:15 +0000 Subject: First commit - moving from LuaForge to SourceForge --- html/en/prod.html | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 html/en/prod.html (limited to 'html/en/prod.html') diff --git a/html/en/prod.html b/html/en/prod.html new file mode 100644 index 0000000..ee385dc --- /dev/null +++ b/html/en/prod.html @@ -0,0 +1,132 @@ + + + + +IM + + + + + + + + +

Overview

+ +

IM is a toolkit for Digital Imaging. IM is based on 4 concepts: Image Representation, Storage, Processing and + Capture. Image Visualization is a task that it is left for a graphics library.

+

It provides support for image capture, several image file formats and many image processing operations. The most + popular file formats are supported: TIFF, BMP, PNG, JPEG, GIF and AVI.

+

Image representation includes scientific data types (like IEEE floating point data) and attributes (or metadata + like GeoTIFF and Exif tags). Animation, video and volumes are supported as image sequences, but there is no digital + audio support.

+

The main goal of the library is to provide a simple API and abstraction of images for scientific applications.

+

The toolkit API is written in C. The core library source code is implemented in C++ and it is very portable, it can + be compiled in Windows and UNIX with no modifications. New image processing operations can be implemented in C or in + C++.

+

IM is free software, can be used for public and commercial applications.

+

IM has been used in Tecgraf for many theses and dissertations. Check the Publications in Tecgraf's web site + http://www.tecgraf.puc-rio.br/.

+ +

Availability

+ +

The library is available for several compilers:

+ +

The library is available for several operating systems:

+ + +

Support

+ +

The official support mechanism is by e-mail, using + im@tecgraf.puc-rio.br. + Before sending your message:

+ +

After all of the above have been checked, report the problem, including in your message: function, element, + format, platform, and compiler.

+

We host IM support features at LuaForge. It provides us + Lists, News, CVS and Files. The IM page at LuaForge is available at: + http://luaforge.net/projects/imtoolkit/.

+ +

The discussion list is available at: + + http://lists.luaforge.net/mailman/listinfo/imtoolkit-users.
+ Source code, pre-compiled binaries and samples can be downloaded at: + http://luaforge.net/frs/?group_id=86.
+ The CVS can be browsed at: http://luaforge.net/scm/?group_id=86.

+ +

If you want us to develop a specific feature for the toolkit, Tecgraf is available for partnerships and + cooperation. Please contact tcg@tecgraf.puc-rio.br.

+

Lua documentation and resources can be found at http://www.lua.org/.

+ +

Credits

+ +

This work was developed at Tecgraf by means of the partnership with PETROBRAS/CENPES.

+

Library Author:

+ +

Thanks to the people that worked and contributed to the library:

+ +

We also thank the developers of the third party libraries:

+ +

The IM toolkit distribution includes the some third party libraries that are not developed by Tecgraf. Their + license are also free and have the same freedom as the Tecgraf Library + License. You can read the respective licenses in the files: zlib.txt, + libpng.txt, libjpeg.txt, libtiff.txt, + libjasper.txt, liblzf.txt.

+

IM is registered at the National Institute of Intellectual Property in Brazil +(INPI) under the number 07570-6, and so it is protected against illegal use. See +the Tecgraf Library License for further usage +information and Copyright.

+ +

Documentation

+ +

This toolkit is available at http://www.tecgraf.puc-rio.br/im

+

The full documentation can be downloaded from the Download Files. The documentation is also available in Adobe Acrobat and Windows HTML Help formats.

+

The HTML navigation uses the WebBook tool, available at + http://www.tecgraf.puc-rio.br/webbook.

+

The library Reference documentation is generated by Doxygen ( + http://www.stack.nl/~dimitri/doxygen/ ).

+ +

Publications

+ + + + + -- cgit v1.2.3