This file contains 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
sudo apt-get install libmagickwand5 libmagickwand-dev | |
gem install rmagick |
This file contains 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 'exifr' | |
require 'RMagick' | |
include Magick | |
include FileUtils | |
$image_extensions = [".png", ".jpg", ".jpeg", ".gif"] | |
module Jekyll | |
class GalleryFile < StaticFile |
NewerOlder