Add an automated resizing for images exceeding the limits
authorAlexander Ebert <ebert@woltlab.com>
Thu, 25 Apr 2024 15:30:36 +0000 (17:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 Jun 2024 10:19:38 +0000 (12:19 +0200)
commit252a03dda9125faed178dba9fb24c39aa0ab2999
tree5c2f9f242b0b6dba52dcf9a3fd67765fd9d92f96
parentb91c564b91f7a190e6cdf89592d38682eee08e7e
Add an automated resizing for images exceeding the limits
ts/WoltLabSuite/Core/Component/File/Upload.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Component/File/Upload.js
wcfsetup/install/files/lib/system/file/processor/AttachmentFileProcessor.class.php
wcfsetup/install/files/lib/system/file/processor/FileProcessor.class.php
wcfsetup/install/files/lib/system/file/processor/IFileProcessor.class.php
wcfsetup/install/files/lib/system/file/processor/ResizeConfiguration.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/file/processor/ResizeFileType.class.php [new file with mode: 0644]