Project

General

Profile

Actions

Bug #21292

closed

Strange phenomena: Images having particular dimensions disappeared

Added by Razakanirina over 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2009-10-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Georg Ringer over 14 years ago

as already in the other bug entry said > are the tests in install tool working?

Actions #2

Updated by Razakanirina over 14 years ago

The install tool works properly. GD and Image Magick were detected

Actions #3

Updated by Razakanirina over 14 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.

Actions #4

Updated by Christian Kuhn over 14 years ago

Thanks for feedback.

Resolved, no change required as requested by reporter.

Actions

Also available in: Atom PDF