User Tools

Site Tools


en:objects:image

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:objects:image [2020/10/06 20:48]
sales created
en:objects:image [2026/08/05 22:29] (current)
Line 1: Line 1:
-<html><h2>image</h2>Object for managing images on the current page (IMAGE tag)<br><br><hr><br><h5>An example of a picture:</h5><SPAN style="COLOR: #339933">&lt;</SPAN>img src<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"..:009.jpg"</SPAN> width<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"48"</SPAN> height<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"48"</SPAN> align<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"left"</SPAN> id<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"12"</SPAN> name<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"qwer"</SPAN><SPAN style="COLOR: #339933">:&gt;</SPAN><br><br><h5>Description</h5><font color=green>the IMG</font> Tag is intended for displaying images in GIF, JPEG, or PNG image format on a web page. The address of the image file is set using the <font color=green>src</font>attribute. If necessary, you can link the image to another file by placing the img tag in container a. A border is displayed around the image, which can be removed by adding the border="0" attribute to the img tag.<br><br>Drawings can also be used as image maps when the image contains hotspots that act as links. This map does not differ in appearance from a normal image, but it can be divided into invisible zones of different shapes, where each of the areas serves as a reference.<br><br><a href="http://htmlbook.ru/html/img">Learn more about the IMG tag (source)</a><br><br><hr><br><font size=3><A href="/wiki/doku.php?id=en:objects:common">basic functionality</A><br><A href="#show">Show image</A><br><A href="#is_complete">Check that the image is loaded</A><br><A href="#get_properties">To the specific characteristics pictures</A><br><A href="#recognize">Recognize images as captcha</A><br><A href="#tools">Tools image</A></font><br><br><a name="show"></a><hr><br><I>Show image</I><br><br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_number">show_by_number</A> – show image with the given number<br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_name">show_by_name</A> – show image with the specified name<br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_src">show_by_src</A> – show image with a given src,<br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_alt">show_by_alt</A> – show image with the specified alt<br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_attribute">show_by_attribute</A> – show an image with the specified attribute value<br><br><a name="is_complete"></a><hr><br><I>Check that the image is loaded</I><br><br><A href="/wiki/doku.php?id=en:objects:image:is_complete:is_complete_by_number">is_complete_by_number</A> – check that the image with the specified number has already been uploaded<br><A href= "/wiki/doku.php?id=en:objects:image:is_complete:is_complete_by_name">is_complete_by_name</A> – check that the image with the specified name has already been uploaded<br><br><a name="get_properties"></a><hr><br><I>Get specific image characteristics</I><br><br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_create_date_by_number">get_file_create_date_by_number</A> – get the date of image creation by its number<br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_create_date_by_name">get_file_create_date_by_name</A> – to obtain the creation date of the images by its name.<br><br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_modification_date_by_number">get_file_modification_date_by_number</A> – get the last modified date of a picture by its number.<br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_modification_date_by_name">get_file_modification_date_by_name</A> – get the last modified date of a picture by its name.<br><br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_size_by_number">get_file_size_by_number</A> – to the size of the picture in her room<br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_size_by_name">get_file_size_by_name</A> – get image size from its name<br><br><a name="recognize"></a><hr><br><I>Recognizing an image as a captcha</I><br><br><A href="/wiki/doku.php?id=en:objects:image:recognize:recognize_captcha">recognize_captcha</A> – recognize captcha from an image with built-in functions<br><br><A href= "/wiki/doku.php?id=en:objects:image:recognize:recognize_by_anticaptcha">recognize_by_anticaptcha</A> – recognize a captcha from an image using the service antigate.com<br><A href="/wiki/doku.php?id=en:objects:image:recognize:recognize_by_rucaptcha">recognize_by_rucaptcha</A> – recognize captcha from an image via the service rucaptcha.com<br><A href="/wiki/doku.php?id=en:objects:image:recognize:recognize_by_captcha24">recognize_by_captcha24</A> – recognize captcha from an image via the service captcha24.com<br><A href="/wiki/doku.php?id=en:objects:image:recognize:recognize_by_ripcaptcha">recognize_by_ripcaptcha</A> – recognize captcha from an image via the service ripcaptcha.com<br><br>Other service:<A href="/wiki/doku.php?id=en:objects:image:recognize:recognize_by_bypasscaptcha">recognize_by_bypasscaptcha</A> – recognize captcha from an image via the service bypasscaptcha.com<br><A href="/wiki/doku.php?id=en:objects:image:recognize:recognize_by_captchabot">recognize_by_captchabot</A> – recognize captcha from an image via the service captchabot.com<br><br><a name="tools"></a><hr><br><I>Image tools</I><br><br><A href="/wiki/doku.php?id=en:objects:image:tools:get_image">get_image</A> – get a new image - as part of a specified<br><A href="/wiki/doku.php?id=en:objects:image:tools:add_image">add_image</A> – add a picture to a given<br><br><A href="/wiki/doku.php?id=en:objects:image:tools:get_x_of_image">get_x_of_image</A> – get the x coordinate of the occurrence of a given picture<br><A href="/wiki/doku.php?id=en:objects:image:tools:get_y_of_image">get_y_of_image</A> – get the y - coordinate of the occurrence of a given picture<br><A href="/wiki/doku.php?id=en:objects:image:tools:get_pos_of_image">get_pos_of_image</A> – to obtain the position of occurrence of a given picture<br><A href="/wiki/doku.php?id=en:objects:image:tools:get_all_pos_of_image">get_all_pos_of_image</A> – get the positions of all occurrences of a given image<br><br></html>+<html><h2>image</h2>Object for managing images on the current page (IMAGE tag)<br><br><hr><br><h5>An example of a picture:</h5><SPAN style="COLOR: #339933">&lt;</SPAN>img src<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"..:009.jpg"</SPAN> width<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"48"</SPAN> height<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"48"</SPAN> align<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"left"</SPAN> id<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"12"</SPAN> name<SPAN style="COLOR: #339933">=</SPAN><SPAN style="COLOR: #0000ff">"qwer"</SPAN><SPAN style="COLOR: #339933">:&gt;</SPAN><br><br><h5>Description</h5><font color=green>the IMG</font> Tag is intended for displaying images in GIF, JPEG, or PNG image format on a web page. The address of the image file is set using the <font color=green>src</font>attribute. If necessary, you can link the image to another file by placing the img tag in container a. A border is displayed around the image, which can be removed by adding the border="0" attribute to the img tag.<br><br>Drawings can also be used as image maps when the image contains hotspots that act as links. This map does not differ in appearance from a normal image, but it can be divided into invisible zones of different shapes, where each of the areas serves as a reference.<br><br><a href="http://htmlbook.ru/html/img">Learn more about the IMG tag (source)</a><br><br><hr><br><font size=3><A href="/wiki/doku.php?id=en:objects:common">basic functionality</A><br><A href="#show">Show image</A><br><A href="#is_complete">Check that the image is loaded</A><br><A href="#get_properties">To the specific characteristics pictures</A><br><A href="#recognize">Recognize images as captcha</A><br><A href="#tools">Tools image</A></font><br><br><a name="show"></a><hr><br><I>Show image</I><br><br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_number">show_by_number</A> – show image with the given number<br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_name">show_by_name</A> – show image with the specified name<br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_src">show_by_src</A> – show image with a given src,<br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_alt">show_by_alt</A> – show image with the specified alt<br><A href="/wiki/doku.php?id=en:objects:image:show:show_by_attribute">show_by_attribute</A> – show an image with the specified attribute value<br><br><a name="is_complete"></a><hr><br><I>Check that the image is loaded</I><br><br><A href="/wiki/doku.php?id=en:objects:image:is_complete:is_complete_by_number">is_complete_by_number</A> – check that the image with the specified number has already been uploaded<br><A href= "/wiki/doku.php?id=en:objects:image:is_complete:is_complete_by_name">is_complete_by_name</A> – check that the image with the specified name has already been uploaded<br><br><a name="get_properties"></a><hr><br><I>Get specific image characteristics</I><br><br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_create_date_by_number">get_file_create_date_by_number</A> – get the date of image creation by its number<br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_create_date_by_name">get_file_create_date_by_name</A> – to obtain the creation date of the images by its name.<br><br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_modification_date_by_number">get_file_modification_date_by_number</A> – get the last modified date of a picture by its number.<br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_modification_date_by_name">get_file_modification_date_by_name</A> – get the last modified date of a picture by its name.<br><br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_size_by_number">get_file_size_by_number</A> – to the size of the picture in her room<br><A href="/wiki/doku.php?id=en:objects:image:get_properties:get_file_size_by_name">get_file_size_by_name</A> – get image size from its name<br><br><a name="recognize"></a><hr><br><I>Recognizing an image as a captcha</I><br><br><A href="/wiki/doku.php?id=en:objects:image:recognize:recognize_captcha">recognize_captcha</A> – recognize captcha from an image with built-in functions<br><br><A href= "/wiki/doku.php?id=en:objects:image:recognize:recognize_by_anticaptcha">recognize_by_anticaptcha</A> – recognize a captcha from an image using the service antigate.com<br><A href="/wiki/doku.php?id=en:objects:image:recognize:recognize_by_rucaptcha">recognize_by_rucaptcha</A> – recognize captcha from an image via the service rucaptcha.com<br><br><hr><br><I>Image tools</I><br><br><A href="/wiki/doku.php?id=en:objects:image:tools:get_image">get_image</A> – get a new image - as part of a specified<br><A href="/wiki/doku.php?id=en:objects:image:tools:add_image">add_image</A> – add a picture to a given<br><br><A href="/wiki/doku.php?id=en:objects:image:tools:get_x_of_image">get_x_of_image</A> – get the x coordinate of the occurrence of a given picture<br><A href="/wiki/doku.php?id=en:objects:image:tools:get_y_of_image">get_y_of_image</A> – get the y - coordinate of the occurrence of a given picture<br><A href="/wiki/doku.php?id=en:objects:image:tools:get_pos_of_image">get_pos_of_image</A> – to obtain the position of occurrence of a given picture<br><A href="/wiki/doku.php?id=en:objects:image:tools:get_all_pos_of_image">get_all_pos_of_image</A> – get the positions of all occurrences of a given image<br><br></html>
en/objects/image.1602006518.txt.gz · Last modified: 2020/10/06 20:48 by sales