The documentation describes this feature:
resource imagerotate ( resource $image , float $angle , int $bgd_color [, int ignore_transparent = 0 ] ) bgd_color Background color of the free zone after rotation.
How to translate white color into int?
The documentation describes this feature:
resource imagerotate ( resource $image , float $angle , int $bgd_color [, int ignore_transparent = 0 ] ) bgd_color Background color of the free zone after rotation.
How to translate white color into int?
Source: https://ru.stackoverflow.com/questions/95824/
All Articles