And if local dev is an issue, you could try setting MEDIA_URL to your live
site.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@google
I just use commandline imagemagick instead of PythonMagic, if the python
bindings are the issue getting imagemagick to work.
cmd = 'convert -density 300 -flatten -interlace line -quality 92
-colorspace sRGB -thumbnail'.split() + size + [default_storage.path(name) +
'[0]', 'jpg:-']
proc = Popen(
On Fri, Jul 25, 2014 at 4:00 PM, Ralph Lewis
wrote:
> I am hosting a django webapp in AWS and that is running fine, no errors. I
> now want to be able to take a screenshot of the first page of any pdf that
> is uploaded to the webapp. I have not had any luck trying to screenshot a
> pdf with pyth
I am hosting a django webapp in AWS and that is running fine, no errors. I
now want to be able to take a screenshot of the first page of any pdf that
is uploaded to the webapp. I have not had any luck trying to screenshot a
pdf with python. I have heard this can be done with PythonMagick, howeve
4 matches
Mail list logo