I am trying to take an image off the new and save it to a file.  This is
what I have so far:

 

(FileStream newFileNamed: 'test.jpg')

                nextPutAll: ('http://freetalklive.com/images/amondson.jpg'
asUrl retrieveContents) getContentFromStream;

                close

 

The image exists, is found, and the file is written.  There is something
wrong with the format of the local jpg.

 

I would appreciate some guidance.

 

 

"You can have everything you want if you just help enough other people get
what they want." - Zig Zigglar

 

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to