6 lines
124 B
Haskell
6 lines
124 B
Haskell
|
import Prelude as P
|
||
|
import Graphics.Image as I
|
||
|
|
||
|
image :: IO()
|
||
|
image = do
|
||
|
rawImage <- readImageExact JPG "./original.jpg"
|