Bug #22322
closedcombining images with GraphicsMagick not working correctly since 4.2.10
0%
Description
With version 4.2.10 the order changed how images are used to compose a new image. The background image is now used as foreground image and vice versa. Since im_negate_mask and im_imvMaskState are not available with GraphicsMagick there is no way to change this behaviour.
I suppose niceText option is not working because of the same reason.
Install Tool -> Image Processing -> Combining images
4.2.9
E:\prg\GraphicsMagick-1.3.11-Q16\/gm.exe composite -compose over +matte F:/wwwroot/defaultweb/typo3/typo3/sysext/install/imgs/jesus.jpg F:/wwwroot/defaultweb/typo3/typo3/sysext/install/imgs/greenback.gif F:/wwwroot/defaultweb/typo3/typo3temp/temp/c2b7f92db0dfe505de70f17d4cea6768.gif F:/wwwroot/defaultweb/typo3/typo3temp/install_44f1273ab1.jpg
4.2.10 and later
E:\prg\GraphicsMagick-1.3.11-Q16\/gm.exe composite -compose over +matte "F:/wwwroot/defaultweb/typo3/typo3/sysext/install/imgs/greenback.gif" "F:/wwwroot/defaultweb/typo3/typo3/sysext/install/imgs/jesus.jpg" "F:/wwwroot/defaultweb/typo3/typo3temp/temp/aca0baf4cbfcd7033caeba047fdc6b8f.gif" "F:/wwwroot/defaultweb/typo3/typo3temp/install_44f1273ab1.jpg"
(issue imported from #M13905)
Files