That did it! Thank you!
(I actually did RTFM quite a bit -- I even have a browser tab open from before I posted the question to the part of the manual that describes -append/+append. I have even read the part about this option at least a couple times. I have no idea why it didn't click in my mind ...
Search found 2 matches
- 2013-05-20T12:56:33-07:00
- Forum: Users
- Topic: Tile n-pages of TIFF into 1 image
- Replies: 3
- Views: 3270
- 2013-05-20T12:11:02-07:00
- Forum: Users
- Topic: Tile n-pages of TIFF into 1 image
- Replies: 3
- Views: 3270
Tile n-pages of TIFF into 1 image
I am working on a web app that currently displays images in an archive by passing through output from convert directly to the browser. The PHP code that does this looks like this:
$cmd = "$convert '$imgpath' $options png:- ";
passthru( $cmd );
I have recently discovered that some of the source ...
$cmd = "$convert '$imgpath' $options png:- ";
passthru( $cmd );
I have recently discovered that some of the source ...