Retrieve image dimensions and compress images effortlessly. Support both URL and local file sources while converting images to various formats with ease.
Tools
get_image_size
Get the size of an image from URL
get_local_image_size
Get the size of a local image
compress_image_from_url
Compress a single image from URL using TinyPNG API (only supports image files, not folders)
compress_local_image
Compress a single local image file using TinyPNG API (only supports image files, not folders)
View 1 more tool