*.exr¶
.exr
jest głównym formatem pliku do zapisywania i wczytywania floating point bit depths, i dzięki uczynieniu biblioteki do zapisywania i odczytywania obrazów całkowicie otwarto-źródłową, jest także głównym formatem pliku do wymiany.
Głębie bitowe wyrażane liczbami rzeczywistymi są używane przez komputerowy przemysł graficzny do zapisywania wartości, do których odnosi się scena, które można wykonać poprzez aparat lub wyświetlanie na komputerze. Wartości, do których odnosi się scena, oznacza, że plik może mieć wartości bielsze niż biel, co oznacza, że taki plik może zapisywać bardzo dokładnie warunki oświetlenia takie jak np. wschody słońca. Te pliki EXR można później używać wewnątrz renderera do tworzenia rzeczywistego oświetlenia.
Krita może wczytywać i zapisywać EXR w celu malowania na nim (tak, Krita może malować z wartościami, do których odnosi się scena) i do wymiany z takimi aplikacjami jak Blender, Mari, Nuke oraz 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
plugin to assign a different profile.Informacja
If you do not see Assign Profile plugin, make sure it is activated in the 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
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.If you want to read more about color managed workflows, check this chapter.