nextcloud / photos

📸 Your memories under your control
GNU Affero General Public License v3.0
542 stars 59 forks source link

Support for TIFF Images #849

Open MiningPickaxe opened 3 years ago

MiningPickaxe commented 3 years ago

Is your feature request related to a problem? Please describe. I work a lot with TIFF Files, but I cannot view/browse them in Nextcloud, it always downloads them. This is pretty frustrating.

Describe the solution you'd like I would like to be able to browse tiffs just like jpegs.

Describe alternatives you've considered The alternative would be working with other formats, but that would change my workflow a lot. could use dngs as those can be viewed with the raw extension.

TarantinoMariachi commented 6 months ago

I've updated to last version and tiff stopped working again. My config is correct with the tiff preview, BUT I needed to do this to too solve my problem: https://help.nextcloud.com/t/nc14-problems-with-preview-tif-ai-raw-images-on-new-installation/42445

But I only added $this->registerCoreProvider(Preview\TIFF::class, '/image\/tif/'); to the PreviewManager.php