From: Robert M. <mr...@gm...> - 2012-06-18 19:05:25
|
On 6/18/12, Charles Srstka <bas...@ch...> wrote: > Are there any OS X / Windows apps that currently accept pasteboard data in > PICT format though? No, that's why SheepShaver converts it. Here are the steps, to make it clear: 1. I start SheepShaver, and start my old app within SheepShaver. 2. Copy to clipboard. 3. Switch to Snow Leopard's TextEdit, hit Paste. 4. I get my image, with the original bitmap image and the label text nicely rendered below it. Somewhere in the process (SheepShaver and/or TextEdit) it has turned the PICT, including the label text, into a TIFF image. The text is there because something in the Carbon libraries is making it happen. But it we use that stand-alone PICT conversion library instead of Carbon, the text label would be missing. -- Robert Munafo -- mrob.com Follow me at: gplus.to/mrob - fb.com/mrob27 - twitter.com/mrob_27 - mrob27.wordpress.com - youtube.com/user/mrob143 - rilybot.blogspot.com |