Skip to content

Stealth: Asset Optimizers #86

@cookiengineer

Description

@cookiengineer
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cookiengineer

        Issue actions

          Stealth: Asset Optimizers · Issue #86 · tholian-network/stealth