Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2361 - 2380 из 3519.
Упорядочить по:
URL
|
дате изменения
2361. ImageDestroy
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageDestroy -- Destroy an image . int imagedestroy ( int im) . ImageDestroy() frees any memory associated with image im . Im is the image identifier returned by the ImageCreate() function. Prev . Home . Next . ImageDashedLine . Up . ImageFill
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagedestroy.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2362. ImageFill
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageFill -- Flood fill . int imagefill ( int im, int x, int y, int col) . ImageFill() performs a flood fill starting at coordinate x , y (top left is 0, 0) with color col in the image im . Prev . Home . Next . ImageDestroy . Up . ImageFilledPolygon
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagefill.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2363. ImageCreateFromXBM
. PHP Manual . Prev . Next . (PHP 4 ) ImageCreateFromXBM -- Create a new image from file or URL . int imagecreatefromxbm ( string filename) . ImageCreateFromXBM() returns an image identifier representing the image obtained from the given filename. Prev . Home . Next . ImageCreateFromString . Up . ImageCreateFromXPM
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromxbm.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2364. ImageCreateFromXPM
. PHP Manual . Prev . Next . (PHP 4 ) ImageCreateFromXPM -- Create a new image from file or URL . int imagecreatefromxpm ( string filename) . ImageCreateFromXPM() returns an image identifier representing the image obtained from the given filename. Prev . Home . Next . ImageCreateFromXBM . Up . ImageDashedLine
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromxpm.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2365. ImageCreateFromString
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ImageCreateFromString -- Create a new image from the image stream in the string . int imagecreatefromstring ( string image) . ImageCreateFromString() returns an image identifier representing the image obtained from the given string. Prev . Home . Next . ImageCreateFromWBMP . Up . ImageCreateFromXBM
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromstring.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2366. ImageCreateFromWBMP
... PHP 4 ) ImageCreateFromWBMP -- Create a new image from file or URL . ... Example 1. ... function LoadWBMP ($imgname) { $im = @ImageCreateFromWBMP ($imgname); /* Attempt to open */ if (!$im) { /* See if it failed */ $im = ImageCreate (20, 20); /* Create a blank image */ $bgc = ImageColorAllocate ($im, 255, 255, 255); $tc = ImageColorAllocate ($im, 0, 0, 0); ImageFilledRectangle ($im, 0, 0, 10, 10, $bgc); /* Output an errmsg */ ImageString ($im, 1, 5, 5, "Error loading $imgname", $tc); } return $im; }...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromwbmp.html -- 4.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2367. ImageCreateFromJPEG
... int imagecreatefromjpeg ( string filename) . ... Example 1. ... function LoadJpeg ($imgname) { $im = @ImageCreateFromJPEG ($imgname); /* Attempt to open */ if (!$im) { /* See if it failed */ $im = ImageCreate (150, 30); /* Create a blank image */ $bgc = ImageColorAllocate ($im, 255, 255, 255); $tc = ImageColorAllocate ($im, 0, 0, 0); ImageFilledRectangle ($im, 0, 0, 150, 30, $bgc); /* Output an errmsg */ ImageString ($im, 1, 5, 5, "Error loading $imgname", $tc); } return $im; } . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromjpeg.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2368. ImageCreateFromPNG
... int imagecreatefrompng ( string filename) . ... Example 1. ... function LoadPNG ($imgname) { $im = @ImageCreateFromPNG ($imgname); /* Attempt to open */ if (!$im) { /* See if it failed */ $im = ImageCreate (150, 30); /* Create a blank image */ $bgc = ImageColorAllocate ($im, 255, 255, 255); $tc = ImageColorAllocate ($im, 0, 0, 0); ImageFilledRectangle ($im, 0, 0, 150, 30, $bgc); /* Output an errmsg */ ImageString ($im, 1, 5, 5, "Error loading $imgname", $tc); } return $im; } . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefrompng.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2369. ImageCreateFromGD2Part
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ImageCreateFromGD2Part -- Create a new image from a given part of GD2 file or URL . int imagecreatefromgd2part ( string filename, int srcX, int srcY, int width, int height) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ImageCreateFromGD2 . Up . ImageCreateFromGIF
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromgd2part.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2370. ImageCreateFromGIF
... To ease debugging the following example will produce an error GIF: . Example 1. ... function LoadGif ($imgname) { $im = @ImageCreateFromGIF ($imgname); /* Attempt to open */ if (!$im) { /* See if it failed */ $im = ImageCreate (150, 30); /* Create a blank image */ $bgc = ImageColorAllocate ($im, 255, 255, 255); $tc = ImageColorAllocate ($im, 0, 0, 0); ImageFilledRectangle ($im, 0, 0, 150, 30, $bgc); /* Output an errmsg */ ImageString($im, 1, 5, 5, "Error loading $imgname", $tc); } return $im; } . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromgif.html -- 4.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2371. ImageCreateFromGD
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ImageCreateFromGD -- Create a new image from GD file or URL . int imagecreatefromgd ( string filename) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ImageTrueColorToPalette . Up . ImageCreateFromGD2
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromgd.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2372. ImageCreateFromGD2
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ImageCreateFromGD2 -- Create a new image from GD2 file or URL . int imagecreatefromgd2 ( string filename) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ImageCreateFromGD . Up . ImageCreateFromGD2Part
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatefromgd2.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2373. ImageCreateTrueColor
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) ImageCreateTrueColor -- Create a new TRUE color image . resource imagecreatetruecolor ( int x_size, int y_size) . ImageCreateTrueColor() returns an image identifier representing a black image of size x_size by y_size . Note: This function was added in PHP 4.0.6 and requires GD 2.0.1 or later . Prev . Home . Next . ImageCreate . Up . ImageTrueColorToPalette
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreatetruecolor.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2374. ImageTrueColorToPalette
PHP Manual . ... PHP 4 >= 4.0.6) ImageTrueColorToPalette -- Convert a TRUE color image to a palette image . void imagetruecolortopalette ( resource im, bool dither, int ncolors) . ... The code for this function was originally drawn from the Independent JPEG Group library code, which is excellent. The code has been modified to preserve as much alpha channel information as possible in the resulting palette, in addition to preserving colors as well as possible. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagetruecolortopalette.html -- 4.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2375. ImageCopyResampled
PHP Manual . ... PHP 4 >= 4.0.6) ImageCopyResampled -- Copy and resize part of an image with resampling . int imagecopyresampled ( resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) . ... Dst_im is the destination image, src_im is the source image identifier. If the source and destination coordinates and width and heights differ, appropriate stretching or shrinking of the image fragment will be performed. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecopyresampled.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2376. ImageCreate
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageCreate -- Create a new palette based image . ... Creating a new GD image stream and outputting an image. <?php header ("Content-type: image/png"); $im = @ImageCreate (50, 100) or die ("Cannot Initialize new GD image stream"); $background_color = ImageColorAllocate ($im, 255, 255, 255); $text_color = ImageColorAllocate ($im, 233, 14, 91); ImageString ($im, 1, 5, 5, "A Simple Text String", $text_color); ImagePng ($im); ?> ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecreate.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2377. ImageCopyMergeGray
PHP Manual . ... PHP 4 >= 4.0.6) ImageCopyMergeGray -- Copy and merge part of an image with gray scale . int ImageCopyMergeGray ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) . ImageCopyMergeGray() copy a part of src_im onto dst_im starting at the x,y coordinates src_x , src_y with a width of src_w and a height of src_h . ... When pct = 0, no action is taken, when 100 this function behaves identically to ImageCopy() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecopymergegray.html -- 4.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2378. ImageCopyResized
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageCopyResized -- Copy and resize part of an image . int imagecopyresized ( resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) . ... Dst_im is the destination image, src_im is the source image identifier. If the source and destination coordinates and width and heights differ, appropriate stretching or shrinking of the image fragment will be performed. ... ImageCopyResampled ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecopyresized.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2379. ImageCopy
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) ImageCopy -- Copy part of an image . int ImageCopy ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h) . Copy a part of src_im onto dst_im starting at the x,y coordinates src_x , src_y with a width of src_w and a height of src_h . The portion defined will be copied onto the x,y coordinates, dst_x and dst_y . Prev . Home . Next . ImageColorTransparent . Up . ImageCopyMerge
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecopy.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2380. ImageCopyMerge
... PHP 4 ) ImageCopyMerge -- Copy and merge part of an image . int ImageCopyMerge ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) . Copy a part of src_im onto dst_im starting at the x,y coordinates src_x , src_y with a width of src_w and a height of src_h . The portion defined will be copied onto the x,y coordinates, dst_x and dst_y . The two images will be merged according to pct which can range from 0 to 100. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imagecopymerge.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы