Questions tagged [iksaveoptions]

3 questions
4
votes
2 answers

NSSavePanel crashes on Yosemite

I am using NSSavePanel to save image. I have used IKSaveOption which gets added to the NSSavePanel. When save panel tries to open the sheet for window it crashes saying - *** Assertion failure in -[IKSaveOptionsContainer…
3
votes
1 answer

Is there a way to initialize ImageKit's IKSaveOptions to default to TIFF with LZW compression?

I'm using Mac OS X 10.6 SDK ImageKit's IKSaveOptions to add the file format accessory to an NSSavePanel using: - (id)initWithImageProperties:(NSDictionary *)imageProperties imageUTType:(NSString *)imageUTType; and -…
Rei
  • 1,148
  • 2
  • 12
  • 16
2
votes
2 answers

adding options to IKSaveOptions?

I have an ImageKit program that needs to be able to save images, so I'm using the IKSaveOptions accessory view, to allow the user to choose a file type, etc. However, I want to remove some of the options, and add a checkbox to the panel for TIFFs.…
Brian Postow
  • 10,227
  • 14
  • 69
  • 113