I've managed to use GhoustScript (gs) to take a postscript file and convert it to tiffg3, but I CANNOT seem to make it merge multiple files. Here is the output from tiffinfo on the file that SG generates: fteTYGeh2v.tif: TIFF Directory at offset 0x8 Subfile Type: multi-page document (2 = 0x2) Image Width: 1728 Image Length: 1056 Resolution: 204, 96 pixels/inch Bits/Sample: 1 Compression Scheme: CCITT Group 3 Photometric Interpretation: min-is-white FillOrder: lsb-to-msb Date & Time: "2004:04:20 17:39:31" Software: "ESP Ghostscript 7.07" Orientation: row 0 top, col 0 lhs Samples/Pixel: 1 Rows/Strip: 1056 Planar Configuration: single image plane Page Number: 0-0 Group 3 Options: EOL padding (4 = 0x4) Notice the Page Number: info. I've heard there's a lot of software out there that can't view multi-page TIFFs. I don't know if that's what I'm experiencing or no. -- Eric Wieling * BTEL Consulting * 504-899-1387 x2111 "In a related story, the IRS has recently ruled that the cost of Windows upgrades can NOT be deducted as a gambling loss."
On Tue, Apr 20, 2004 at 05:43:02PM -0500, Eric Wieling wrote:> I've managed to use GhoustScript (gs) to take a postscript file and > convert it to tiffg3, but I CANNOT seem to make it merge multiple > files. Here is the output from tiffinfo on the file that SG generates:Take a look at tiffcp. You can concantenate n tif files into one. You can insert a page into a specific page number. You can convert from various tiff formats. Walker -- ******** DataCrest, Inc. -- Technically Superior ****************** Walker Haddock http://www.datacrest.com DataCrest, Inc. e-mail: wh@datacrest.com 1634A Montgomery Hwy. phone: 1-888-941-3282, 1-205-335-8589 Birmingham, AL 35216 fax: 1-205-823-7838 ***********************************************************************
Eric, Use tiffcp to merge multiple tiff files. tiffcp src1.tif src2.tif srcX.tif destination.tif If you have tiffinfo installed then tiffcp should be available as well. Hope that helps.> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Eric Wieling > Sent: Wednesday, 21 April 2004 8:43 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] [OT] Using GS to create .tif files > > > I've managed to use GhoustScript (gs) to take a postscript file and > convert it to tiffg3, but I CANNOT seem to make it merge multiple > files. Here is the output from tiffinfo on the file that SG generates: > > fteTYGeh2v.tif: > TIFF Directory at offset 0x8 > Subfile Type: multi-page document (2 = 0x2) > Image Width: 1728 Image Length: 1056 > Resolution: 204, 96 pixels/inch > Bits/Sample: 1 > Compression Scheme: CCITT Group 3 > Photometric Interpretation: min-is-white > FillOrder: lsb-to-msb > Date & Time: "2004:04:20 17:39:31" > Software: "ESP Ghostscript 7.07" > Orientation: row 0 top, col 0 lhs > Samples/Pixel: 1 > Rows/Strip: 1056 > Planar Configuration: single image plane > Page Number: 0-0 > Group 3 Options: EOL padding (4 = 0x4) > > Notice the Page Number: info. I've heard there's a lot of software out > there that can't view multi-page TIFFs. I don't know if that's what I'm > experiencing or no. > > -- > Eric Wieling * BTEL Consulting * 504-899-1387 x2111 > "In a related story, the IRS has recently ruled that the cost of Windows > upgrades can NOT be deducted as a gambling loss." > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users