Upped the default compression from 80 to 85

This commit is contained in:
Andy Miller
2014-11-17 13:53:08 -07:00
parent 19fc443518
commit 87d16e36cb

View File

@@ -48,9 +48,10 @@ class Medium extends Data
protected $image;
protected $type = 'guess';
protected $quality = 80;
protected $quality = 85;
public static $valid_actions = ['resize', 'forceResize', 'cropResize', 'crop', 'cropZoom', 'negate', 'brightness', 'contrast', 'grayscale', 'emboss', 'smooth', 'sharp', 'edge', 'colorize', 'sepia' ];
public static $valid_actions = ['resize', 'forceResize', 'cropResize', 'crop', 'cropZoom',
'negate', 'brightness', 'contrast', 'grayscale', 'emboss', 'smooth', 'sharp', 'edge', 'colorize', 'sepia' ];
/**
* @var array