php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79249 Imagick PSD open file error
Submitted: 2020-02-09 19:32 UTC Modified: 2020-02-11 12:49 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: vadim dot php at gmail dot com Assigned: cmb (profile)
Status: Not a bug Package: imagick (PECL)
PHP Version: Irrelevant OS: Windows 10 1903
Private report: No CVE-ID: None
 [2020-02-09 19:32 UTC] vadim dot php at gmail dot com
Description:
------------
I try to open a PSD file with Imagick lib, but got an error. Here is the file link: https://www.freepik.com/free-psd/sale-banner-template_6717350.htm

Test script:
---------------
$psd = new Imagick('824.psd');

Expected result:
----------------
Open with no errors

Actual result:
--------------
UnableToDecompressImage `824.psd' @ error/psd.c/ReadPSDChannel/1216

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-02-11 12:49 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2020-02-11 12:49 UTC] cmb@php.net
I get basically the same error when trying to open the file with
Imagemagick's display (version 7.0.9-22).  LibreOffice 6.4.0.3
also fails to open the image.  So either the image is corrupt, or
there is a bug in the upstream library.  Either way, not a PHP
issue.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 21:01:29 2024 UTC