Code: Select all
convert -size 612x792 -density 150 $i -append png8:"${i/.pdf}".png
When I convert to JPG or GIF, I get a single paged image file.
I don't see anything wrong with the syntax and nothing else in the workflow changed, so I'm not sure why append is suddenly no longer working.
EDIT: Works as it should on Windows 8. The above problem appears to occur only on OS X 10.7 with ImageMagick installed through Ports.