<img>
tag for EXRsconst config = {
title: 'root',
children: [
{ title: 'Improved', image: 'glass.exr' },
{ title: 'Reference', image: 'glass-ref.exr' },
{
title: 'SSIM',
lossMap: {
'function': 'SSIM',
imageA: 'glass.exr',
imageB: 'glass-ref.exr'
}
},
]
};