Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 531 Bytes

File metadata and controls

34 lines (22 loc) · 531 Bytes

Rhymix\Framework\Image

isImage()

public static function isImage(string $filename): bool

Check if a file is an image

isAnimatedGIF()

public static function isAnimatedGIF(string $filename): bool

Check if a file is an animated GIF.

isAnimatedWebP()

public static function isAnimatedWebP(string $filename): bool

Check if a file is an animated WebP.

getImageInfo()

public static function getImageInfo(string $filename): ?array

Get image information