Linux

하위 폴더에서 .png를 찾아 이미지 depth bit 변환

raulyo 2013. 2. 22. 14:13

find . -type -f -iname '*.png' -exec convert -depth 6 {} {} \;