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

PHP Home Page

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



Previous page
 ImageColorTransparent
 Updated
Sat, 12 Aug 2000
ImageCopyResized 
Next page


ImageCopy

(unknown)

ImageCopy -- Kopiert einen Bildausschnitt

Beschreibung:

int ImageCopy (int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)

Kopiert einen Teil des Quellbildes src_im nach dst_im. Der zu kopierende Teil wird angegeben über die x/y-Koordinaten src_x und src_y. Die Breite wird in src_w und die Höhe in src_h angegeben. Der Ausschnitt wird an die x/y-Koordinaten dst_x und dst_y kopiert.


 About Notes


Previous page
 ImageColorTransparent
 Updated
Sat, 12 Aug 2000
ImageCopyResized 
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.