add "python-pillow" to "python-imaging" mention
This commit is contained in:
parent
b69171f1a1
commit
5a64ffed7c
5
README
5
README
@ -1,5 +1,3 @@
|
||||
$Id$
|
||||
|
||||
Please read the COPYING file first.
|
||||
|
||||
If building from source, also read the INSTALL file (at least through the
|
||||
@ -69,7 +67,8 @@ The following packages are optional
|
||||
PIL Python Image Library is needed to crop
|
||||
images and also to convert non-JPG images to
|
||||
JPG so as to include them in LaTeX output.
|
||||
(For Python3 a different source may be needed.)
|
||||
(For Python3 a different source may be needed,
|
||||
python-imaging or python-pillow or python3-pillow)
|
||||
|
||||
GExiv2 Enables Gramps to manage Exif metadata embedded in your
|
||||
media. Gramps needs version 0.5 or greater.
|
||||
|
@ -58,7 +58,8 @@ except:
|
||||
_LOG.warning(_("PIL (Python Imaging Library) not loaded. "
|
||||
"Production of jpg images from non-jpg images "
|
||||
"in LaTeX documents will not be available. "
|
||||
"Use your package manager to install python-imaging"))
|
||||
"Use your package manager to install python-imaging "
|
||||
"or python-pillow or python3-pillow"))
|
||||
|
||||
_CLICKABLE = '\\url{\\1}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user