Bug #55666
closedThumbs in FAL have very big sizes
0%
Description
In FAL the Thumbnails have the original image width, even when the image have 3000 Pixel, that the whole Backend is overfloating.
It is not realy possible to work with this.
Files
Updated by Frans Saris almost 11 years ago
- Status changed from New to Needs Feedback
You talking about the thumbs shown when you edit a text + images content element?
Updated by Thomas Kakuschke almost 11 years ago
- File TYPO3FALBigThumbs.jpg TYPO3FALBigThumbs.jpg added
Maybe it can help with a screenshot
Updated by Frans Saris almost 11 years ago
I think the problem is the '45c' value in InlineElement.php.
https://review.typo3.org/#/c/27164/10/typo3/sysext/backend/Classes/Form/Element/InlineElement.php
Could you test this by removing the 'c'?
Gr. Frans
Updated by Thomas Kakuschke almost 11 years ago
I've removed the 'c'. Nothing changed.
FYI: The Thumbs in beta4 were ok.
Updated by Thomas Kakuschke almost 11 years ago
In "typo3/sysext/backend/Classes/Form/Element/InlineElement.php" Line 599 is a Problem with CONTEXT_IMAGECROPSCALEMASK. I replaced it with the old (from beta4) CONTEXT_IMAGEPREVIEW, and it works.
599: $imageUrl = $fileObject->process(\TYPO3\CMS\Core\Resource\ProcessedFile::CONTEXT_IMAGEPREVIEW, $imageSetup)->getPublicUrl(TRUE);
Can somebody take a look in the Code and fix it, i am not the best php developer.
I hope it will help ;-)
Thomas
P.S. Please set Priority to Must have.
Updated by Frans Saris almost 11 years ago
Could you check if cropping works for you at all?
Updated by Thomas Kakuschke almost 11 years ago
Cropping in Frontend works perfect
Updated by Frans Saris almost 11 years ago
- Status changed from Needs Feedback to Accepted
- Assignee set to Frans Saris
- Priority changed from Should have to Must have
Image processing context has changed from preview (backend use) to cropScale (frontend use) this should be reverted.
But I'm not sure why this results in the problems you describe.
Updated by Helmut Hummel almost 11 years ago
- Status changed from Accepted to Needs Feedback
- Priority changed from Must have to Could have
Frans Saris wrote:
Image processing context has changed from preview (backend use) to cropScale (frontend use) this should be reverted.
Not sure why this should be reverted. I'm more interested in finding out the reason why this fails, because we will need cropScale for RTE.
I'm also not sure why cropScale should only be dedicated to frontend use only.
But I'm not sure why this results in the problems you describe.
@Thomas: please try to tuncate sys_file_processedfile
If this does not help, please tell us more about your environment: what PHP version, what image magic or graphics magic configuration etc.
Thanks
Updated by Thomas Kakuschke over 10 years ago
I dont have this Problem anymore. I dont know why. Get Luck ;-)
I think this Task can be closed.
Updated by Frans Saris over 10 years ago
- Status changed from Needs Feedback to Closed