Project

General

Profile

Actions

Bug #62053

closed

frame option in contentObject IMAGE ignored

Added by Manfred Rutschmann over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Content Rendering
Target version:
Start date:
2014-10-06
Due date:
% Done:

100%

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

Description

        $options = array(
            'file' => 'uploads/tx_xxx/xxx/file.pdf',
            'file.' => array(
                'width' => 800,
                'height' => 1000,
                'format' => 'png',
                'frame' => 3,
                'params' => ' -density 288 -quality 90',
                'noScale' => '',
                'stripProfile' => true
            ),
        );

        $tag = $cObj->IMAGE($options);

The option file.frame = 3 is completely ignored. The rendered image is always from page 1. This problem occurs since TYPO3 is updated to 6.2.4 from 4.7.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #44571: FE pdf thumbnail generation failsClosedOliver Hader2013-01-16

Actions
Actions

Also available in: Atom PDF