lochmueller / focuspoint

🌅 Smartest TYPO3 Crop Tool ever 🌅
http://typo3.org/extensions/repository/view/focuspoint
22 stars 23 forks source link

Focuspoint Extension hat in TYPO3 7.6.2 Probleme mit .tiff Bildformaten #14

Closed mansoorahmadhh closed 8 years ago

mansoorahmadhh commented 8 years ago

Hallo Tim,

anbei im anhang.zip die Testdatei von dem Dateiformat tiff, sowie die Fehlerscreens. In dem ersten Screenshot taucht die Vorschau der Tiffdatei nicht auf, während in dem zweiten Screenshot man sieht, das die TYPO3 Preview Function die Tiff Bildformate rendert. Getestet wurde das mit dem TYPO3 Default Image Element.

Hoffe das hilft weiter.

anhang.zip

lochmueller commented 8 years ago

Hey @mansoorahmadhh I prepare the right function: https://github.com/lochmueller/focuspoint/commit/25c48f8c6348fe52a46fc30db135a2786cef3905 In this function all formats have to be converted to PNG/JPEG that are no displayable in the browser. Regards, Tim

mansoorahmadhh commented 8 years ago

We can here use this Previewimage Function for all formats like

typo3/sysext/filelist/Classes/FileList.php

$processedFile = $fileObject->process(ProcessedFile::CONTEXT_IMAGEPREVIEW, array()); $processedFile->getPublicUrl(true);