• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Creating TIFF image with one strip only in Cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Creating TIFF image with one strip only in Cocoa


  • Subject: Creating TIFF image with one strip only in Cocoa
  • From: Warwick Hall <email@hidden>
  • Date: Fri, 25 May 2007 09:33:35 +1000

hello all,

i have a requirement to convert a multipage PDF file to a series of TIFF *single stripped* G3 compressed files (one TIFF file per PDF page). with this i intend to take the TIFF file and run it through the command line tool "efax" to send (you guessed it) a fax! Problem is, efax (and and its buddy efix) do not accept multi strip TIFF images.

i am using

[<NSImage> TIFFRepresentationUsingCompression : NSTIFFCompressionCCITTFAX3 factor : 1.0]

which creates a G3 compressed *multi striped* TIFF image. I know this by calling

tiffutil -verboseinfo <TIFF file>

on the command line. in my case the output TIFF files always have 16 strips. how does one create a TIFF image with only one strip using G3 compression in Cocoa?

thankx,
omega
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Creating TIFF image with one strip only in Cocoa
      • From: Scott Ribe <email@hidden>
  • Prev by Date: Re: Simple hide window for x number of seconds...
  • Next by Date: Re: Simple hide window for x number of seconds...
  • Previous by thread: Re: Simple hide window for x number of seconds...
  • Next by thread: Re: Creating TIFF image with one strip only in Cocoa
  • Index(es):
    • Date
    • Thread