View Issue Details

IDProjectCategoryView StatusLast Update
0000680ImageToolsdevelopmentpublic2020-05-13 10:30
Reporterdomjos Assigned Todomjos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.0.3 
Target Version10.4.0Fixed in Version10.4.0 
Summary0000680: Failed to read the file
Description#1 ImagickException

Failed to read the file
in C:\xampp\htdocs\typo3\extensions\ImageTools\Classes\Controller\StructureController.php line 89

    }

    private function compareImages($file1, $file2) {
        try {
            $image1 = new Imagick($this->base . $file1->getOriginalResource()->getPublicUrl());
            $image2 = new Imagick($this->base . $file2->getOriginalResource()->getPublicUrl());
            $result = $image1->compareImages($image2, Imagick::METRIC_MEANABSOLUTEERROR);

            return $result;

at Imagick->__construct('http://localhost/typo3/domjos/9.5/fileadmin/images/cssvezachvq_tiny.jpg')
TagsNo tags attached.
GIT Revision1355e7478b34bfea02d0ed42fde081ba343f4eb1

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-05-13 09:34 domjos New Issue
2020-05-13 09:34 domjos Status new => assigned
2020-05-13 09:34 domjos Assigned To => domjos
2020-05-13 10:30 domjos Status assigned => resolved
2020-05-13 10:30 domjos Resolution open => fixed
2020-05-13 10:30 domjos Fixed in Version => 10.4.0
2020-05-13 10:30 domjos GIT Revision => 1355e7478b34bfea02d0ed42fde081ba343f4eb1