From f7d69c1bfaaf9c47cae44688e89abbb4215cbc04 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Sat, 23 Dec 2023 15:53:00 -0800 Subject: Add a tool to help split an image onto two pages This is mostly for such things as world maps which span both the left and right pages in an open book --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index f971301..ed581f0 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,5 @@ gem "asciidoctor-epub3", git: "https://github.com/magentastripe/asciidoctor-epub3", branch: "magentastripe" gem "epubcheck-ruby" +gem "mini_magick" gem "rghost" -- cgit v1.2.3