earthbound19 / _ebDev

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

test all graphicsmagick [?] scripts and fix as necessary #123

Closed earthbound19 closed 2 years ago

earthbound19 commented 3 years ago

renderHexPalette-gm.sh stopped working, because for whatever reasons the gm convert.. commands in it stopped working.

Maybe they broke with imagemagick syntax?

If I change this previously working command:

gm convert -size 250x250 xc:'#654985' _oot.png

to:

magick convert -size 250x250 xc:'#654985' _oot.png

-- it works just fine via imagemagick.

Maybe just change all scripts that use graphicsmagick to use imagemagick, and rename them if necessary.

earthbound19 commented 2 years ago

may not be solved, but moving to backlog