XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:old.master.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2341 - 2360 из 3519.

В начало ] Пред. | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2341. ImagePSEncodeFont
PHP Manual . ... Next . 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) ImagePSEncodeFont -- Change the character encoding vector of a font . int imagepsencodefont ( int font_index, string encodingfile) . Loads a character encoding vector from from a file and changes the fonts encoding vector to it. As a PostScript fonts default vector lacks most of the character positions above 127, you'll definitely want to change this if you use an other language than english. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepsencodefont.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2342. ImagePSFreeFont
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) ImagePSFreeFont -- Free memory used by a PostScript Type 1 font . void imagepsfreefont ( int fontindex) . See also ImagePSLoadFont() . Prev . Home . Next . ImagePSEncodeFont . Up . ImagePSLoadFont
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepsfreefont.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2343. ImagePolygon
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImagePolygon -- Draw a polygon . int imagepolygon ( int im, array points, int num_points, int col) . ImagePolygon() creates a polygon in image id. Points is a PHP array containing the polygon's vertices, ie. points[0] = x0, points[1] = y0, points[2] = x1, points[3] = y1, etc. Num_points is the total number of vertices. See also imagecreate() . Prev . Home . Next . ImagePaletteCopy . Up . ImagePSBBox
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepolygon.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2344. ImagePSBBox
... 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) ImagePSBBox -- Give the bounding box of a text rectangle using PostScript Type1 fonts . array imagepsbbox ( string text, int font, int size [, int space [, int tightness [, float angle]]]) . ... Space allows you to change the default value of a space in a font. This amount is added to the normal value and can also be negative. Tightness allows you to control the amount of white space between characters. ... Angle is in degrees. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepsbbox.html -- 5.4 Кб -- 03.02.2002
Похожие документы

2345. ImageLoadFont
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageLoadFont -- Load a new font . int imageloadfont ( string file) . ... The font file format is currently binary and architecture dependent. This means you should generate the font files on the same type of CPU as the machine you are running PHP on. ... number of characters in the font . ... pixel width of each character . ... array with character data, one byte per pixel in each character, for a total of (nchars*width*height) bytes. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imageloadfont.html -- 5.1 Кб -- 03.02.2002
Похожие документы

2346. ImagePaletteCopy
. PHP Manual . Prev . Next . (PHP 4 ) ImagePaletteCopy -- Copy the palette from one image to another . int imagepalettecopy ( resource destination, resource source) . imagepalettecopy() copies the palette from the source image to the destination image. Prev . Home . Next . ImageLoadFont . Up . ImagePolygon
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepalettecopy.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2347. ImageInterlace
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageInterlace -- Enable or disable interlace . int imageinterlace ( int im [, int interlace]) . ImageInterlace() turns the interlace bit on or off. If interlace is 1 the im image will be interlaced, and if interlace is 0 the interlace bit is turned off. If the interlace bit is set and the image is used as a JPEG image, the image is created as a progressive JPEG. This function returns whether the interlace bit is set for the image. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imageinterlace.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2348. ImageLine
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageLine -- Draw a line . int imageline ( int im, int x1, int y1, int x2, int y2, int col) . ImageLine() draws a line from x1 , y1 to x2 , y2 (top left is 0, 0) in image im of color col . See also ImageCreate() and ImageColorAllocate() . Prev . Home . Next . ImageInterlace . Up . ImageLoadFont
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imageline.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2349. ImageJPEG
PHP Manual . ... 3.0.16 - 3.0.18 only, PHP 4 >= 4.0.0) ImageJPEG -- Output image to browser or file . int imagejpeg ( int im [, string filename [, int quality]]) . ImageJPEG() creates the JPEG file in filename from the image im . The im argument is the return from the ImageCreate() function. ... Note: JPEG support is only available if PHP was compiled against GD-1.8 or later. quality is optional, and ranges from 0 (worst quality, smaller file) to 100 (best quality, biggest file). ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagejpeg.html -- 4.7 Кб -- 03.02.2002
Похожие документы

2350. ImageWBMP
PHP Manual . ... 3.0.15 - 3.0.18 only, PHP 4 ) ImageWBMP -- Output image to browser or file . int imageWBMP ( int im [, string filename [, int foreground]]) . ImageWBMP() creates the WBMP file in filename from the image im . ... The filename argument is optional, and if left off, the raw image stream will be output directly. By sending an image/vnd.wap.wbmp content-type using header() , you can create a PHP script that outputs WBMP images directly. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagewbmp.html -- 4.5 Кб -- 03.02.2002
Похожие документы

2351. ImageGIF
... ImageGIF() creates the GIF file in filename from the image im . ... php if (function_exists("imagegif")) { Header("Content-type: image/gif"); ImageGIF($im); } elseif (function_exists("imagejpeg")) { Header("Content-type: image/jpeg"); ImageJPEG($im, "", 0.5); } elseif (function_exists("imagepng")) { Header("Content-type: image/png"); ImagePNG($im); } elseif (function_exists("imagewbmp")) { Header("Content-type: image/vnd.wap.wbmp"); ImageWBMP($im); } else die("No image support in this PHP server"); ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagegif.html -- 6.3 Кб -- 03.02.2002
Похожие документы

2352. ImagePNG
PHP Manual . ... Next . 3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ImagePNG -- Output a PNG image to either the browser or a file . int imagepng ( int im [, string filename]) . The ImagePNG() outputs a GD image stream ( im ) in PNG format to standard output (usually the browser) or, if a filename is given by the filename it outputs the image to the file. <?php $im = ImageCreateFromPng("test.png"); ImagePng($im); ?> See also ImageGIF() , ImageWBMP() , ImageJPEG() , ImageTypes() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepng.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2353. ImageGD2
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ImageGD2 -- Output GD2 image to browser or file . int imagegd2 ( int im [, string filename]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ImageGD . Up . ImageGIF
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagegd2.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2354. ImageFontWidth
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageFontWidth -- Get font width . int imagefontwidth ( int font) . Returns the pixel width of a character in font. See also ImageFontHeight() and ImageLoadFont() . Prev . Home . Next . ImageFontHeight . Up . ImageGD
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagefontwidth.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2355. ImageGD
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ImageGD -- Output GD image to browser or file . int imagegd ( int im [, string filename]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ImageFontWidth . Up . ImageGD2
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagegd.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2356. ImageFillToBorder
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageFillToBorder -- Flood fill to specific color . int imagefilltoborder ( int im, int x, int y, int border, int col) . ImageFillToBorder() performs a flood fill whose border color is defined by border . The starting point for the fill is x , y (top left is 0, 0) and the region is filled with color col . Prev . Home . Next . ImageFilledRectangle . Up . ImageFontHeight
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagefilltoborder.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2357. ImageFontHeight
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageFontHeight -- Get font height . int imagefontheight ( int font) . Returns the pixel height of a character in the specified font. See also ImageFontWidth() and ImageLoadFont() . Prev . Home . Next . ImageFillToBorder . Up . ImageFontWidth
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagefontheight.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2358. ImageFilledPolygon
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageFilledPolygon -- Draw a filled polygon . int imagefilledpolygon ( int im, array points, int num_points, int col) . ImageFilledPolygon() creates a filled polygon in image im . Points is a PHP array containing the polygon's vertices, ie. points[0] = x0, points[1] = y0, points[2] = x1, points[3] = y1, etc. Num_points is the total number of vertices. Prev . Home . Next . ImageFill . Up . ImageFilledRectangle
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagefilledpolygon.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2359. ImageFilledRectangle
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageFilledRectangle -- Draw a filled rectangle . int imagefilledrectangle ( int im, int x1, int y1, int x2, int y2, int col) . ImageFilledRectangle() creates a filled rectangle of color col in image im starting at upper left coordinates x1 , y1 and ending at bottom right coordinates x2 , y2 . 0, 0 is the top left corner of the image. Prev . Home . Next . ImageFilledPolygon . Up . ImageFillToBorder
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagefilledrectangle.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2360. ImageDashedLine
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageDashedLine -- Draw a dashed line . int imagedashedline ( int im, int x1, int y1, int x2, int y2, int col) . This function is deprecated. Use combination of ImageSetStyle() and ImageLine() instead. Prev . Home . Next . ImageCreateFromXPM . Up . ImageDestroy
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagedashedline.html -- 3.4 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования