It seems ResourceSpace is having problems creating thumbnails and other resized versions of .heic images (the iPhone image format).
After some digging I suspect it's due to the identify function in the ImageMagick library that gives a blank response when asked for dimensions, and since these parameters are used further on to create the new image sizes the process fails.
This is on Ubuntu 22.04 lts, so we probably should upgrade to 24.04 lts, but according to the installed ImageMagick it has heic support so should be able to handle the files without any issue (exiftool extracts the metadata easily, so the blank image has information about make and model of the phone as well as latitude/longitude).
ImageMagick version output:
Version: ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25
https://imagemagick.orgCopyright: (C) 1999-2021 ImageMagick Studio LLC
License:
https://imagemagick.org/script/license.phpFeatures: Cipher DPC Modules OpenMP(4.5)
Delegates (built-in): bzlib djvu fftw fontconfig freetype heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png tiff webp wmf x xml zlib
Any suggestions on how to fix this, I'm tempted to try compiling a new version of ImageMagick (preferably v7) so see if that solves the issue, it seems 6.9 is still the default in 24.04 lts so it's not even guaranteed a do-release-upgrade will solve this.
Regards,
Trond Helge