Created
September 28, 2018 21:46
-
-
Save jordanhudgens/8154303b25f757f151ef3681aa530963 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> require 'image_optimizer' | |
# => true | |
> ImageOptimizer.new('features-img.jpg', quality: 25).optimize | |
# => features-img.jpg 1400x933 24bit P Exif IPTC XMP ICC Adobe [OK] 1111484 --> 92211 bytes (91.70%), optimized. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment