PHP 7.4/NewFunctions: handle new imagecreatefromtga() by jrfnl · Pull Request #873 · PHPCompatibility/PHPCompatibility
Navigation Menu
{{ message }}
PHPCompatibility / PHPCompatibility Public
- Notifications You must be signed in to change notification settings
- Fork 204
Merged
PHP 7.4/NewFunctions: handle new imagecreatefromtga()#873
PHP 7.4/NewFunctions: handle new imagecreatefromtga()#873
Conversation
Copy link Copy Markdown
Member
jrfnl
commented
Aug 21, 2019
jrfnl
commented
GD:
Addedimagecreatefromtga()function, which allows reading images in TGA
format. TGA support is now also indicated bygd_info()andimagetypes().
Note that TGA images are not recognized byimagecreatefromstring()andgetimagesize().
Refs:
- https://github.com/php/php-src/blob/3775d47eee38f3b34f800a0b23f840ec7a94e4c7/UPGRADING#L461-L465
- php/php-src@81fd113
Related to #808
> GD: > Added `imagecreatefromtga()` function, which allows reading images in TGA > format. TGA support is now also indicated by `gd_info()` and `imagetypes()`. > Note that TGA images are not recognized by `imagecreatefromstring()` and `getimagesize()`. Refs: * https://github.com/php/php-src/blob/3775d47eee38f3b34f800a0b23f840ec7a94e4c7/UPGRADING#L461-L465 * php/php-src@81fd113
jrfnl
added
Type: enhancement
PR: quick merge
PR: ready for review labels
Aug 21, 2019
jrfnl
added this to the
9.3.0 milestone
jrfnl
requested a review
from wimg
wimg approved these changes Aug 26, 2019
wimg
merged commit
9d1c716
into
master
delete-merged-branch
bot
deleted the
php-7.4/more-new-functions
branch
jrfnl
removed
PR: ready for review
PR: quick merge
labels
Sep 5, 2019This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment