I need to download an image, and I’ve mucked about with Net::HTTP
resp = Net::HTTP.get_response(‘www.mydomain.com’, ‘/test.jpg’)
f = File.new(“test.jpg”,“w”)
f.write(response.body)
And various other combinations using HTTP.get etc. Anyway, I get an
image, but it looks very psychedelic. This is obviously not the correct
way. I also don’t want to use Imagemagick for this.
On Jan 22, 2006, at 8:06 AM, Anthony Elizondo wrote:
image, but it looks very psychedelic. This is obviously not the
for a discussion of why, and class IO - RDoc Documentation for the documentation of
this mode.
Joerg
Anthony
Also you are trying to write response.body into the file when you
should be using resp.body because resp is the var you used to set up
the Net::HTTP object
Cheers-
-Ezra Z.
WebMaster
Yakima Herald-Republic Newspaper [email protected]
509-577-7732