★ wanayoo — archive 1999 http://www.php.net/manual/ja/function.imagefill.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to グラフィックス
Quick Reference
English version of this pageGerman version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
グラフィックス
* GetImageSize
* ImageArc
* ImageChar
* ImageCharUp
* ImageColorAllocate
* ImageColorDeAllocate
* ImageColorAt
* ImageColorClosest
* ImageColorExact
* ImageColorResolve
* ImageGammaCorrect
* ImageColorSet
* ImageColorsForIndex
* ImageColorsTotal
* ImageColorTransparent
* ImageCopy
* ImageCopyResized
* ImageCreate
* ImageCreateFromGif
* ImageCreateFromJPEG
* ImageCreateFromPNG
* ImageDashedLine
* ImageDestroy
* ImageFill
* ImageFilledPolygon
* ImageFilledRectangle
* ImageFillToBorder
* ImageFontHeight
* ImageFontWidth
* ImageGif
* ImagePng
* ImageJPEG
* ImageInterlace
* ImageLine
* ImageLoadFont
* ImagePolygon
* ImagePSBBox
* ImagePSEncodeFont
* ImagePSFreeFont
* ImagePSLoadFont
* ImagePsExtendFont
* ImagePsSlantFont
* ImagePSText
* ImageRectangle
* ImageSetPixel
* ImageString
* ImageStringUp
* ImageSX
* ImageSY
* ImageTTFBBox
* ImageTTFText
* ImageTypes
* read_exif_data
Manual: ImageFill
View the source code for this pageSearch the site



Previous page
 ImageDestroy
 Updated
Sat, 12 Aug 2000
ImageFilledPolygon 
Next page


ImageFill

(unknown)

ImageFill -- 塗り潰し

説明

int imagefill (int im, int x, int y, int col)

ImageFill()は、画像imにおいて 座標x, y(左上が0,0)から 色colで領域を塗りつぶします。


User Contributed Notes: ImageFill


aqmprod@iname.com
09-Jan-2000 05:08
This function does not seem to work
with images already been transparent.
If you fill at x=0, y=0, and there are
still transparent parts that you did
not reach with your fill, they change
to a different color.

The ImageColorSet function seems to be
the solution, but i can't work with
transparancy.



 About Notes


Previous page
 ImageDestroy
 Updated
Sat, 12 Aug 2000
ImageFilledPolygon 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.