Skip to content

Releases: a19836/php-image-lib

PHP Image Lib - v1

17 Dec 16:48

Choose a tag to compare

PHP Image Lib is a lightweight library for validating and manipulating images in a simple and consistent way.
It provides essential tools for checking image integrity, validating binary content, resizing images, and inspecting image properties.

The library allows you to:

  • Validate whether a file is a valid image
  • Verify the integrity of image binary data
  • Resize images with optional cropping and forced resizing
  • Validate image dimensions before processing
  • Detect and retrieve image file extensions

With its straightforward API, this library is ideal for handling user-uploaded images, enforcing image constraints, generating thumbnails, and preparing images for web applications.

This library helps ensure image safety and consistency while keeping image processing fast and easy to integrate.