Skip to content

Commit

Permalink
A stub for converting pdfs into pngs (see issue #61)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardabraham committed Sep 21, 2015
1 parent 4ab0c41 commit fb3df75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haskell/Site.hs
Expand Up @@ -61,6 +61,9 @@ main = hakyllWith config $ do
[ ( "256", ["-resize" , "256x256^", "-gravity", "Center", "-crop", "256x256+0+0"])
, ( "100", ["-resize" , "100x100^", "-gravity", "Center", "-crop", "100x100+0+0"])
]
--Images.imageProcessor ( "**/*.pdf") $
-- [ ( "256", ["-density" , "100", "-resize", "256x256^", "-crop", "256x256+0+0"])
-- ]

-- Home page
match "pages/index.md" $ do
Expand Down

0 comments on commit fb3df75

Please sign in to comment.