Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Get the size of an image
<?php getimagesize(string $filename, array &$image_info = null): array|false
<?php     {

        stream_copy_to_stream($this->storage->readStream($this->path), $tmpFile = tmpfile());



        return @getimagesize(stream_get_meta_data($tmpFile)['uri']);

    }



    public function temporaryUrl()