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 command controller to generate Thumbnail via API for existing files #2

Open
markusguenther opened this issue Jul 16, 2020 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@markusguenther
Copy link
Member

If you have already assets of the type docx, ai or whatever type you want to use with filepreviews.io the files will have a thumbnails with a static resource. The used thumbnail is very often just have the icon for the mimetype.

The command controller can now go thru these files and request new thumbnails from the API and replace the static resource. Important is that we have the possibility to limit the amount of files because every filepreviews.io user has a monthly quota limit.

@markusguenther markusguenther added the enhancement New feature or request label Jul 16, 2020
@markusguenther markusguenther added this to To do in Release 2.2 Jul 16, 2020
@markusguenther
Copy link
Member Author

In the command controller we could also request the thumbnail in the biggest configured preset size and create the smaller thumbnails on our server as we have an image. That saves requests in the API quota.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Release 2.2
  
To do
Development

No branches or pull requests

1 participant