php-imagine / Imagine

PHP Object Oriented image manipulation library
https://imagine.readthedocs.io
Other
4.42k stars 529 forks source link

Fix converting of gif to jpg with imagick adapter #723

Closed alexander-schranz closed 4 years ago

alexander-schranz commented 5 years ago

Flatten does accidently reset the format to gif and so it need to be set after $this->flatten

mlocati commented 4 years ago

I'm going to address this issue in #746

alexander-schranz commented 4 years ago

@mlocati thank you!