Mark, For graphics in the resource fork of a HyperCard stack, you can use GraphicConverter (I use 4.2). Go to File -> Convert... In the Filter popup on the left, choose "PICT from Resource", and in the Dest Format popup select either JPG or PNG (unless you know they're 256 colors or less, in which case you can choose GIF as well). You should be able to create a batch which will convert them all.
In SuperCard, you can create an SC script that will use the "export pictureData" command: export pictureData of <grcDescriptor> to jpeg file <filePath> Hope this helps, Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ ----- Original Message ----- From: "cowhead" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 4:13 AM Subject: extracting hypercard picts > This was covered recently, but I've forgotten what the upshot was. > Appologies. How does one efficiently extract pictures stored in the > resource fork of a hypercard project? How about pictures saved within a > Supercard project (directly on a card) > I tried with graphic convertor, but couldn't get it to recognize either > file type. Also, Resedit doesn't seem to offer any easy batch export of > pict images. > Thanks in advance! > > mark mitchell > Japan > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
