earthbound19 / _ebDev

Various tools, mostly custom-made for art development.
2 stars 2 forks source link

Split imgs2imgsNN into single-convert and all-convert scripts #43

Closed earthbound19 closed 4 years ago

earthbound19 commented 4 years ago

There is no single-file-conversion script with the functionality of imgs2imgsNN.sh, which converts all images of a given type to another (upscaled by nearest neighbor).

Break the functionality of imgs2imgsNN.sh into a convert-one-file purpose script: img2imgNN.sh, then update imgs2imgsNN.sh to repeatedly call the convert-one purpose script.