Author: Derick Rethans
Date: 2006-01-27 18:53:52 +0100 (Fri, 27 Jan 2006)
New Revision: 2073
Log:
- Fixed includes and line numbers.
Modified:
packages/ImageAnalysis/trunk/docs/tutorial.txt
Modified: packages/ImageAnalysis/trunk/docs/tutorial.txt
===================================================================
--- packages/ImageAnalysis/trunk/docs/tutorial.txt 2006-01-27 17:44:15 UTC
(rev 2072)
+++ packages/ImageAnalysis/trunk/docs/tutorial.txt 2006-01-27 17:53:52 UTC
(rev 2073)
@@ -31,8 +31,8 @@
.. include:: tutorial_example_01.php
:literal:
-On line 7 a new ezcImageAnalyzer object is instantiated. This must be done for
-each image to analyse. In line 9 you see how to access the MIME type
determined
+On line 5 a new ezcImageAnalyzer object is instantiated. This must be done for
+each image to analyse. In line 7 you see how to access the MIME type
determined
from the image. Here is an example image including the output:
.. image:: img/imageanalysis_example_01.jpg
@@ -48,14 +48,14 @@
Besides the MIME type, ImageAnalysis extracts more information if you request
it.
The following example shows how this works:
-.. include:: tutorial_example_01.php
+.. include:: tutorial_example_02.php
:literal:
The example is basically the same as the first one, except that more data is
requested
-from ezcImageAnalyzer (lines 13-17). The major difference here is, that in
+from ezcImageAnalyzer (lines 8-11). The major difference here is, that in
example 1, ezcImageAnalyzer has only determined the MIME type of the file and
has not performed any further analysis. The analysis of additional data
-is performed on the first request to it (line 13). After that, the data is
+is performed on the first request to it (line 9). After that, the data is
cached in the ezcImageAnalyzer object.
The width, height and size values are available for every analyzable image.
@@ -101,7 +101,7 @@
.. _ImageMagick: http://www.imagemagick.org/script/index.php
-.. include:: tutorial_example_01.php
+.. include:: tutorial_example_03.php
:literal:
Basically, the code is the same as in example 2, except that the
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components