diff --git a/README b/README index d0837ca62..c51df0b77 100644 --- a/README +++ b/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. diff --git a/gramps/plugins/docgen/latexdoc.py b/gramps/plugins/docgen/latexdoc.py index 51df65e12..a84d1ce87 100644 --- a/gramps/plugins/docgen/latexdoc.py +++ b/gramps/plugins/docgen/latexdoc.py @@ -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}'