File manager - Edit - /var/www/payraty/helpdesk/vendor/intervention/image/src/Drivers/Imagick/Analyzers/ResolutionAnalyzer.php
Back
<?php declare(strict_types=1); namespace Intervention\Image\Drivers\Imagick\Analyzers; use Intervention\Image\Analyzers\ResolutionAnalyzer as GenericResolutionAnalyzer; use Intervention\Image\Interfaces\ImageInterface; use Intervention\Image\Interfaces\SpecializedInterface; use Intervention\Image\Resolution; class ResolutionAnalyzer extends GenericResolutionAnalyzer implements SpecializedInterface { public function analyze(ImageInterface $image): mixed { return new Resolution(...$image->core()->native()->getImageResolution()); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings