TCPDF_IMAGES
Description Description
Source Source
File: includes/lib/tcpdf/include/tcpdf_images.php
Methods Methods
- _parsejpeg — Extract info from a JPEG file without using the GD library.
- _parsepng — Extract info from a PNG file without using the GD library.
- _toJPEG — Convert the loaded image to a JPEG and then return a structure for the PDF creator.
- _toPNG — Convert the loaded image to a PNG and then return a structure for the PDF creator.
- getImageFileType — Return the image type given the file name or array returned by getimagesize() function.
- setGDImageTransparency — Set the transparency for the given GD image.