From c72f5b4ec95398db32537ae2b6b4ef87244360a9 Mon Sep 17 00:00:00 2001 From: "E. McConville" Date: Mon, 31 Dec 2018 14:54:59 -0600 Subject: [PATCH] Updated what's new [ci skip] --- docs/guide/read.rst | 2 ++ docs/whatsnew/0.5.rst | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/docs/guide/read.rst b/docs/guide/read.rst index 738b904d..f2665e55 100644 --- a/docs/guide/read.rst +++ b/docs/guide/read.rst @@ -160,6 +160,8 @@ argument as well:: :class:`~wand.image.Image` constructor. +.. _open_pseudo: + Open a Pseudo Image ------------------- diff --git a/docs/whatsnew/0.5.rst b/docs/whatsnew/0.5.rst index 0bc73bdd..bc014f5d 100644 --- a/docs/whatsnew/0.5.rst +++ b/docs/whatsnew/0.5.rst @@ -5,6 +5,18 @@ This guide doesn't cover all changes in 0.5. See also the full list of changes in :ref:`changelog-0.5.0`. +Pseudo Images +------------- + +The :class:`~wand.image.Image` constructor now accepts the ``pseudo`` paramater. +This allows you to quickly read `Pseudo-image Formats`_, and `Built-in Patterns`_ + +.. _Pseudo-image Formats: https://imagemagick.org/script/formats.php#pseudo +.. _Built-in Patterns: https://imagemagick.org/script/formats.php#builtin-images + +Checkout :ref:`open_pseudo` for some examples. + + ImageMagick-7 Support ---------------------