Hello AV1 folks,
I am interested in discussing the possibility of creating a new image format. Current image formats are focused on 2D images, they have a width and a height. However, there are many use cases where volumetric 3D content is required. This is common in many fields including computer graphics (ex: sampling in 3D or time-evolving 2D), data visualization, neuroscience (NIfTI), medical scans (DICOM for CT/MRI scans), and more. There are even use cases for 4D or higher textures (ex: time-evolving 3D).
Currently, most formats used to store 3D image data, such as neuroscience formats and KTX, operate by storing many layers of 2D images. This neglects optimization opportunities between multiple layers. 3D images require massive amounts of space compared to 2D images, therefore saving space is extremely important.
What I am searching for is an image format that can directly encode multi-dimensional images in an efficient manner, not layers of 2D images. Effectively, a single blob of data similar to AVIF, WebP, PNG, JPEG, etc.
Would the AV1 folks, WebM project folks, or anyone else be interested in discussing or developing an optimized multi-dimensional image format? Even if JPEG 2000 part 10 can already encode 3D images, there is still the case of 4D images, 5D images, and so on. I'm sure that the AV1 team could come up with a better format if there was motivation to do this, like how AVIF is better than JPEG for 2D images.
Thanks,
Aaron Franke