Saving TIFF
Saving TIFF
- Subject: Saving TIFF
- From: Stefan Jung <email@hidden>
- Date: Fri, 13 Jul 2001 17:02:45 +0200
As no one answered my question how to put the PICT of an image
onto the pasteboard, I guess it is not possible. Doing this with
a TIFF is easy and works with TextEdit for example. Unfortunately
TIFF is not a format that classic programs like FrameMaker can
paste.
Saving a TIFF is easy, but importing it gives me an error and a
gray area. I use:
[[specImage TIFFRepresentation] writeToFile:[sp filename]
atomically:YES]
Is there anything to do additionally?
The second thing I am wondering about is the content of the save panel.
It shows me MSCTescht.ssp /Users/stjg/Documents
as a result of [[self window] title].
While I can only see MSCTescht.ssp in the window.
If I then press the SAVE button I get a new box telling me that the path
/Users/stjg/MSCTescht.ssp does not exit and if I like to create it.
So Documents is deleted from the path.
If I put the cursor behind MSCTescht.ssp and delete the p then
all backslashes change into dashes.
MSCTescht.ss -Users-stjg-Documents
Is there a deeper sense in it?
Stefan Jung