From bf2c5128d2aafb39bfd54d55002592c4be8901ea Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Mon, 26 Sep 2016 21:16:56 -0400 Subject: [PATCH] updating make_gallery.rb to support new separate photo app --- _bin/make_gallery.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/_bin/make_gallery.rb b/_bin/make_gallery.rb index 1c29252..3456a25 100755 --- a/_bin/make_gallery.rb +++ b/_bin/make_gallery.rb @@ -44,6 +44,7 @@ out += "gallery-date: #{Time.now.to_s}\n" `#{mid}` full = "convert '#{image}' -filter Lanczos -sampling-factor 1x1 -unsharp 1.5x1+0.7+0.02 -quality 90 -resize 2500x2500 './#{gallery_slug}/assets/#{filename}.jpg'" `#{full}` + `cp '#{image}' #{gallery_slug}/` end out += "---\n"