Add events to delegate the WebP/thumbnail generation
authorAlexander Ebert <ebert@woltlab.com>
Sun, 15 Dec 2024 12:06:41 +0000 (13:06 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 15 Dec 2024 12:06:41 +0000 (13:06 +0100)
commitc18942333889581120d7d2e3b62925861aa99cd1
tree87f3d27cbf4bd31ccff005632d74569eb1a3f8d5
parent560572bda33fe5adf4dd235707c92f401c88281f
Add events to delegate the WebP/thumbnail generation

This allows to bypass the image adapter when generating the WebP variant and the thumbnails.
wcfsetup/install/files/lib/event/file/GenerateThumbnail.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/event/file/GenerateWebpVariant.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/file/processor/FileProcessor.class.php