[plt-scheme] extract image from drscheme file
I figured I might as well figure out a solution while Im waiting so I
found save-file in the bitmap% and the following worked:
(send (send pic1 get-bitmap) save-file "pic1.bmp" 'png)
Although strangely, the following didnt work
(send (send pic1 get-bitmap) save-file "pic1.bmp" 'bmp)*
*Strange. Anyway, it would be nice if right clicking on the image gave
an option of saving it to a file or something.
Jon Rafkind wrote:
> I have a .ss file with an embedded image in it. How can I extract that
> the image and save it as a regular file? Im guessing the solution is
> going to be something like (save-image someimage "somefile.bmp") but I
> havent researched that and was hoping there would be some way from the
> gui to do it.
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>
>