Pontifications

convert 2019-01-31-05-36-oily-200x200-out.png 2019-01-31-05-36-oily-200x200-out.jpg
setwd("~/GIT/rt-mozlando2018-ksc")
source('hatching.R')
img <- readJPEG("/home/roland/GIT/rt-mozlando2018-ksc/TRY2-200x200OILY/2019-01-31-05-36-oily-200x200-out.jpg")
hatching(img, size=0.1, var=0.5, N=10000, pch=0, step=0.01)
# export as 3600 px wide to
# https://github.com/rtanglao/rt-mozlando2018-ksc/blob/master/hatched-2019-01-31-05-36-oily-200x200-out.png
img2 <- readJPEG("/home/roland/GIT/rt-mozlando2018-ksc/TRY2-200x200OILY/2019-01-31-05-36-oily-200x200-out.jpg")[,,1]
img2 <- t(apply(img2,2,rev))
hatching(img2)
# export as 3600 px wide to
# https://github.com/rtanglao/rt-mozlando2018-ksc/blob/master/hatched2-2019-01-31-05-36-oily-200x200-out.png

Output hatched-2019-01-31-05-36-oily-200x200-out.png

hatched-2019-01-31-05-36-oily-200x200-out

Output hatched2-2019-01-31-05-36-oily-200x200-out.png

hatched2-2019-01-31-05-36-oily-200x200-out

Leave a comment on github