Skip to content

Commit 1c662dc

Browse files
committed
add new functions and constants for GD
1 parent 4394249 commit 1c662dc

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

UPGRADING

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ PHP 5.5 UPGRADE NOTES
153153
- imageflip
154154
- imagecrop
155155
- imagecropauto
156+
- imagesetinterpolation
157+
- imageaffine
158+
- imageaffinematrixget
159+
- imageaffinematrixconcat
160+
- imagescale
156161

157162
- Hash:
158163
- hash_pbkdf2()
@@ -303,6 +308,35 @@ PHP 5.5 UPGRADE NOTES
303308
. IMG_CROP_WHITE
304309
. IMG_CROP_SIDES
305310
. IMG_CROP_THRESHOLD
311+
- Added constants for imagesetinterpolation, used bz imagescale
312+
imagerotate and imageaffine:
313+
. IMG_BELL
314+
. IMG_BESSEL
315+
. IMG_BILINEAR_FIXED
316+
. IMG_BICUBIC
317+
. IMG_BICUBIC_FIXED
318+
. IMG_BLACKMAN
319+
. IMG_BOX
320+
. IMG_BSPLINE
321+
. IMG_CATMULLROM
322+
. IMG_GAUSSIAN
323+
. IMG_GENERALIZED_CUBIC
324+
. IMG_HERMITE
325+
. IMG_HAMMING
326+
. IMG_HANNING
327+
. IMG_MITCHELL
328+
. IMG_POWER
329+
. IMG_QUADRATIC
330+
. IMG_SINC
331+
. IMG_NEAREST_NEIGHBOUR
332+
. IMG_WEIGHTED4
333+
. IMG_TRIANGLE
334+
335+
IMG_AFFINE_TRANSLATE
336+
IMG_AFFINE_SCALE
337+
IMG_AFFINE_ROTATE
338+
IMG_AFFINE_SHEAR_HORIZONTAL
339+
IMG_AFFINE_SHEAR_VERTICAL
306340

307341
========================================
308342
10. Changes to INI File Handling

0 commit comments

Comments
 (0)