don't see load bmp, write other?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

don't see load bmp, write other?

Gary Peterson
Do we have, preferably in the base image (i.e. we have access limitations to external code), something like
 
    image := Image fromPath: 'c:\temp\picture1.bmp'.
    writer := ImageWriter newGifWriter.
    writer writeImage: image toPath: 'c:\temp\picture1.gif'.
 
Noticed some readers, but no simple writers. Any compressed image type will do.
 
Noticed something 'Arbor...' but didn't seem to have these simple services.
 
thx,
 
gp
 
 

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: don't see load bmp, write other?

Henrik Sperre Johansen
On 06.04.2011 07:18, Gary Peterson wrote:
Do we have, preferably in the base image (i.e. we have access limitations to external code), something like
 
    image := Image fromPath: 'c:\temp\picture1.bmp'.
    writer := ImageWriter newGifWriter.
    writer writeImage: image toPath: 'c:\temp\picture1.gif'.
 
Noticed some readers, but no simple writers. Any compressed image type will do.
 
Noticed something 'Arbor...' but didn't seem to have these simple services.
 
thx,
 
gp
There's PNGImageWriter in the public repository, which works quite well.

Cheers,
Henry

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: don't see load bmp, write other?

Gary Peterson
Works nicely.
 
Thank you.
 
----- Original Message -----
Sent: Wednesday, April 06, 2011 2:00 AM
Subject: Re: [vwnc] don't see load bmp, write other?

On 06.04.2011 07:18, Gary Peterson wrote:
Do we have, preferably in the base image (i.e. we have access limitations to external code), something like
 
    image := Image fromPath: 'c:\temp\picture1.bmp'.
    writer := ImageWriter newGifWriter.
    writer writeImage: image toPath: 'c:\temp\picture1.gif'.
 
Noticed some readers, but no simple writers. Any compressed image type will do.
 
Noticed something 'Arbor...' but didn't seem to have these simple services.
 
thx,
 
gp
There's PNGImageWriter in the public repository, which works quite well.

Cheers,
Henry


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc