变了
部分新建住房、白事活动现场、村服务中心。






没变
村前水坝、村二进堂屋、部分旧住房。






卫生院门口、小学校门口、小庙。



做菜
再来点轻松的,只会做简单的饭菜,只够做自己的口味。



读书
沉下来读书是另一件让人轻松愉悦的事。



赏花
山中不知名白花开,竹林里紫藤花开,马路边牵牛花开。



# image resize
files <- list.files(path = "path/to/img/", full.names = T)
for (file_path in files) {
magick::image_read(path = file_path) |>
magick::image_resize("800x800") |>
magick::image_write(path = file_path)
}