#
4d522e36 |
| 11-Dec-2002 |
Pierre Joye |
Add imageantialias(im, flag) Add AA support for bundled imageline
|
Revision tags: php-4.3.0RC3 |
|
#
2b063828 |
| 10-Dec-2002 |
Ilia Alshanetsky |
Fixed build with GD 1.8.4
|
#
99f2b967 |
| 10-Dec-2002 |
Ilia Alshanetsky |
Fixed build with GD 1.8.4
|
#
dda7acaa |
| 06-Dec-2002 |
Pierre Joye |
Add imageistruecolor
|
#
4c749f08 |
| 04-Dec-2002 |
Rasmus Lerdorf |
Fix build
|
#
5779f9bb |
| 04-Dec-2002 |
Ilia Alshanetsky |
Made imagecreatefromxpm() work once again.
|
#
143e46ae |
| 04-Dec-2002 |
Ilia Alshanetsky |
WS fixes.
|
#
00881ea5 |
| 04-Dec-2002 |
Pierre Joye |
Fix imagegd stdoutput Typo 256 colors
|
#
e8e24200 |
| 04-Dec-2002 |
Pierre Joye |
Fix imagegd crashes when used with truecolor image (from jpeg,png, or imagecreatetruecolor) may we add parameters to imagegd to let user specify the palette size and dither (set to 256 and true) ?
|
#
0a7487e3 |
| 28-Nov-2002 |
Marcus Boerger |
Conversion fixes
|
Revision tags: php-4.3.0RC2, RELEASE_1_0b2 |
|
#
9db25124 |
| 24-Nov-2002 |
Moriyoshi Koizumi |
Fixed the macro so this can be compiled with ft1
|
#
4124672e |
| 23-Nov-2002 |
Moriyoshi Koizumi |
Fixed leaks. Other leaks are originated in libgd.
|
#
5e429447 |
| 23-Nov-2002 |
foobar |
ws fix
|
#
715ad273 |
| 23-Nov-2002 |
Moriyoshi Koizumi |
Fixed tab positions.
|
#
761bcbd7 |
| 22-Nov-2002 |
Rasmus Lerdorf |
Applied imagedeallocate() fix
|
Revision tags: BEFORE_RENAMING, php-4.3.0RC1 |
|
#
f986cb84 |
| 14-Nov-2002 |
Marcus Boerger |
Fix TSRM build
|
#
901980b3 |
| 13-Nov-2002 |
Ilia Alshanetsky |
Added imagefilter() function by Pierre-Alain Joye (paj@pearfr.org). This function allows negate, grayscale, brightness, contrast, colorize, selective blur, Gaussian blur, edge detect, smooth,
Added imagefilter() function by Pierre-Alain Joye (paj@pearfr.org). This function allows negate, grayscale, brightness, contrast, colorize, selective blur, Gaussian blur, edge detect, smooth, sharpen and emboss filters to be applied on an image.
show more ...
|
#
597acbc3 |
| 12-Nov-2002 |
Marcus Boerger |
new function gd_info() returns an associative array of gd support options. # The index names are those from the minfo function. Therefore it is # easy to look into phpinfo() to see which index na
new function gd_info() returns an associative array of gd support options. # The index names are those from the minfo function. Therefore it is # easy to look into phpinfo() to see which index names are possible.
show more ...
|
#
536c34eb |
| 30-Oct-2002 |
Marcus Boerger |
fix warnings
|
#
71506586 |
| 30-Oct-2002 |
Ilia Alshanetsky |
This patch allows compilation of gd against non-bundled gd library older then 2.0.4.
|
#
a24534a1 |
| 29-Oct-2002 |
Rasmus Lerdorf |
Update bundled gd library with relevant changes from gd-2.0.4 I still need to add a configure check for the gdIOCtx struct changes so building against older external gd libs will work again.
|
#
e34ea3ad |
| 29-Oct-2002 |
Ilia Alshanetsky |
Added a patch by Pierre-Alain Joye <paj@pearfr.org>, which implements the imagerotate() that allows rotation of images in gd.
|
Revision tags: php-4.3.0pre2, RELEASE_1_0b1 |
|
#
5a6243a4 |
| 11-Oct-2002 |
Derick Rethans |
- Change constant name
|
#
7713b409 |
| 11-Oct-2002 |
Derick Rethans |
- Add indetified for bundled GD
|
Revision tags: php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
f119fd64 |
| 20-Sep-2002 |
Ilia Alshanetsky |
Fixed bug #19487
|