diff options
Diffstat (limited to 'html/en')
-rw-r--r-- | html/en/capture_samples.html | 3 | ||||
-rw-r--r-- | html/en/history.html | 2 | ||||
-rw-r--r-- | html/en/proc_samples.html | 3 | ||||
-rw-r--r-- | html/en/rep_samples.html | 6 | ||||
-rw-r--r-- | html/en/samples.html | 16 | ||||
-rw-r--r-- | html/en/storage_samples.html | 6 |
6 files changed, 16 insertions, 20 deletions
diff --git a/html/en/capture_samples.html b/html/en/capture_samples.html index dcf795e..37bfaf2 100644 --- a/html/en/capture_samples.html +++ b/html/en/capture_samples.html @@ -17,8 +17,7 @@ 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.</p> - <p>You can view the source code here: <a href="../download/glut_capture.c"> - glut_capture.c</a></p> + <p>You can view the source code here: <a href="../examples/glut_capture.c">glut_capture.c</a></p> <h3><a name="iupglcap">Capture and IUP</a></h3> diff --git a/html/en/history.html b/html/en/history.html index 8aac48f..7833a20 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -11,7 +11,7 @@ <body> <h1>History of Changes</h1> -<h3 dir="ltr">Version 3.4.2 (24/Jun/2009)</h3> +<h3 dir="ltr">Version 3.4.2 (26/Jun/2009)</h3> <ul> <li><span style="color: #FF0000">Fixed:</span> AVI format when reading 32 and 16 bpp frames.</li> diff --git a/html/en/proc_samples.html b/html/en/proc_samples.html index e51ff37..a15d39b 100644 --- a/html/en/proc_samples.html +++ b/html/en/proc_samples.html @@ -23,8 +23,7 @@ <p>Se also <a href="doxygen/group__transform.html"> Reference / Image Processing / Domain Transform Operations</a>.</p> - <p>You can view the source code here: <a href="../download/proc_fourier.cpp"> - proc_fourier.cpp</a></p> + <p>You can view the source code here: <a href="../examples/proc_fourier.cpp">proc_fourier.cpp</a></p> <h3><a name="houghlines">Hough Lines</a></h3> diff --git a/html/en/rep_samples.html b/html/en/rep_samples.html index 5c729a8..118f781 100644 --- a/html/en/rep_samples.html +++ b/html/en/rep_samples.html @@ -46,8 +46,7 @@ samples.</p> Model: CD MAVICA Photometric: 2</pre> - <p>You can view the source code here: <a href="../download/im_info.cpp"> - im_info.cpp</a></p> + <p>You can view the source code here: <a href="../examples/im_info.cpp">im_info.cpp</a></p> <h3><a name="im_view">View Using IUP and CD</a></h3> @@ -61,8 +60,7 @@ samples.</p> http://www.tecgraf.puc-rio.br/iup</a> and more about CD see <a target="_blank" href="http://www.tecgraf.puc-rio.br/cd"> http://www.tecgraf.puc-rio.br/cd</a>.</p> - <p>You can view the source code here: <a href="../download/im_view.c"> - im_view.c</a>, or download it with some makefiles + <p>You can view the source code here: <a href="../examples/im_view.c">im_view.c</a>, or download it with some makefiles <a href="../download/im_view.zip">im_view.zip</a>.</p> 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 @@ <body> <h1>Complete Samples</h1> +<p> You can also browse the <a href="../examples/">examples folder</a>. </p> <h3><code>im_info</code></h3> <p>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</pre> - <p>You can view the source code here: <a href="../download/im_info.cpp">im_info.cpp</a></p> + <p>You can view the source code here: <a href="../examples/im_info.cpp">im_info.cpp</a></p> <h3><code>im_copy</code></h3> <p>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.</p> - <p>You can view the source code here: <a href="../download/im_copy.cpp">im_copy.cpp</a></p> + <p>You can view the source code here: <a href="../examples/im_copy.cpp">im_copy.cpp</a></p> <h3><code>proc_fourier</code></h3> @@ -58,7 +59,7 @@ GPL. To use it in a commercial application you must contact the MIT and pay for a commercial license.</p> <p>Se also <a href="doxygen/group__transform.html)">Reference / Image Processing / Domain Transform Operations</a>.</p> - <p>You can view the source code here: <a href="../download/proc_fourier.cpp">proc_fourier.cpp</a></p> + <p>You can view the source code here: <a href="../examples/proc_fourier.cpp">proc_fourier.cpp</a></p> <h3><code>im_view</code></h3> @@ -67,7 +68,7 @@ but using the <b>imImage</b> structure to make the implementation easier.</p> <p>For more IUP <a target="_blank" href="http://www.tecgraf.puc-rio.br/iup">http://www.tecgraf.puc-rio.br/iup</a> and more CD <a target="_blank" href="http://www.tecgraf.puc-rio.br/cd">http://www.tecgraf.puc-rio.br/cd</a></p> - <p>You can view the source code here <a href="../download/im_view.c">im_view.c</a>, or download it with some makefiles + <p>You can view the source code here <a href="../examples/im_view.c">im_view.c</a>, or download it with some makefiles <a href="../download/im_view.zip">im_view.zip</a>.</p> <h3><code>glut_capture</code></h3> @@ -75,7 +76,7 @@ <p>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.</p> - <p>You can view the source code here: <a href="../download/glut_capture.c">glut_capture.c</a></p> + <p>You can view the source code here: <a href="../examples/glut_capture.c">glut_capture.c</a></p> <h3><code>iupglcap</code></h3> @@ -157,9 +158,10 @@ canvas:Kill() image:Save("new.bmp", "BMP") </pre> - <p>Check the file <a href="../download/samples_imlua5.tar.gz">samples_imlua5.tar.gz</a> + <p>Check the files <a href="../download/samples_imlua5.tar.gz">samples_imlua5.tar.gz</a> or <a href="../download/samples_imlua5.zip">samples_imlua5.zip</a> for several samples in Lua. For - some of them you will need also the CD and the IUP libraries. </p> + some of them you will need also the CD and the IUP libraries. You can also + browse the <a href="../examples/">examples folder</a>. </p> </body> diff --git a/html/en/storage_samples.html b/html/en/storage_samples.html index d4f5c41..16e2a88 100644 --- a/html/en/storage_samples.html +++ b/html/en/storage_samples.html @@ -45,16 +45,14 @@ samples.</p> Model: CD MAVICA Photometric: 2</pre> - <p>You can view the source code here: <a href="../download/im_info.cpp"> - im_info.cpp</a></p> + <p>You can view the source code here: <a href="../examples/im_info.cpp">im_info.cpp</a></p> <h3><a name="im_copy">Copy</a></h3> <p>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.</p> - <p>You can view the source code here: <a href="../download/im_copy.cpp"> - im_copy.cpp</a></p> + <p>You can view the source code here: <a href="../examples/im_copy.cpp">im_copy.cpp</a></p> <h3><a name="loadbmp">Load Bitmap from Resource File</a></h3> |