gdImageRotate functions don't take a ignoretransparent flag

Issue #103 new
Paul Tarjan created an issue

3 functions do:

  • gdImageRotate90
  • gdImageRotate180
  • gdImageRotate270

but 5 do not:

  • gdImageRotateNearestNeighbour
  • gdImageRotateBilinear
  • gdImageRotateBicubicFixed
  • gdImageRotateGeneric
  • gdImageRotateInterpolated

PHP exposes this param to users and currently just ignores it. http://www.php.net/manual/en/function.imagerotate.php

Comments (2)

  1. Log in to comment