Feature #48013
closedAdd support for progressive jpg files
100%
Description
Would be great if processed jpg files would be progressive instead of baseline jpg files.
Updated by Thorsten Kahler over 11 years ago
- Tracker changed from Bug to Feature
- Status changed from New to Accepted
- Complexity set to medium
Updated by Stefan Neufeind over 10 years ago
For ImageMagick the parameter "-interlace" needs to be passed to "convert". One possible addition would be to also use "-strip" since that will remove "profiles and comments".
How do we want to implement it? Additional setting (unchecked by default) in the GFX-options in installtool?
Or how about we string-settings for "convert-options" (and possibly combine-options etc. as well) for IM/GM so users could add whatever params they'd like to use? We could hint to -interlace and -strip in the helptext in installtool.
As a rough overview: convert is called in these places, which would need to get the additional parameter(s) passed.
typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php
typo3/sysext/core/Classes/Utility/GeneralUtility.php
typo3/sysext/core/Classes/Utility/GeneralUtility.php
typo3/sysext/core/Classes/Utility/GeneralUtility.php
typo3/sysext/backend/Classes/View/ThumbnailView.php
Updated by Robert Rentz over 9 years ago
Is there any progress hot to implement it? I think, it would be a great feature.
Updated by Maximilian Anton Grimm about 9 years ago
+1 but Target version should also be 6.2.x
Updated by Stefan Neufeind about 9 years ago
It's a new feature, so can't go into older releases. Especially not 6.2 since it's not really a "priority bugfix".
Updated by Gerrit Code Review over 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Gerrit Code Review over 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Gerrit Code Review over 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Michael Fruehmann about 8 years ago
Any updates on this? is there a target version in which we can expect this feature to work?
Updated by Susanne Moog about 7 years ago
- Category changed from Image Cropping to Image Generation / GIFBUILDER
Updated by Gerrit Code Review almost 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Gerrit Code Review almost 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Gerrit Code Review almost 7 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47753
Updated by Richard Haeser almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f7b516d0ab6dccbb89e3eafcfb9e937d0a1877a3.