Skip to content

Commit

Permalink
Updated what's new [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Dec 31, 2018
1 parent 4732691 commit c72f5b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/read.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ argument as well::
:class:`~wand.image.Image` constructor.


.. _open_pseudo:

Open a Pseudo Image
-------------------

Expand Down
12 changes: 12 additions & 0 deletions docs/whatsnew/0.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down

0 comments on commit c72f5b4

Please sign in to comment.