summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorscuri <scuri>2008-10-17 06:10:15 +0000
committerscuri <scuri>2008-10-17 06:10:15 +0000
commit5a422aba704c375a307a902bafe658342e209906 (patch)
tree5005011e086bb863d8fb587ad3319bbec59b2447 /src/README
First commit - moving from LuaForge to SourceForge
Diffstat (limited to 'src/README')
-rw-r--r--src/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/README b/src/README
new file mode 100644
index 0000000..3dbcbd5
--- /dev/null
+++ b/src/README
@@ -0,0 +1,11 @@
+README for IM
+
+ IM 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.
+ 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.
+
+ Build instructions and usage are available in the IM documentation.
+
+ For complete information, visit IM's web site at http://www.tecgraf.puc-rio.br/im
+ or access its documentation in the HTML folder.
+
+(end of README)