| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Contrary to the external libgd, the bundled libgd doesn't use optimized
rotation algorithms for negative square angles. We fix that now.
There are other improvements in gdImageRotateInterpolated() in the external
libgd. I'll leave them out for now, in the hope that we'll be able to rejoin
the two libraries rather soon.
|
| |
| |
| |
| |
| | |
A temporary image (tmp_im) is created with gdImageTrueColor() and freed with
gdFree() instead of gdImageDestroy(). Let's fix that.
|
| |
| |
| |
| |
| |
| |
| |
| | |
imagescale(..., IMG_BICUBIC) is not supposed to work with palette images, so we
fix that by converting to true color if necessary. Basically the same fix has
already been applied to the external libgd[1].
[1] <https://github.com/libgd/libgd/commit/723ea520bed3b5854df87393c687323d3930edf3>
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.5:
NEWS
Fix bug #66887 imagescale - poor quality of scaled image
|
| |
| |
| |
| |
| |
| |
| | |
Issue with signed char overflow.
Upstream fix:
https://bitbucket.org/libgd/gd-libgd/commits/4b86e06937bc5ff116be969137f8da9d1a7869d5
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
Fixed Bug #66893i imagescale ignore method argument
|
| |
| |
| |
| |
| |
| |
| | |
We also have our goto fail; bug.
Upstream fix for libgd
https://bitbucket.org/libgd/gd-libgd/commits/5b42b1178c37ffd30c9a15733058656be0277da0
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
ensure that the defined interpolation method is used by the generic scaling functions
|
| |
| |
| |
| | |
functions
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.5:
fix #65070, bgcolor does not use the same format as the input image with imagerotate
fix #65070, bgcolor does not use the same format as the input image with imagerotate
Fix the spelling of the php_cli_server_http_response_status_code_pair typedef.
Change the search in get_status_string() to correctly handle unknown codes.
Update git rules (5.5 is stable, 5.3 sec only)
skip test for bug #64936 when tokenizer not built
Bump version
Update credits
Merge NEWS from PHP 5.4 branch
Reorder NEWS for PHP 5.5.0 final
Conflicts:
configure.in
ext/gd/libgd/gd_interpolation.c
main/php_version.h
|
| |
| |
| |
| | |
imagerotate
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
Fixed Bug #64962 imagerotate produce corrupted image
|
| |
| |
| |
| |
| |
| | |
See https://bitbucket.org/libgd/gd-libgd/issue/67/problem-with-gdrotate
This computation need to be done in signed range.
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
fix #64898imagerotate is broken with bilinear interpolation
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
fix #64738, fix implicit type declaration
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
ws and comment for recommended aa method
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
fix some unitialized values and typo
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
remove comments
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|