Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for tiff files #229

Closed
skjnldsv opened this issue Sep 4, 2019 · 3 comments
Closed

Add support for tiff files #229

skjnldsv opened this issue Sep 4, 2019 · 3 comments
Labels
4. to release Ready to be released and/or waiting for tests to finish enhancement New feature or request file support request Request support for a new mime type

Comments

@skjnldsv
Copy link
Member

skjnldsv commented Sep 4, 2019

What file type
image/tiff
image/tiff-fx

Please attach a sample file here (or a direct external link to one)
tiff sample file

@skjnldsv skjnldsv added enhancement New feature or request 0. Needs triage Pending approval or rejection. This issue is pending approval. file support request Request support for a new mime type 1. to develop Accepted and waiting to be taken care of and removed 0. Needs triage Pending approval or rejection. This issue is pending approval. labels Sep 4, 2019
@qlux
Copy link

qlux commented Jun 11, 2021

Seems the enabledPreviewProviders configuration in config.php is only to generate thumbnails of TIFF files, if you want them to be opened with the viewer you have to modify this file https://github.com/nextcloud/viewer/blob/master/src/models/images.js
and add the image/tiff mime type and recompile the javascript.

@szaimen
Copy link
Contributor

szaimen commented Mar 7, 2023

Tiff support can already be easily added by installing and enabling imagemagick and the tiff preview provider or adding one docker container: https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#previews

So I'd say this is fixed and implemented.

@szaimen szaimen closed this as completed Mar 7, 2023
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 1. to develop Accepted and waiting to be taken care of labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish enhancement New feature or request file support request Request support for a new mime type
Projects
None yet
Development

No branches or pull requests

3 participants