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

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

Упорядочить по: URL  |  дате изменения
2321. PNG2WBMP
PHP Manual . ... Next . PHP 4 >= 4.0.5) PNG2WBMP -- Convert PNG image file to WBMP image file . int png2wbmp ( string pngname, string wbmpname, int d_height, int d_width, int threshold) . Converts the pngname PNG file to WBMP format, and saves it as wbmpname . With the d_height and d_width you specify the height and width of the destination image. Note: WBMP support is only available if PHP was compiled against GD-1.8 or later. See also jpeg2wbmp() . ... JPEG2WBMP . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.png2wbmp.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2322. ImageFtText
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ImageFtText -- Write text to the image using fonts using FreeType 2 . array imagefttext ( int im, int size, int angle, int x, int y, int col, string font_file, string text [, array extrainfo]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ImageTTFText . Up . ImageTypes
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagefttext.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2323. ImageTypes
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) ImageTypes -- Return the image types supported by this PHP build . int imagetypes ( (void);) . This function returns a bit-field corresponding to the image formats supported by the version of GD linked into PHP. ... IMG_PNG | ... To check for PNG support, for example, do this: . Example 1. ... php if (ImageTypes() & IMG_PNG) { echo "PNG Support is enabled"; } ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagetypes.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2324. ImageFtBBox
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ImageFtBBox -- Give the bounding box of a text using fonts via freetype2 . array imageftbbox ( int size, int angle, string font_file, string text [, array extrainfo]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ImageTTFBBox . Up . ImageTTFText
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imageftbbox.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2325. ImageTTFText
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageTTFText -- Write text to the image using TrueType fonts . array imagettftext ( int im, int size, int angle, int x, int y, int col, string fontfile, string text) . ImageTTFText() draws the string text in the image identified by im , starting at coordinates x , y (top left is 0, 0), at an angle of angle in color col , using the TrueType font file identified by fontfile . ... Fontfile is the path to the TrueType font you wish to use. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagettftext.html -- 6.6 Кб -- 03.02.2002
Похожие документы

2326. ImageSY
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageSY -- Get image height . int imagesy ( int im) . ImageSY() returns the height of the image identified by im . See also ImageCreate() and ImageSX() . Prev . Home . Next . ImageSX . Up . ImageTTFBBox
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagesy.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2327. ImageTTFBBox
... 3.0.1 - 3.0.18 only, PHP 4 >= 4.0.0) ImageTTFBBox -- Give the bounding box of a text using TypeType fonts . array imagettfbbox ( int size, int angle, string fontfile, string text) . ... lower left corner, X position . ... lower right corner, X position . ... upper right corner, X position . ... upper left corner, X position . ... The points are relative to the text regardless of the angle, so "upper left" means in the top left-hand corner seeing the text horizontallty. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagettfbbox.html -- 5.7 Кб -- 03.02.2002
Похожие документы

2328. ImageStringUp
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageStringUp -- Draw a string vertically . int imagestringup ( int im, int font, int x, int y, string s, int col) . ImageStringUp() draws the string s vertically in the image identified by im at coordinates x , y (top left is 0, 0) in color col . If font is 1, 2, 3, 4 or 5, a built-in font is used. See also ImageLoadFont() . Prev . Home . Next . ImageString . Up . ImageSX
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagestringup.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2329. ImageSX
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageSX -- Get image width . int imagesx ( int im) . ImageSX() returns the width of the image identified by im . See also ImageCreate() and ImageSY() . Prev . Home . Next . ImageStringUp . Up . ImageSY
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagesx.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2330. ImageSetThickness
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) ImageSetThickness -- Set the thickness for line drawing . void imagesetthickness ( resource im, int thickness) . ImageSetThickness() sets the thickness of the lines drawn when drawing rectangles, polygons, ellipses etc. etc. to thickness pixels. Note: This function was added in PHP 4.0.6 and requires GD 2.0.1 or later . Prev . Home . Next . ImageSetTile . Up . ImageString
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagesetthickness.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2331. ImageString
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageString -- Draw a string horizontally . int imagestring ( int im, int font, int x, int y, string s, int col) . ImageString() draws the string s in the image identified by im at coordinates x , y (top left is 0, 0) in color col . If font is 1, 2, 3, 4 or 5, a built-in font is used. See also ImageLoadFont() . Prev . Home . Next . ImageSetThickness . Up . ImageStringUp
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagestring.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2332. ImageSetStyle
PHP Manual . ... PHP 4 >= 4.0.6) ImageSetStyle -- Set the style for line drawing . int imagesetstyle ( resource im, array style) . ... php Header ( Content-type: image/png ); $im = imagecreate ( 100 , 100 ); $w = ImageColorAllocate ($im, 255 , 255 , 255 ); $ red = ImageColorAllocate ($im, 255 , 0, 0); /* Draw a dashed line , 5 red pixels, 5 white pixels */ $ style = array ($ red ,$ red ,$ red ,$ red ,$ red ,$w,$w,$w,$w,$w); ImageSetStyle ($im, $ style ); ImageLine ($im, 0, 0, 100 , ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagesetstyle.html -- 5.0 Кб -- 03.02.2002
Похожие документы

2333. ImageSetTile
PHP Manual . ... PHP 4 >= 4.0.6) ImageSetTile -- Set the tile image for filling . int imagesettile ( resource im, resource tile) . ImageSetTile() sets the tile image to be used by all region filling functions (such as ImageFill() and ImageFilledPolygon() ) when filling with the special color IMG_COLOR_TILED . A tile is an image used to fill an area with a repeated pattern. ... Note: This function was added in PHP 4.0.6 . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagesettile.html -- 4.3 Кб -- 03.02.2002
Похожие документы

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

2335. ImageSetBrush
... PHP 4 >= 4.0.6) ImageSetBrush -- Set the brush image for line drawing . ... ImageSetBrush() sets the brush image to be used by all line drawing functions (such as ImageLine() and ImagePolygon() ) when drawing with the special colors IMG_COLOR_BRUSHED or IMG_COLOR_STYLEDBRUSHED . Note: You need not take special action when you are finished with a brush, but if you destroy the brush image, you must not use the IMG_COLOR_BRUSHED or IMG_COLOR_STYLEDBRUSHED colors until you have set a new brush image! ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagesetbrush.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2336. ImageSetPixel
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageSetPixel -- Set a single pixel . int imagesetpixel ( int im, int x, int y, int col) . ImageSetPixel() draws a pixel at x , y (top left is 0, 0) in image im of color col . See also ImageCreate() and ImageColorAllocate() . Prev . Home . Next . ImageRectangle . Up . ImageSetBrush
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagesetpixel.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2337. ImagePsSlantFont
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) ImagePsSlantFont -- Slant a font . bool imagepsslantfont ( int font_index, float slant) . Slant a font given by the font_index parameter with a slant of the value of the slant parameter. Prev . Home . Next . ImagePsExtendFont . Up . ImagePSText
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepsslantfont.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2338. ImagePSText
... 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) ImagePSText -- To draw a text string over an image using PostScript Type1 fonts . array imagepstext ( int image, string text, int font, int size, int foreground, int background, int x, int y [, int space [, int tightness [, float angle [, int antialias_steps]]]]) . ... Foreground is the color in which the text will be painted. ... Tightness allows you to control the amount of white space between characters. ... Allowed values are 4 and 16. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepstext.html -- 6.6 Кб -- 03.02.2002
Похожие документы

2339. ImagePsExtendFont
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) ImagePsExtendFont -- Extend or condense a font . bool imagepsextendfont ( int font_index, float extend) . Extend or condense a font ( font_index ), if the value of the extend parameter is less than one you will be condensing the font. Prev . Home . Next . ImagePSLoadFont . Up . ImagePsSlantFont
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepsextendfont.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2340. ImagePSLoadFont
PHP Manual . Prev . Next . ... Otherwise the function returns FALSE and prints a message describing what went wrong, which you cannot read directly, while the output type is image. <?php Header ("Content-type: image/jpeg"); $im = ImageCreate (350, 45); $black = ImageColorAllocate ($im, 0, 0, 0); $white = ImageColorAllocate ($im, 255, 255, 255); $font=ImagePsLoadFont("bchbi.pfb"); // or locate your .pfb files on your machine ImagePsText($im, "Testing.. ... See also ImagePSFreeFont() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.imagepsloadfont.html -- 4.2 Кб -- 03.02.2002
Похожие документы

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

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