Képmanipuláló függvények
A PHP képmanipuláló függvényeit használhatod JPEG, GIF, PNG és SWF képek méreteinek lekérdezésére, és ha van GD könyvtárad, mely a » https://www.libgd.org/ cÃmen érhetÅ‘ el, tudsz vele képeket készÃteni és manipulálni.
Table of Contents
- gd_info — Retrieve information about the currently installed GD library
- GetImageSize — Egy GIF, JPEG, PNG vagy SWF kép méretét adja vissza
- image_type_to_extension — Get file extension for image type
- image_type_to_mime_type — Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
- image2wbmp — Output image to browser or file
- imagealphablending — Set the blending mode for an image
- imageantialias — Should antialias functions be used or not
- imagearc — Egy ellipszisdarabot rajzol
- ImageChar — Egy karaktert rajzol vÃzszintesen
- imagecharup — Egy karaktert rajzol függőlegesen
- ImageColorAllocate — Egy szÃnt foglal le egy képben
- imagecolorallocatealpha — Allocate a color for an image
- ImageColorAt — Egy képpont szÃnének indexét adja vissza
- ImageColorClosest — Az adott szÃnhez legközelebb álló szÃn indexét adja vissza
- imagecolorclosestalpha — Get the index of the closest color to the specified color + alpha
- imagecolorclosesthwb — Get the index of the color which has the hue, white and blackness nearest to the given color
- ImageColorDeAllocate — Egy szÃnt szabadÃt fel egy képbÅ‘l
- ImageColorExact — A megadott szÃn palettabeli indexét adja vissza
- imagecolorexactalpha — Get the index of the specified color + alpha
- imagecolormatch — Makes the colors of the palette version of an image more closely match the true color version
- ImageColorResolve — Az adott szÃn, vagy ahhoz legközelebbi szÃn palettaindexét adja vissza.
- imagecolorresolvealpha — Get the index of the specified color + alpha or its closest possible alternative
- ImageColorSet — Adott indexű palettaszÃn megváltoztatása
- ImageColorsForIndex — Adott indexű szÃn RGB komponensei
- ImageColorsTotal — A kép palettájában levÅ‘ szÃnek számát adja
- ImageColorTransparent — Egy szÃnt átlátszónak definiál
- imageconvolution — Apply a 3x3 convolution matrix, using coefficient and offset
- imagecopy — Egy kép megadott részét másolja
- imagecopymerge — Copy and merge part of an image
- imagecopymergegray — Copy and merge part of an image with gray scale
- imagecopyresampled — Copy and resize part of an image with resampling
- ImageCopyResized — Másolja és átméretezni egy kép részletét
- ImageCreate — Egy új képet hoz létre
- imagecreatefromgd2 — Create a new image from GD2 file or URL
- imagecreatefromgd2part — Create a new image from a given part of GD2 file or URL
- imagecreatefromgd — Create a new image from GD file or URL
- ImageCreateFromGif — Fileból vagy URL-ből új képet hoz létre
- ImageCreateFromJpeg — Fileból vagy URL-ből új képet hoz létre
- ImageCreateFromPng — Fájlból vagy URL-ből új képet hoz létre
- imagecreatefromstring — Create a new image from the image stream in the string
- imagecreatefromwbmp — Create a new image from file or URL
- imagecreatefromxbm — Create a new image from file or URL
- imagecreatefromxpm — Create a new image from file or URL
- imagecreatetruecolor — Create a new true color image
- imagedashedline — Szaggatott vonalat rajzol
- imagedestroy — MegsemmisÃt egy képet
- imageellipse — Draw an ellipse
- ImageFill — Zárt terület kifestése
- imagefilledarc — Draw a partial ellipse and fill it
- imagefilledellipse — Draw a filled ellipse
- ImageFilledPolygon — Kitöltött sokszöget rajzol
- ImageFilledRectangle — Kitöltött téglalapot rajzol
- ImageFillToBorder — Kitöltés adott határoló szÃnig
- imagefilter — Applies a filter to an image
- ImageFontHeight — Adott betűtÃpus magassága
- ImageFontWidth — Adott betűtÃpus szélessége
- imageftbbox — Give the bounding box of a text using fonts via freetype2
- imagefttext — Write text to the image using fonts using FreeType 2
- ImageGammaCorrect — A GD képre gamma korrekciót alkalmaz
- imagegd2 — Output GD2 image to browser or file
- imagegd — Output GD image to browser or file
- ImageGIF — Kirajzol egy képet, vagy fájlba menti
- imagegrabscreen — Captures the whole screen
- imagegrabwindow — Captures a window
- imageinterlace — Interlace bit állÃtása
- imageistruecolor — Finds whether an image is a truecolor image
- imagejpeg — Kirajzol egy képet, vagy fájlba menti
- imagelayereffect — Set the alpha blending flag to use the bundled libgd layering effects
- ImageLine — Vonalat rajzol
- ImageLoadFont — Betölt egy betűkészletet
- imagepalettecopy — Copy the palette from one image to another
- ImagePng — Kirajzol PNG egy képet, vagy fájlba menti
- ImagePolygon — Sokszöget rajzol
- ImagePSBBox — Szöveg köré rajzolt legkisebb téglalap méreteit adja PostScript Type1 betűkészletet használva
- ImagePSEncodeFont — Megváltoztatja a betűkészlet egy karakterkódolási vektorát
- ImagePsExtendFont — Széthúz vagy zsugorÃt egy betűkészletet
- ImagePSFreeFont — Egy PostScript Type 1 betűtÃpus által használt memóriát szabadÃt fel
- ImagePSLoadFont — Fájlból betölt egy PostScript Type 1 betűtÃpust
- imagepsslantfont — Dönt egy betűkészletet
- ImagePSText — Egy képbe PostScript Type1 tÃpusú szöveget Ãr
- ImageRectangle — Téglalapot rajzol
- imagerotate — Rotate an image with a given angle
- imagesavealpha — Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images
- imagesetbrush — Set the brush image for line drawing
- ImageSetPixel — Egy pont szÃnét megváltoztatja
- imagesetstyle — Set the style for line drawing
- imagesetthickness — Set the thickness for line drawing
- imagesettile — Set the tile image for filling
- ImageString — Karakterláncot Ãr ki (vÃzszintesen)
- ImageStringUp — KiÃr egy karakterláncot lentrÅ‘l fel [mint ahogy a :-)-t kell nézni]
- imagesx — Kép szélessége
- imagesy — Kép magassága
- imagetruecolortopalette — Convert a true color image to a palette image
- ImageTTFBBox — TruType betűtÃpusú szöveg befoglaló téglalapját adja vissza.
- ImageTTFText — TrueType tÃpusú szöveget Ãr ki egy képre
- imagetypes — Return the image types supported by this PHP build
- imagewbmp — Output image to browser or file
- imagexbm — Output XBM image to browser or file
- iptcembed — Embed binary IPTC data into a JPEG image
- iptcparse — Parse a binary IPTC block into single tags.
- jpeg2wbmp — Convert JPEG image file to WBMP image file
- png2wbmp — Convert PNG image file to WBMP image file