Breaking: #72426 - Removed deprecated code from file and image processing functions
See forge#72426
Description
The following deprecated methods have been removed:
LocalImage Processor:: get Temporary Image With Text ResourceCompressor:: compress Css Preg Callback FileList:: get Buttons And Other Markers GraphicalFunctions:: png To Gif By Imagemagick
The following deprecated data members have been removed:
DuplicationBehavior::$legacy Value Map ExtendeFile Utillity::$dont Check For Unique FileList 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