included samples, disabled debug-image generation
This commit is contained in:
parent
14d633586d
commit
a29da3ac9a
65
image1.img
Normal file
65
image1.img
Normal file
File diff suppressed because one or more lines are too long
65
image2.img
Normal file
65
image2.img
Normal file
File diff suppressed because one or more lines are too long
@ -47,7 +47,7 @@ run (Options src w h) = do
|
||||
case pix of
|
||||
Nothing -> return ()
|
||||
Just (f,b) -> do
|
||||
savePngImage "test.png" (ImageRGB8 b)
|
||||
--savePngImage "test.png" (ImageRGB8 b)
|
||||
str <- return $ img2ascii conv (f,b)
|
||||
mapM_ (\x -> putStr x >> putStrLn "\x1b[0m") (concat <$> str)
|
||||
Nothing -> return ()
|
||||
|
Loading…
Reference in New Issue
Block a user