getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.31k stars 168 forks source link

Missing image dimensions / orientation of avif files #6141

Closed cgundermann closed 10 months ago

cgundermann commented 10 months ago

Hello, when I upload avif files in the panel, the resulting uploads don't have any infos about dimension or orientation. Is it possible to add that, so that I can use file methods like width(), height() and orientation() etc...?

(Ps: sorry if in advance, if this has been brought up before - couldn't find any related issue.)

Screenshots

avif-example

To reproduce

  1. Go to 'Panel'
  2. Upload an .avif file somewhere
  3. See file info

Your setup

Kirby Version
4.0.3

Your system

distantnative commented 10 months ago

Having raised PHP requirement to 8.1 we can actually do that!

cgundermann commented 10 months ago

Thank You very much Nico!

distantnative commented 10 months ago

I have to correct myself though: only seems to work on php 8.2 without compiling special version of php