1
0
Fork 0

Support Blurhash

This commit is contained in:
Michael 2022-12-04 13:29:21 +00:00
commit a5be5b27e3
16 changed files with 152 additions and 17 deletions

View file

@ -436,6 +436,7 @@ class Photo
'height' => $image->getHeight(),
'width' => $image->getWidth(),
'datasize' => strlen($image->asString()),
'blurhash' => $image->getBlurHash(),
'data' => $data,
'scale' => $scale,
'photo-type' => $type,