Bug #21292
closedStrange phenomena: Images having particular dimensions disappeared
0%
Description
I used the following configuration to dynamically resize image:
file.width = 50
file.height = 50
This configuration worked well and resized all images with the 50x50 dimensions.
Then, I tried the following configuration:
file.width = 100
file.height = 100
Some images disappears:
Eg:
- 430px × 430px original size image appeared
- 195px × 273px original size image did not appear
- 319px × 446px original size image did not appear and the html returns <img width="" height="" border="0" title="Soiree" alt="Soiree" class="cw_thumbnail" id="thumbnail_big" src=""/>
I tried to change the version of PHP, Image Magick,... but the problem stays unresolved.
My configurations are:
- localhost on mac os X 10.5.8 server
- Image magick 5.5.5 and GM 1.3.7 under /usr/local/bin
- PHP 5.3.0
- TYPO3 4.2.9
Thanks.
(issue imported from #M12256)
Updated by Georg Ringer about 15 years ago
as already in the other bug entry said > are the tests in install tool working?
Updated by Razakanirina about 15 years ago
The install tool works properly. GD and Image Magick were detected
Updated by Razakanirina about 15 years ago
This issue is resolved.
It is a GD, ImageMagick setup problem due to the lack of some libraries.
Check and install correctly the dependencies of these applications.
Updated by Christian Kuhn about 15 years ago
Thanks for feedback.
Resolved, no change required as requested by reporter.