Bug #22322
combining images with GraphicsMagick not working correctly since 4.2.10
| Status: | Needs Feedback | Start date: | 2010-03-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.3 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 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)
Related issues
| related to Core - Bug #22243: Several GIFBUILDER features broken for IM4, IM6 and GM | Accepted | 2010-03-05 |
History
Updated by Christian Kuhn about 3 years ago
According to JoH asenau in Core list #22243 fixes this one, too.
Updated by Jo Hasenau about 3 years ago
REMINDER
Updated by franc walter over 2 years ago
Still not working in Typo3 vs.4.4.4 with PHP 5.2.6 on Windows XP and GraphicsMagick-1.3.12-Q8
Updated by Alexander Opitz 3 days ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?