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

Stealth: Asset Optimizers #86

Open
4 tasks
cookiengineer opened this issue Oct 10, 2021 · 0 comments
Open
4 tasks

Stealth: Asset Optimizers #86

cookiengineer opened this issue Oct 10, 2021 · 0 comments

Comments

@cookiengineer
Copy link
Member

The stealth/Request implementation uses a separate optimize event, which is reserved for asset optimizers. The idea is that asset optimizers compress image, audio, and video streams so that sharing them further will lead to a more efficient bandwidth experience.

This is more of a story because it needs several Optimizers to be written and integrated for multiple libraries and tools. As of now this seems to be a longer effort, as most of the necessary libraries haven't been ported to nodejs and require either offering bindings via neon-bindings or require porting/rewriting the underlying libraries to rust, too.

  • Integrate optipng for .png files.
  • Integrate libjpeg-turbo for .jpg` files.
  • Automatically convert bmp and tiff files to jpeg.
  • Automatically convert mp4 or mkv files.
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

1 participant