Tags: claviska/SimpleImage
Tags
Remove deprecated `imagedestroy()` (for PHP 8.5 support) (#344) * Remove deprecated `imagedestroy()` (for PHP 8.5 support) `imagedestroy()` has no effect anymore since PHP 8.0.0 (https://www.php.net/manual/en/function.imagedestroy.php) * Add deprecation note for `reset()` to README
Fix issue 342 (#343) * Fixes #342: Used always the same part of code "fromString" for creating images from file or from data uri * Fixes #342: improved optional mimeType param behaviour for fromString * Fixes #342: bugfix, fromString should remain public * Update src/claviska/SimpleImage.php --------- Co-authored-by: Timm Maass <[email protected]> Co-authored-by: Cory LaViska <[email protected]>
PreviousNext