[TASK] Remove GFX im_imvMaskState and im_negate_mask settings
There are two very weird settings is GFX array that previously decided on how "masks" are applied to images if combining multiple images. GFX/im_negate_mask and GFX/im_imvMaskState are also manipulated during boostrap and depend on each other. Fiddling with those settings in ImageMagick 6 and GraphicsMagick with its supported versions, it turns out that they are obsolete and can be removed completly. The patch does this. Change-Id: Ic24c877287382f9e718974a0df3577dad2eeaac9 Resolves: #52088 Releases: 6.2 Reviewed-on: https://review.typo3.org/23880 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/sysext/core/Classes/Core/Bootstrap.php 0 additions, 6 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php 6 additions, 40 deletionstypo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
- typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php 2 additions, 3 deletions.../Classes/Resource/Processing/LocalCropScaleMaskHelper.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 2 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/install/Classes/Configuration/Image/CustomPreset.php 0 additions, 2 deletions...sext/install/Classes/Configuration/Image/CustomPreset.php
- typo3/sysext/install/Classes/Configuration/Image/GraphicsMagickPreset.php 0 additions, 2 deletions...tall/Classes/Configuration/Image/GraphicsMagickPreset.php
- typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php 1 addition, 3 deletions...nstall/Classes/Configuration/Image/ImageMagick6Preset.php
- typo3/sysext/install/Classes/Controller/Action/Tool/TestSetup.php 1 addition, 4 deletions...sext/install/Classes/Controller/Action/Tool/TestSetup.php
- typo3/sysext/install/Classes/Controller/StepController.php 5 additions, 1 deletiontypo3/sysext/install/Classes/Controller/StepController.php
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/CombiningImages.html 0 additions, 4 deletions...ivate/Partials/Action/Tool/TestSetup/CombiningImages.html
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/CurrentConfiguration.html 1 addition, 8 deletions.../Partials/Action/Tool/TestSetup/CurrentConfiguration.html
- typo3/sysext/install/Resources/Public/Images/TestReference/About.txt 0 additions, 1 deletion...t/install/Resources/Public/Images/TestReference/About.txt
Please register or sign in to comment