-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing fileExtension propertie in FileUtility.php #475
Comments
Sounds great and a good thing to have in the API response by default. We also patched the file utility in our current project to also add the file meta data fields to add some of the fields that come with the activation of the TYPO3 core extension It's just a quick patch adding these fields to the response. It might make sense to add some kind of condition / dependency checking for an active |
Hi, it's actually not a way to generate .webp image. You don't process image to .webp by changing file extension. Please take a look at https://github.com/plan2net/webp extension, it works perfectly fine with headless, but it has to be done on server side, not in headless at all. When it comes to cms-filemetadata @jochenrieger, please create another issue. Closing this one as it's not relevant at all. Please reopen if you have any further questions. |
That's not quite true, if you add webp as file format in the configuration you can create webp images normally with the image processing within TYPO3. However, this issue is not primarily about webp but about taking away the possibility to define a file extension. |
@kubilaymelnikov ok, I was not aware that TYPO3 was able to process webp right now. I will dig into this then. Please provide pull request with your changes. |
@lukaszuznanski yes, as soon as i have time to install it cleanly! |
- The same name used in ImageViewHelper
@lukaszuznanski & @twoldanski |
I would like to add this line to the
FileUtility
so that you can also createwebp
directly with the processor.TYPO3 Headless
It is about this method
FileUtility:: processImageFile
TYPO3
From here I have the cutout
ImageViewHelper:: renderStatic
Changed Files
Example typoscript definition
The text was updated successfully, but these errors were encountered: