Opened 5 years ago
Closed 5 years ago
#1530 closed defect (fixed)
Images in doc debian package are scaled to 100%
Reported by: | kalxas | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | OSGeoLive9.0 |
Component: | OSGeoLive | Keywords: | documentation, packaging |
Cc: | live-demo@… |
Description
When building documentation as a debian package, the scale of the images is ignored and images render at 100%
When building manually with Sphinx, everything is ok
Change history (4)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
PIL is not present in the build environment:
https://github.com/OSGeo/OSGeoLive-doc/blob/master/debian/control
comment:4 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Confirmed fixed in build 158
Note: See TracTickets for help on using tickets.
http://docutils.sourceforge.net/docs/ref/rst/directives.html#images suggests If no "height" or "width" options are specified, the Python Imaging Library (PIL) may be used to determine them, if it is installed and the image file is available.