rotate image with php - any degree
        Posted  
        
            by Luis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Luis
        
        
        
        Published on 2010-03-19T23:39:19Z
        Indexed on 
            2010/03/19
            23:41 UTC
        
        
        Read the original article
        Hit count: 266
        
php
|image-manipulation
How to rotate an image with PHP, any degree, without having the filled space? For instance, if I rotate an image 10 degrees, the image rotates fine but the container around (square) gets filled with black. Is it possible to get rid of this, when for example merging 2 images?
© Stack Overflow or respective owner