Skip to content

Tags: claviska/SimpleImage

Tags

4.4.0

Toggle 4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Explicitly mark parameters as nullable (#340)

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add reset and hasImage methods and make generate public (#339)

* Add reset and hasImage methods

* Make generate method public

* Update README

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support hex colors with alpha channel: RGBA and RRGGBBAA (#337)

* Support hex colors with alpha channel: RGBA and RRGGBBAA

Added support for 4 and 8 digit hex colors with alpha channel. Eg: #00ff0080

* Fix max val.

4.0.6

Toggle 4.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix typo in .gitattributes (#330)

example where not excluded properly causing the example BMP (1.3MB) to push to users of the lib (like @getkirby)

4.0.5

Toggle 4.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace resource with GdImage (#326)

fixes #325

4.0.4

Toggle 4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#303: Update data type from int to float. (#321)

* Update data type from int to float.

* Revert back by mistake the maxWidth

4.0.3

Toggle 4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
closes #317 (#318)

Signed-off-by: bnomei <[email protected]>

4.0.2

Toggle 4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
closes #317 (#318)

Signed-off-by: bnomei <[email protected]>