Project

General

Profile

Actions

Bug #15898

closed

Cropscale fails, if one dimesion has already right size

Added by Stefan Geith over 18 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2006-04-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Gropscale fails, if
- width has already the right size and height mus be reduced
or
- height has already the right size and widthmus be reduced

Solution:

Change class.t3lib_stdgraphic.php line 2156 from
if ($wh_noscale && !$params && !$frame && $newExt==$info2 && !$mustCreate) {
to line
if ($wh_noscale && !$data['crs'] && !$params && !$frame && $newExt==$info2 && !$mustCreate) {

(issue imported from #M3162)


Files

TSref-change-cropcale.txt (1.54 KB) TSref-change-cropcale.txt Administrator Admin, 2006-04-18 15:36
Actions

Also available in: Atom PDF