I've seen various posts around StackOverflow, but basically I want to do something along the lines of:
convert *.png new.tiff
And the tiff has a page per each png. So I want a single tiff, with many pages. This doesn't work, it only converts the first png found in the list. For what I'm doing, I actually need a multi-page tiff. Supposedly imagemagick does this.
(BTW, version is: 6.8.0-10 2013-03-03 Q16)
Any ideas?
Finally figured it out. It seems you have to build from source to get this feature working correctly. I used all versions from homebrew without any luck. To do this make sure you get rid of any old versions, so do the following:
brew uninstall imagemagick
brew unlink imagemagick
brew install imagemagick --build-from-source
brew unlink imagemagick && brew link imagemagick
and it should work fine.I'm very surprised this isn't documented more, specifically converting multiple images into a single multi-paged tiff. From here you can then do convert *.png mynewimg.tiff
(if using globbing) if not you can do convert first.png second.png third.png mynewimg.tiff
It seems the only option is to build from source though, so if multi-paged tiffs aren't being generated then do the above.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With