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

Things to consider for next major revision #172

Open
jcoyne opened this issue Nov 9, 2017 · 1 comment
Open

Things to consider for next major revision #172

jcoyne opened this issue Nov 9, 2017 · 1 comment

Comments

@jcoyne
Copy link
Member

jcoyne commented Nov 9, 2017

  • Don't assume that source files are local to the machine running the processor.
  • Perhaps have an object that represents a file with a method that returns an IO type object or can write it to a local filesystem and return a filename.
  • Allow VIPS rather than imagemagick.
  • Configurable storage for some kinds of derivatives (on disk, in Fedora, s3).
  • Some kinds of derivatives (e.g. Elastic Transcoder) don't return a derivative, but just have a path for the output.
  • Some files (like IO objects) don't have a filename
  • Pass in mime-type as an argument. Currently we require the passed in object to conform to an Interface that has mime-type. We don't like this pattern.
@barmintor
Copy link
Member

Allow openjpeg rather than kakadu?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants