_parsegif and _parsejpg doesn't download the image. _parsepng starts with:
if name.startswith("http://") or name.startswith("https://"):
import urllib
f = urllib.urlopen(name)
which is missing from _parsegif and _parsejpg. This is a bit unexpected since
http://code.google.com/p/pyfpdf/wiki/Image just generally says putting in a
link works.
Original issue reported on code.google.com by kitsu...@gmail.com on 13 Sep 2012 at 9:01
Original issue reported on code.google.com by
kitsu...@gmail.com
on 13 Sep 2012 at 9:01