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

Delegate MiniMagick processing to ImageProcessing gem #2298

Merged
merged 3 commits into from Mar 30, 2019

Commits on Apr 5, 2018

  1. Delegate MiniMagick processing to ImageProcessing gem

    ImageProcessing gem is a wrapper gem around MiniMagick, which implements
    common resizing macros. Instead of us having to maintain those macros,
    we can use the ImageProcessing to do the heavy lifting for us.
    
    We still maintain backwards compatibility by leaving the #manipulate!
    method around, and yielding the MiniMagick::Image object in processing
    methods (even though that should be considered deprecated).
    janko committed Apr 5, 2018
    Copy the full SHA
    3ba83f9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4a64df3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Copy the full SHA
    a6e0348 View commit details
    Browse the repository at this point in the history