Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automated batch xcf layer combining and png exporting
#4
ImageMagick  7 reads .xcf here, so without any paths.to.. or loops or variables  and assuming a stack of same size / no offsets / transparent top & mid  and a background .xcf for a single combined.png

Code:
magick composite   top.xcf mid.xcf  temp.miff
magick composite  temp.miff back.xcf combined.png
rm temp.miff

Edit, just the bare bones to avoid a conversion to png which AFAIK is needed for IM 6 which does not support the Gimp 2.10
.xcf image format. Edit again, I see Ofnuts has a ps about that. Good script for the IM toolbox.
Reply


Messages In This Thread
RE: Automated batch xcf layer combining and png exporting - by rich2005 - 09-05-2021, 09:25 AM

Forum Jump: