Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 160 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 160 Bytes

Generate grayscale concrete images

$ cd concrete
$ for f in `ls`; do convert $f -colorspace Gray grayscale/"${f%_*_*_*_*.png}"_grayscale.png; done