Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion system/Language/en/Images.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'pngNotSupported' => 'PNG images are not supported.',
'webpNotSupported' => 'WEBP images are not supported.',
'fileNotSupported' => 'The supplied file is not a supported image type.',
'unsupportedImageCreate' => 'Your server does not support the GD function required to process this type of image.',
'unsupportedImageCreate' => 'Your server does not support the required functionality to process this type of image.',
'jpgOrPngRequired' => 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.',
'rotateUnsupported' => 'Image rotation does not appear to be supported by your server.',
'imageProcessFailed' => 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.',
Expand Down
2 changes: 2 additions & 0 deletions user_guide_src/source/changelogs/v4.7.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ BREAKING
Message Changes
***************

- Updated ``Images.unsupportedImageCreate``.

*******
Changes
*******
Expand Down
4 changes: 4 additions & 0 deletions user_guide_src/source/libraries/images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ The available Handlers are as follows:

.. note:: The ImageMagick handler requires the imagick extension.

.. note::
On Windows, the ImageMagick handler requires **absolute file paths** when
loading images (for example, using ``WRITEPATH`` or ``FCPATH``).

*******************
Processing an Image
*******************
Expand Down
Loading