Breaking: #72426 - Removed deprecated code from file and image processing functions
See forge#72426
Description
The following deprecated methods have been removed:
Local
Image Processor:: get Temporary Image With Text Resource
Compressor:: compress Css Preg Callback File
List:: get Buttons And Other Markers Graphical
Functions:: png To Gif By Imagemagick
The following deprecated data members have been removed:
Duplication
Behavior::$legacy Value Map Extende
File Utillity::$dont Check For Unique File
List Controller::$MCONF
Impact
Using the methods or variables above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use custom calls to LocalImageProcessor, ResourceCompressor, FileList, GraphicalFunctions via the methods above, or use one of the variables mentioned above.
Migration
Local
use \TYPO3\
instead
Resource
no replacement, functionality is implemented in a different way
Extende
use set
instead
File
no replacement, configuration is done when registering the module in ext_tables.php
File
buttons are now defined in FileListController
Graphical
no replacement, the png_to_gif option has been removed