Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    Funciones para imágenes

    XLI_ Funciones para imágenes

    Puede usar las funciones para imágenes en PHP para obtener el tamaño de imágenes JPEG, GIF, PNG, SWF, TIFF y JPEG2000, y si tiene instalada la biblioteca GD (disponible en http://www_boutell_com/gd/) también podrá crear y manipular imágenes_

    Si tiene PHP compilado con __enable_exif puede trabajar con la información guardada en las cabeceras de las imágenes JPEG y TIFF_ Estas funciones no requieren la biblioteca GD_

    Los formatos de imágenes que puede manipular dependen de la versión de GD que instale y de cualquier otra biblioteca que GD pueda necesitar para acceder a esos formatos de imagen_ Las versiones de GD anteriores a la GD_1_6 soportan imágenes en formato gif y no soportan png, mientras que las versiones superiores a la GD_1_6 soportan el formato png y no el gif_

    Antes de poder leer y escribir imágenes en formato jpeg, deberá obtener e instalar jpeg_6b (disponible en ftp://ftp_uu_net/graphics/jpeg/), y después recompilar GD para poder hacer uso de jpeg_6b_ También tendrá que compilar PHP con la opción __with_jpeg_dir=/ruta/a/jpeg_6b_

    Para añadir el soporte de fuentes Type 1, puede instalar t1lib (disponible en ftp://sunsite_unc_edu/pub/Linux/libs/graphics/), y entonces añadir la opción __with_t1lib[=dir] al recompilar_

    Tabla de contenidos
    exif_imagetype __ Determine the type of an image
    exif_read_data __ Reads the EXIF headers from JPEG or TIFF_ This way you can read meta data generated by digital cameras_
    exif_thumbnail __ Retrieve the embedded thumbnail of a TIFF or JPEG image
    gd_info __ Retrieve information about the currently installed GD library
    GetImageSize __ Obtiene el tamaño de una imagen GIF, JPG o PNG
    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 __ Dibuja una elipse parcial
    ImageChar __ Dibuja un carácter horizontalmente
    ImageCharUp __ Dibuja un carácter vertical
    ImageColorAllocate __ Reserva un color para una imagen
    imagecolorallocatealpha __ Allocate a color for an image
    ImageColorAt __ Obtiende el índice del color de un pixel
    ImageColorClosest __ Obtiene el índice del color más cercano al color especificado
    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 __ De_allocate a color for an image
    ImageColorExact __ Devuelve el índice del color especificado
    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 __ Devuelve el índice del color especificado o su posible alternativa más cercana
    imagecolorresolvealpha __  Get the index of the specified color + alpha or its closest possible alternative
    ImageColorSet __ Establece el color para el índice de la paleta especificado
    ImageColorsForIndex __ Obtiene los colores de un índice
    ImageColorsTotal __ Encuentra el número de colores de la paleta de una imagen
    ImageColorTransparent __ Define un color como transparente
    imagecopy __ Copy part of an image
    imagecopymerge __ Copy and merge part of an image
    imagecopymergegray __ Copy and merge part of an image with gray scale
    imagecopyresampled __ Copia y reescala parte de una imagen con remuestreo
    ImageCopyResized __ Copia y redimensiona parte de una imagen
    ImageCreate __ Crea una nueva imagen
    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 __ Crea una nueva imagen desde un fichero o una URL
    imagecreatefromjpeg __ Crea una imagen nueva desde un archivo o URL
    imagecreatefrompng __ Crea una imagen nueva desde un fichero o URL
    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 __ Crea una imagen nueva en color real (true color)
    ImageDashedLine __ Dibuja una línea discontinua
    ImageDestroy __ Destruye una imagen
    imageellipse __ Draw an ellipse
    ImageFill __ Relleno
    imagefilledarc __ Draw a partial ellipse and fill it
    imagefilledellipse __ Draw a filled ellipse
    ImageFilledPolygon __ Dibuja un polígono relleno
    ImageFilledRectangle __ dibuja un rectángulo relleno
    ImageFillToBorder __ Relleno de un color especifico
    ImageFontHeight __ Devuelve la altura de una fuente
    ImageFontWidth __ Devuelve la anchura de una fuente
    imageftbbox __ Give the bounding box of a text using fonts via freetype2
    imagefttext __ Write text to the image using fonts using FreeType 2
    imagegammacorrect __ Apply a gamma correction to a GD image
    imagegd2 __ Output GD2 image
    imagegd __ Output GD image to browser or file
    ImageGif __ Envía una imagen al navegador o a un fichero
    ImageInterlace __ Activa o desactiva el entrelazado
    imageistruecolor __ Finds whether an image is a truecolor image_
    imagejpeg __ Output image to browser or file
    ImageLine __ Dibuja una línea
    ImageLoadFont __ Carga una fuente nueva
    imagepalettecopy __ Copy the palette from one image to another
    imagepng __ Output a PNG image to either the browser or a file
    ImagePolygon __ Dibuja un polígono
    ImagePSBBox __ Devuelve el borde que rodea un rectángulo de texto usando fuentes PostScript Type1
    ImagePSCopyFont __ hace una copia de una fuente ya cargada para futuras modificaciones
    ImagePSEncodeFont __ Cambia el vector de codificación de caracteres de una fuente
    imagepsextendfont __ Extend or condense a font
    ImagePSFreeFont __ Libera la memoria usada por un fuente PostScript Type 1
    ImagePSLoadFont __ Carga una fuente PostScript Type 1 desde un fichero
    imagepsslantfont __ Slant a font
    ImagePSText __ Para dibujar una cadena de texto sobre una imagen usando fuentes PostScript Type1
    ImageRectangle __ Dibuja un rectángulo
    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 __ Dibuja un pixel
    imagesetstyle __ Set the style for line drawing
    imagesetthickness __ Set the thickness for line drawing
    imagesettile __ Set the tile image for filling
    ImageString __ Dibuja una cadena de texto horizintalmente
    ImageStringUp __ Dibuja una cadena de texto verticalmente
    ImageSX __ Obtiene la anchura de la imagen
    ImageSY __ Obtiene la altura de la imagen
    imagetruecolortopalette __ Convert a true color image to a palette image
    ImageTTFBBox __ Devuelve un caja que rodea al texto usando fuentes TypeType
    ImageTTFText __ Escribe texto en la imagen usando fuentes TrueType
    imagetypes __ Return the image types supported by this PHP build
    imagewbmp __ Output image to browser or file
    iptcembed __ Embed binary IPTC data into a JPEG image
    iptcparse __  Parse a binary IPTC http://www_iptc_org/ block into single tags_
    jpeg2wbmp __ Convert JPEG image file to WBMP image file
    png2wbmp __ Convert PNG image file to WBMP image file
    read_exif_data __ Alias of exif_read_data()
     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html