| Number of bands | [% f.channels %] |
| Dimensions | [% strjoin(strtrim(f.dimensions, 2), ', ') %] |
| Has a palette? | [% (['no', 'yes'])[f.has_palette] %] |
| Image index | [% f.image_index + 1 %] / [% f.num_images %] |
| Pixel type | [% (['undefined', 'byte', 'int', 'long', 'float', 'double', 'complex', 'string', 'struct', 'decomplex', 'pointer', 'object', 'uint', 'ulong', 'long64', 'ulong64'])[f.pixel_type] %] |
| Type | [% strlowcase(f.type) %] |