// ImageEn types that can be loaded via WIC // Note: Some formats, such as HEIF and WEBP, may require installation of a codec from the Microsoft store const WIC_Load_FileTypes = [ ioBMP, ioPNG, ioICO, ioJPEG, ioGIF, ioTIFF, ioHDP, ioDDS, ioHEIF, ioWEBP, ioRAW, ioWIC ];