LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
7.01k stars 309 forks source link

RAW-images are transferred with image/jpeg MIME type. #226

Closed SolAstri closed 3 years ago

SolAstri commented 3 years ago

What Operating system and version is LibrePhotos running on:

Debian

What architecture is LibrePhotos running on:

x64

How is LibrePhotos installed:

Docker

How is your picture library mounted on the host (or in the virtual machine):

Local file system (ext4)

Description of issue:

RAW-images are transferred with image/jpeg MIME type, so it's impossible to directly download original file.

image_2021-04-02_15-13-35

image_2021-04-02_15-15-25

image_2021-04-02_15-16-45

derneuere commented 3 years ago

This is correct and expected behavior. You only see a thumbnail of your image for compatibility reasons in the browser and not the file itself. The feature #198 is implemented, but I hadn't had the time to build a new frontend image and push it to docker hub.