netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
55 stars 62 forks source link

width and height without reduction #77

Open prdt3e opened 4 years ago

prdt3e commented 4 years ago

It is often desired to place a PNG / Jpg without it going through the Imagemagick process. So no file is generated in typo3temp. (example newsletter)

prdt3e commented 1 year ago

The idea here would be to check if the image sizes do not differ, to use the original image without processing. Or a tick in the popup (no-processing). The main problem here is retina images.

DavidBruchmann commented 1 year ago

In TypoScript the option noScale is used:
https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/Functions/Imgresource.html#noscale

I propose to use the same option name.