*.exr

.exr è il formato di file primario per il salvataggio e il caricamento delle profondità di bit in virgola mobile e, dato che la sua libreria per il caricamento e il salvataggio di queste immagini è completamente open source, è anche il principale formato di scambio.

L’industria della computer grafica utilizza le profondità di bit in virgola mobile per registrare i valori «scene referred», tramite il motore di resa di una fotocamera o un computer. I valori «scene referred» implicano che il file può contenere valori più bianchi del bianco, che a sua volta significa che un file di questo tipo può registrare in maniera molto accurata condizioni di luminosità tipo i tramonti. Questi file EXR si possono utilizzare all’interno del motore di resa per creare luminosità realistiche.

Krita è in grado di caricare e salvare il file EXR per scopo di sovrapittura (Krita può dipingere con valori «scene referred») e scambiarlo con applicazioni tipo Blender, Mari, Nuke e Natron.

Color Management

EXR file format does not have any internal color management capabilities, i.e. when saving the data into the file, no color space information is written into the file. Next time you load the same file into Krita, Krita will assign the default color space to the file (usually «Rec 709 Linear»). It may cause the file to change visually.

In general, there are two ways to handle the color management for the EXR files: OCIO and profile-based.

OCIO-based workflow

You need to select OCIO configuration and share it between Krita and other tools you use (Blender, Natron and etc). When using OCIO Krita will not use the assigned profile and will use the OCIO configuration you selected.

Profile-based workflow

Alternatively, you can assign the necessary ICC profile to the imported image. If you import the image and you know its color space is not «Rec 709 Linear TRC», just use Tools ‣ Scripts ‣ Assign Profile to Image plugin to assign a different profile.

Nota

If you do not see Assign Profile plugin, make sure it is activated in the Python Plugin Manager: Settings ‣ Configure Krita… ‣ Python Plugin Manager. After activating the plugin, restart Krita.

If your work is based on some non-default color space (e.g. ACES), then you can set this color space as the default for loading EXR images. Go to Settings ‣ Configure Krita… ‣ Color Management and select the required color space at Color profile for imported EXR images selector. Next time you load any EXR image, this color space will be assigned automatically.

screenshot of Color profile for imported EXR images selector

If you want to read more about color managed workflows, check this chapter.