My understanding is that RunRev uses PNG internally for all images, so if the image is 
actually imported there is nothing you can do.

Now, what you *can* do, is write something that, when you paste a graphic into a 
stack, exports the graphic to an images folder as a jpeg, then assigns the image 
object on the card the filename of the external file. In some situations this can save 
you lots of spce - though you then have to deal with other issues of course.

This is the way that CDDbase, and Amazon Assistant, two of my programs that deal with 
hundreds of images, are set up.

If you want more details, I would be happy to go into.

>I am using the following to place a JPG onto the
>clipboard:
>
>set the clipboardData["image"] to url
>("binfile:"&tPhotoChoice)
>
>When I paste the clipboard into another app it
>appears to paste
>a PNG file which is much larger in k than the
>original JPG.
>
>Is there any way to place the original JPG (and not
>a larger PNG)
>onto the clipboard?
>
>TIA
>
>sims
>-- 
>    http://EZPZapps.com         [EMAIL PROTECTED]
>       Software - Internet Development - Consulting
>
>_______________________________________________
>use-revolution mailing list
>[EMAIL PROTECTED]
>---------------------------------------------------
>--------
>http://lists.runrev.com/mailman/listinfo/use-revolu
>tion
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to