]> granicus.if.org Git - php/commit
Merge commit '1ec484d' into PHP-5.5
authorDavid Soria Parra <dsp@php.net>
Sun, 24 Mar 2013 13:05:55 +0000 (14:05 +0100)
committerDavid Soria Parra <dsp@php.net>
Sun, 24 Mar 2013 13:05:55 +0000 (14:05 +0100)
commitec7250fb64a2e9b2b9babe46c27b420ee0c9bf16
tree813be20772ce5efc6e8a55e57f86c3a86cf538e6
parentaa2b54812fe0cc944d1d65f161dc58b04a23c26d
parent1ec484d3c536e85bc536e809a403ce5e7d7849d8
Merge commit '1ec484d' into PHP-5.5

* commit '1ec484d':
  - add imageaffinematrixget and imagematrixconcat
  - add affine matrix helper for translate, scale, rotate and shear
  - fix unix build
  - add new files for interpolation
  - config.m4 sync with .w32
  - add new interpolation method   . imagescale   . imageaffine   . replace imagerotate with new generic and optimized new implementations   . imagesetinterpolationmethod, to set the default interpolation to be     used with the new functions   . add imagepalettetotruecolor