Skip to content

Commit

Permalink
Gregwar/Image supports gaussianBlur (#1623)
Browse files Browse the repository at this point in the history
Since grav uses the GD Adapter of Gregwar/Image and has no option to change it, this should be safe to implement, when the latest Version of the Lib is used.
  • Loading branch information
chrisjung-dev authored and rhukster committed Aug 25, 2017
1 parent b7e1eb9 commit 0543d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/Grav/Common/Page/Medium/ImageMedium.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ImageMedium extends Medium
'resize', 'forceResize', 'cropResize', 'crop', 'zoomCrop',
'negate', 'brightness', 'contrast', 'grayscale', 'emboss',
'smooth', 'sharp', 'edge', 'colorize', 'sepia', 'enableProgressive',
'rotate', 'flip', 'fixOrientation'
'rotate', 'flip', 'fixOrientation', 'gaussianBlur'
];

/**
Expand Down

0 comments on commit 0543d99

Please sign in to comment.