You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using BackendUtility::thumbCode to generate a preview thumbnail the image dimensions are not the same as when using the core processing. I noticed this in the content preview in the backend as you can see in the screenshot.
With somehow-digital/typo3-media-processing package:
With core processing:
The text was updated successfully, but these errors were encountered:
rtp-cgs
changed the title
Wrong crop type when using BackendUtility::thumbCode
Wrong image dimensions in content preview
Sep 2, 2024
During initial quick testing, when turning BE processing of media_processing on and off the dimensions of the generated image are identical for ImgProxy and ImageMagick, in my case.
On your first screenshot, the (square) image looks squished as if the original file's dimensions could be correct but the img tag uses wrong dimensions, maybe.
When using BackendUtility::thumbCode to generate a preview thumbnail the image dimensions are not the same as when using the core processing. I noticed this in the content preview in the backend as you can see in the screenshot.
With somehow-digital/typo3-media-processing package:
With core processing:
The text was updated successfully, but these errors were encountered: