Поиск по:oit.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера oit.cmc.msu.ru ,которые мы индексируем. Показаны документы 2381 - 2400 из 3520.
Упорядочить по:
URL
|
дате изменения
2381. 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://oit.cmc.msu.ru/php/function.imagecopymerge.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2382. ImageColorsTotal
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageColorsTotal -- Find out the number of colors in an image's palette . int imagecolorstotal ( int im) . This returns the number of colors in the specified image's palette. See also imagecolorat() and imagecolorsforindex() . Prev . Home . Next . ImageColorsForIndex . Up . ImageColorTransparent
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorstotal.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2383. ImageColorTransparent
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageColorTransparent -- Define a color as transparent . int imagecolortransparent ( int im [, int col]) . ImageColorTransparent() sets the transparent color in the im image to col . im is the image identifier returned by ImageCreate() and col is a color identifier returned by ImageColorAllocate() . ... The identifier of the new (or current, if none is specified) transparent color is returned. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolortransparent.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2384. ImageColorSet
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageColorSet -- Set the color for the specified palette index . bool imagecolorset ( int im, int index, int red, int green, int blue) . This sets the specified index in the palette to the specified color. This is useful for creating flood-fill-like effects in paletted images without the overhead of performing the actual flood-fill. See also imagecolorat() . Prev . Home . Next . ImageGammaCorrect . Up . ImageColorsForIndex
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorset.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2385. ImageColorsForIndex
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageColorsForIndex -- Get the colors for an index . array imagecolorsforindex ( int im, int index) . This returns an associative array with red, green, and blue keys that contain the appropriate values for the specified color index. See also imagecolorat() and imagecolorexact() . Prev . Home . Next . ImageColorSet . Up . ImageColorsTotal
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorsforindex.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2386. ImageColorResolveAlpha
PHP Manual . ... PHP 4 >= 4.0.6) ImageColorResolveAlpha -- Get the index of the specified color + alpha or its closest possible alternative . int imagecolorresolvealpha ( resource im, int red, int green, int blue, int alpha) . This function is guaranteed to return a color index for a requested color, either the exact color or the closest possible alternative. ... Note: This function was added in PHP 4.0.6 and requires GD 2.0.1 . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorresolvealpha.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2387. ImageGammaCorrect
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ImageGammaCorrect -- Apply a gamma correction to a GD image . int imagegammacorrect ( int im, float inputgamma, float outputgamma) . The ImageGammaCorrect() function applies gamma correction to a gd image stream ( im ) given an input gamma, the parameter inputgamma and an output gamma, the parameter outputgamma . Prev . Home . Next . ImageColorResolveAlpha . Up . ImageColorSet
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagegammacorrect.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2388. ImageColorExactAlpha
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) ImageColorExactAlpha -- Get the index of the specified color + alpha . int imagecolorexactalpha ( resource im, int red, int green, int blue, int alpha) . Returns the index of the specified color+alpha in the palette of the image. If the color does not exist in the image's palette, -1 is returned. ... Note: This function was added in PHP 4.0.6 and requires GD 2.0.1 or later . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorexactalpha.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2389. ImageColorResolve
. PHP Manual . Prev . Next . (3.0.2 - 3.0.18 only, PHP 4 >= 4.0.0) ImageColorResolve -- Get the index of the specified color or its closest possible alternative . int imagecolorresolve ( int im, int red, int green, int blue) . This function is guaranteed to return a color index for a requested color, either the exact color or the closest possible alternative. See also imagecolorclosest() . Prev . Home . Next . ImageColorExactAlpha . Up . ImageColorResolveAlpha
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorresolve.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2390. ImageColorExact
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageColorExact -- Get the index of the specified color . int imagecolorexact ( int im, int red, int green, int blue) . Returns the index of the specified color in the palette of the image. If the color does not exist in the image's palette, -1 is returned. See also imagecolorclosest() . Prev . Home . Next . ImageColorClosestThwb . Up . ImageColorExactAlpha
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorexact.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2391. ImageColorClosestAlpha
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) ImageColorClosestAlpha -- Get the index of the closest color to the specified color + alpha . int imagecolorclosestalpha ( resource im, int red, int green, int blue, int alpha) . Returns the index of the color in the palette of the image which is "closest" to the specified RGB value and alpha level. ... Note: This function was added in PHP 4.0.6 and requires GD 2.0.1 . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorclosestalpha.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2392. ImageColorClosestThwb
. PHP Manual . Prev . Next . (unknown) ImageColorClosestThwb -- Get the index of the color which has the hue, white and blackness nearest to the given color . int imagecolorclosesthwb ( int im, int red, int green, int blue) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ImageColorClosestAlpha . Up . ImageColorExact
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorclosesthwb.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2393. ImageColorAt
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageColorAt -- Get the index of the color of a pixel . int imagecolorat ( int im, int x, int y) . Returns the index of the color of the pixel at the specified location in the image. See also imagecolorset() and imagecolorsforindex() . Prev . Home . Next . ImageColorDeAllocate . Up . ImageColorClosest
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorat.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2394. ImageColorClosest
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageColorClosest -- Get the index of the closest color to the specified color . int imagecolorclosest ( int im, int red, int green, int blue) . Returns the index of the color in the palette of the image which is "closest" to the specified RGB value. The "distance" between the desired color and each color in the palette is calculated as if the RGB values represented points in three-dimensional space. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorclosest.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2395. ImageColorAllocate
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageColorAllocate -- Allocate a color for an image . int imagecolorallocate ( int im, int red, int green, int blue) . ... Red , green and blue are the values of the red, green and blue component of the requested color respectively. These parameters are integers between 0 and 255. ImageColorAllocate() must be called to create each color that is to be used in the image represented by im . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolorallocate.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2396. ImageColorDeAllocate
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) ImageColorDeAllocate -- De-allocate a color for an image . int imagecolordeallocate ( int im, int index) . The ImageColorDeAllocate() function de-allocates a color previously allocated with the ImageColorAllocate() function. $white = ImageColorAllocate($im, 255, 255, 255); ImageColorDeAllocate($im, $white); . Prev . Home . Next . ImageColorAllocate . Up . ImageColorAt
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecolordeallocate.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2397. ImageChar
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageChar -- Draw a character horizontally . int imagechar ( int im, int font, int x, int y, string c, int col) . ImageChar() draws the first character of c in the image identified by id with its upper-left at x , y (top left is 0, 0) with the color col . If font is 1, 2, 3, 4 or 5, a built-in font is used (with higher numbers corresponding to larger fonts). See also imageloadfont() . Prev . Home . Next . ImageFilledEllipse . Up . ImageCharUp
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagechar.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2398. ImageCharUp
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ImageCharUp -- Draw a character vertically . int imagecharup ( int im, int font, int x, int y, string c, int col) . ImageCharUp() draws the character c vertically in the image identified by im at coordinates x , y (top left is 0, 0) with the color col . If font is 1, 2, 3, 4 or 5, a built-in font is used. See also imageloadfont() . Prev . Home . Next . ImageChar . Up . ImageColorAllocate
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagecharup.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2399. ImageEllipse
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) ImageEllipse -- Draw an ellipse . int imageellipse ( resource im, int cx, int cy, int w, int h, int col) . ImageEllipse() draws an ellipse centered at cx , cy (top left is 0, 0) in the image represented by im . W and h specifies the ellipse's width and height respectively. The color of the ellipse is specified by color . Note: This function was added in PHP 4.0.6 and requires GD 2.0.2 or later . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imageellipse.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2400. ImageFilledEllipse
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) ImageFilledEllipse -- Draw a filled ellipse . int imagefilledellipse ( resource im, int cx, int cy, int w, int h, int col) . ImageFilledEllipse() draws an ellipse centered at cx , cy (top left is 0, 0) in the image represented by im . W and h specifies the ellipse's width and height respectively. The ellipse is filled using color . Note: This function was added in PHP 4.0.6 and requires GD 2.0.1 or later . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.imagefilledellipse.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы