We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{-# LANGUAGE OverloadedStrings #-} module Main where import Graphics.Blank main :: IO () main = do blankCanvas 3000 $ \ context -> do url <- staticURL context "type/jpeg" "images/Haskell.jpg" send context $ do img <- newImage url drawImage(img,[69,50,97,129])