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

Allow compress to be invoked directly #600

Merged
merged 3 commits into from
Dec 17, 2018
Merged

Allow compress to be invoked directly #600

merged 3 commits into from
Dec 17, 2018

Commits on Dec 13, 2018

  1. Allow compress to be invoked directly when not registered as event li…

    …stener
    
    Since the implementation of the Transformation Manager framework, we're
    not registered as an event listener by default. This allows the
    compress statement to be executed at the current location in the chain
    as necessary.
    matslindh committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    3e56be9 View commit details
    Browse the repository at this point in the history
  2. Apply and track requested output compression in image model

    Since the output converters now has the final say in how an image should
    be rendered, and the old compress transformation was borked by the
    introduction of the transformationManager, we now explicitly track the
    requested compression quality on the image model.
    
    This allows to apply the compression quality selectively on output
    instead of having to try to work around when the different classes are
    created and registered for transformations and events.
    matslindh committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    3f94a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4d8b3a View commit details
    Browse the repository at this point in the history