mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
minor typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86726 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c5db126d92
commit
9ec41fd837
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.getimagesize">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,7 @@
|
|||
The <function>getimagesize</function> function will determine the
|
||||
size of any <acronym>GIF</acronym>, <acronym>JPG</acronym>,
|
||||
<acronym>PNG</acronym>, <acronym>SWF</acronym>,
|
||||
<acronym>PSD</acronym>, <acronym>TIFF</acronym>
|
||||
<acronym>PSD</acronym>, <acronym>TIFF</acronym>,
|
||||
or <acronym>BMP</acronym> image file and
|
||||
return the dimensions along with the file type and a height/width
|
||||
text string to be used inside a normal <acronym>HTML</acronym>
|
||||
|
@ -55,7 +55,7 @@ echo "<img src=\"img/flag.jpg\" {$size[3]}>";
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
With <acronym>JPG</acronym> images, two extras index are returned :
|
||||
With <acronym>JPG</acronym> images, two extras index are returned:
|
||||
<literal>channel</literal> and <literal>bits</literal>.
|
||||
<literal>channel</literal> will be 3 for RGB pictures, and 4 for CMYK
|
||||
pictures. <literal>bits</literal> is the number of bits for each color.
|
||||
|
@ -71,7 +71,7 @@ echo "<img src=\"img/flag.jpg\" {$size[3]}>";
|
|||
file. Currently this will return the different
|
||||
<acronym>JPG</acronym> APP markers in an associative Array. Some
|
||||
Programs use these APP markers to embedd text information in
|
||||
images. A very common one in to embed <acronym>IPTC</acronym>
|
||||
images. A very common one is to embed <acronym>IPTC</acronym>
|
||||
<ulink url="&url.iptc;">&url.iptc;</ulink> information in the
|
||||
APP13 marker. You can use the <function>iptcparse</function>
|
||||
function to parse the binary APP13 marker into something
|
||||
|
|
Loading…
Reference in a new issue