dword4 / imgur2pdf

Imgur to PDF conversion
8 stars 1 forks source link

Large images #3

Open dword4 opened 7 years ago

dword4 commented 7 years ago

dword@itsj-xdev2:~/imgur2pdf$ python imgur2pdf.py 5JVoT stuff/

its a rather large gallery from imgur to begin with, traceback details

Traceback (most recent call last): File "imgur2pdf.py", line 98, in doc.build(Story) File "/usr/local/lib/python2.7/dist-packages/reportlab/platypus/doctemplate.py", line 1200, in build BaseDocTemplate.build(self,flowables, canvasmaker=canvasmaker) File "/usr/local/lib/python2.7/dist-packages/reportlab/platypus/doctemplate.py", line 956, in build self.handle_flowable(flowables) File "/usr/local/lib/python2.7/dist-packages/reportlab/platypus/doctemplate.py", line 851, in handle_flowable raise LayoutError(ident) reportlab.platypus.doctemplate.LayoutError: Flowable <Image at 0x7f9a47c7e4d0 frame=normal filename=fLuSyOy.jpg>(448.2 x 796.8) too large on page 14 in frame 'normal'(550.0 x 730.0*) of template 'Later'

Pulled out the details for its full size src="http://i.imgur.com/fLuSyOy.jpg" width="2988" height="5312">

dword4 commented 7 years ago

being worked on in resize-fix branch currently