Project

General

Profile

Actions

Bug #65378

closed

Scaling/cropping images in GIFBUILDER does not work

Added by Stephan grass about 9 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Image Cropping
Target version:
Start date:
2015-02-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:

Description

I am using following TypoScript to center an image on a specified rectangle.
This will not work after updating to 6.2.10

lib.prodImage = COA
lib.prodImage {
    10 = IMAGE
    10 {
        file = GIFBUILDER
        file {
            format = jpg
            workArea = 0,0,200,200
            XY = 200,200
            backColor = #ffffff
            quality = 95

            10 = IMAGE
            10 {
                file.import.current = 1
                file.maxH = 200
                file.maxW = 200
                align = c,c
            }
        }
    }
}

Files

screen.jpg (205 KB) screen.jpg Claus Harup, 2015-02-27 16:58

Related issues 6 (0 open6 closed)

Related to TYPO3 Core - Bug #64224: GIFBUILDER with FAL and UTF-8 filesystemClosed2015-01-09

Actions
Related to TYPO3 Core - Bug #62184: Exception using GIFBUILDER in css_styled_content texpic rendererClosedXavier Perseguers2014-10-13

Actions
Related to TYPO3 Core - Bug #65535: Exception: Serialization of 'Closure' is not allowedClosed2015-03-05

Actions
Related to TYPO3 Core - Bug #65842: Cropping Images in GIFBUILDER is broken since TYPO3 CMS 6.2.10Closed2015-03-19

Actions
Related to TYPO3 Core - Bug #65925: images are not processed / rendered in TYPO3 V6.2.11!?Closed2015-03-23

Actions
Has duplicate TYPO3 Core - Bug #65599: After Update from 6.2.9 --> 6.2.10 TypoScript Snippet doesn't work anymoreClosed2015-03-08

Actions
Actions

Also available in: Atom PDF