diff --git a/docs/source/whatsnew/pr/inline-jpg.rst b/docs/source/whatsnew/pr/inline-jpg.rst index 17ecc17..0116d6a 100644 --- a/docs/source/whatsnew/pr/inline-jpg.rst +++ b/docs/source/whatsnew/pr/inline-jpg.rst @@ -1,2 +1,3 @@ -* The InlineBackend.figure_format flag now supports JPEG output if PIL is available. -* The new InlineBackend.quality flag controls the amount of compression (currently JPEG only) +* The InlineBackend.figure_format flag now supports JPEG output if PIL/Pillow is available. +* The new ``InlineBackend.quality`` flag is a Integer in the range [10, 100] which controls + the quality of figures where higher values give nicer images (currently JPEG only).