Image adapters now support saving to GIF/JPG/PNG/WebP (#3869)
authorAlexander Ebert <ebert@woltlab.com>
Mon, 11 Jan 2021 17:33:56 +0000 (18:33 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Jan 2021 17:33:56 +0000 (18:33 +0100)
commit96fcf43c58aa8f87af1be30f11f5bb090fa13fcc
tree44f57017fb531ce9908c09f08acc4c7970be394b
parent0b808a38a59bcd415dd96bb39451d7f233243b70
Image adapters now support saving to GIF/JPG/PNG/WebP (#3869)

* Image adapters now support saving to GIF/JPG/PNG/WebP

* Adjusted the usage of exception

* Missing remark on the version support
wcfsetup/install/files/lib/system/image/adapter/GDImageAdapter.class.php
wcfsetup/install/files/lib/system/image/adapter/IImageAdapter.class.php
wcfsetup/install/files/lib/system/image/adapter/ImageAdapter.class.php
wcfsetup/install/files/lib/system/image/adapter/ImagickImageAdapter.class.php