Detecting Enormous Images
Detecting Enormous Images
No methods for this task.
Saving Image Data
Saving Image Data
- public static function saveImageDataInAnyFormat($data, $preferred_mime) — Save an image resource to a string representation suitable for storage or transmission as an image file.
- private static function saveImageDataAsPNG($image) — Save an image in PNG format, returning the file data as a string.
- private static function saveImageDataAsGIF($image) — Save an image in GIF format, returning the file data as a string.
- private static function saveImageDataAsJPG($image) — Save an image in JPG format, returning the file data as a string.