Treinetic / ImageArtist

ImageArtist is a php gd Wrapper which makes Image manipulation insanely easy, we introduce ImageArtist as Photoshop for php
MIT License
82 stars 24 forks source link

fix black background when cropping a transparent background #27

Open vnxx opened 3 years ago

vnxx commented 3 years ago

I have an issue when cropping a transparent background. When I crop it the background became black, not transparent. It's happened in my hosting provider (PHP 8.0). And then I read this: https://stackoverflow.com/questions/54884501/php-gd-adds-black-background-around-cropped-source-image

I have tested this and it works fine in my local machine (PHP 7.3) and in my hosting provider (PHP 8.0)