earthbound19 / _ebDev

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

make global image types operations list for bash scripts #102

Closed earthbound19 closed 4 years ago

earthbound19 commented 4 years ago

Store a list of all supported file formats for many image operations (in many scripts) in the bash user dir (~/), and make an array from that for those scripts (instead of maintaining it hard-coded in so many scripts, which is failing and they all have different lists).

Affects at least these scripts; checkmark ones you verify are updated to use it or you have verified it is n/a:

~get_all_imgs_array.sh~ (see #103)

earthbound19 commented 4 years ago

New script to do this is makeImageTypeOperationsList.sh, but work may already be done by get_all_imgs_array.sh (which has a far better name anyway)! If so use that latter and delete the former!

earthbound19 commented 4 years ago

yes work already done by that; deleted new script; closing.