Releases: Hsnmsri/pixel_php
Releases · Hsnmsri/pixel_php
v1.0.0
Release Notes - Version 1.0.0
Overview
This release introduces several enhancements and new features to improve the functionality and user experience of the Pixel PHP image processing library.
Features
- New Functionality: Added the
compressImage
function to enable lossless compression of both JPEG and PNG images without a significant loss in quality.
Changes
- Improvements to Existing Functions: Enhanced the
changeQuality
function to support lossless compression for JPEG images.
Bug Fixes
- Resolved Issues: Fixed a bug in the
resizeImage
function that caused incorrect behavior under certain circumstances.
Documentation Updates
- Readme.md: Updated the Readme.md file with detailed information about the new functions, usage examples, and supported formats.
How to Upgrade
To upgrade to the latest version, simply update your Composer dependencies:
composer update hsnmsri/pixel