digi-serve / ab_service_file_processor

An AppBuilder service to manage uploaded files.
0 stars 0 forks source link

Convert images to webp #47

Closed nh758 closed 10 months ago

nh758 commented 11 months ago

To reduce image size convert images to webp format.

Requirements

  1. Background process converts image to webp via cli
    • run in a worker
  2. Can request a webp image (optional parameter of the GET /file route? or should we default to webp?)
    • should resolve to the original if webp conversion not finished.

Tasks

Reference

Will need to include the cli tool in the docker image.