My code:
require 'rio'
rio('nice.jpg') < rio('http://farm4.static.flickr.com/3134/3160515898_59354c9733.jpg?v=0')
But the image downloaded is currupted. Whtat is wrong with this solution?
|
|
My code:
But the image downloaded is currupted. Whtat is wrong with this solution?
|
||
|
|
|
|
It works for me. Are you on windows? It might be because the file isn't being opened with the binary flag. |
||
|
|
|
pjb3 is correct. You must call binmode on the left-hand term:
If this still does not work (notably, it may happen for large jpeg files, i.e. rio uses an intermediate temp file when retrieving from the URL you have provided), then apply the
|
||
|
|
|
I tried above code on WinXP, it did not work either, any suggestion? Thanks |
||
|
|