Allow more operations to be specified? Currently you can:
- "ingest" - create JPEG2000 from source and then generate thumbnails
- "derivatives-only" - generate thumbnails from existing JPEG2000.
Other options could be:
- "thumbnails" - create thumbnails only, from a non-JPEG2000 only
- "convert" - create JPEG2000 from source without generating thumbnails
Both of these options can be achieved by calling "ingest" and disregarding some of the output but that incurs unnecessary compute cost.
Allow more operations to be specified? Currently you can:
Other options could be:
Both of these options can be achieved by calling
"ingest"and disregarding some of the output but that incurs unnecessary compute cost.