Open alexander-ronin opened 4 years ago
The version of ImageMagick that you are using is to old. You will need to upgrade to at least the version below but I would advise you to upgrade to the latest version.
2018-02-09 7.0.7-23 Dirk Lemstra <dirk@lem.....org>
* Add support for reading the HEIC image format to the Windows build.
The version of ImageMagick that you are using is to old. You will need to upgrade to at least the version below but I would advise you to upgrade to the latest version.
2018-02-09 7.0.7-23 Dirk Lemstra <dirk@lem.....org> * Add support for reading the HEIC image format to the Windows build.
Thanks a lot. You're saved my time :)
ImageMagick-7.0.9-14-Q16-x86-dll.exe
C:\Program Files (x86)\ImageMagick-7.0.9-Q16
to C:\xampp7.3.2\php
README.md "Installing on Windows" is out of date. If some newbies like me will follow this instruction, they get the same issue.
So, or update README.md "Installing on Windows" or update PECL, because:
5/3/2019 11:48 AM 40175085 php_imagick-3.4.4-7.3-ts-vc15-x86.zip
- Doesn't has HEIC libs.11/23/2017 3:59 PM 46334237 ImageMagick-7.0.7-11-vc15-x86.zip
. Is too old.So....is this solved?
Hello!
I have XAMMP x86, on Windows 7, PHP 7.3.2.
Installed Imagick following instructions: https://github.com/Imagick/imagick Everything works fine, except HEIC format reading.
I get an error:
ImagickException: NoDecodeDelegateForThisImageFormat
HEIC' @ error/constitute.c/ReadImage/509`PHPINFO:
So, the question: Is it possible to work with HEIC format on Windows platform? If yes, what I need to do anymore?
P.S. I've read, that needed
libde265
andlibheif
libraries. I thought, that this issue was deciced and these libraries was builded in. As I see, it is not true. If need to install it, tell me, please, where can I find these DLLs?