However, it seems to bomb out when I try to do a calculated resize. If I -resize '%[fx:100]'%,100% ( aka NOP )
[EDIT] OK it can't handle the % after the fx escape for some reason. The final one is enough.
Code: Select all
magick junocam_efb12_roll.png -crop 1648x128 +repage -delete "$list2,$list3" -crop 1648x115 -filter Catrom -resize '%[fx:100+s*5]',100% +repage -append efb12_collateG.png
Is there a way to get it to print out how it is interpreting that command?