From 193cd3427108bd127e09f391f7fe51f6b62590e9 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 26 Jun 2009 17:14:56 +0000 Subject: *** empty log message *** --- html/en/samples.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'html/en/samples.html') diff --git a/html/en/samples.html b/html/en/samples.html index e58835c..beba2cc 100644 --- a/html/en/samples.html +++ b/html/en/samples.html @@ -11,6 +11,7 @@

Complete Samples

+

 You can also browse the examples folder.

im_info

This is a command line application that displays information obtained from a file using the IM I/O functions, @@ -42,13 +43,13 @@ Model: CD MAVICA Photometric: 2 -

You can view the source code here: im_info.cpp

+

You can view the source code here: im_info.cpp

im_copy

This is a command line application that copies all the information from one file to another using the IM I/O functions. It depends only on the IM main library. It is usefull for testing the drivers.

-

You can view the source code here: im_copy.cpp

+

You can view the source code here: im_copy.cpp

proc_fourier

@@ -58,7 +59,7 @@ GPL. To use it in a commercial application you must contact the MIT and pay for a commercial license.

Se also Reference / Image Processing / Domain Transform Operations.

-

You can view the source code here: proc_fourier.cpp

+

You can view the source code here: proc_fourier.cpp

im_view

@@ -67,7 +68,7 @@ but using the imImage structure to make the implementation easier.

For more IUP http://www.tecgraf.puc-rio.br/iup and more CD http://www.tecgraf.puc-rio.br/cd

-

You can view the source code here im_view.c, or download it with some makefiles +

You can view the source code here im_view.c, or download it with some makefiles im_view.zip.

glut_capture

@@ -75,7 +76,7 @@

This application uses GLUT and OpenGL to create a window with a canvas and draw the image into that canvas. But the image is obtained from a capture device. The image can be processed before display and a sequence of captured images can be saved in an AVI file during capture.

-

You can view the source code here: glut_capture.c

+

You can view the source code here: glut_capture.c

iupglcap

@@ -157,9 +158,10 @@ canvas:Kill() image:Save("new.bmp", "BMP") -

Check the file samples_imlua5.tar.gz +

Check the files samples_imlua5.tar.gz or samples_imlua5.zip for several samples in Lua. For - some of them you will need also the CD and the IUP libraries.

+ some of them you will need also the CD and the IUP libraries. You can also + browse the examples folder.

-- cgit v1.2.3