Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 321 Bytes

2020-11-19-fix-exif-detection-on-remote-filesystems.md

File metadata and controls

6 lines (6 loc) · 321 Bytes
title issue
Fixed EXIF detection during thumbnail generation for remote filesystems
NEXT-12290

Core

  • Changed \Shopware\Core\Content\Media\Thumbnail\ThumbnailService::getImageResource()-method to use in-memory stream to read EXIF-metadata instead of filepath, as this will also work for remote filesystems.