Diffusion Krita bbfb59f5bcfe

Fix exporting animation frames into EXR format

Authored by dkazakov on Apr 24 2019, 8:54 PM.

Description

Fix exporting animation frames into EXR format

The patch fixes two problems:

  1. DlgAnimationRenderer didn't initialize frames' mimetype correctly, so exporting always happened into PNG format.
  1. DlgAnimationRenderer should correctly initialize saving format settings from the default cfg.exportConfiguration(). Using the same settings for both, animation rendering and normal image save is a disputable approach, but that is how we do it for ages.
  1. EXRConverter shouldn't call any blocking functions on the image (and shouldn't change the state of the image as well). So it should convert non-16f/32f layers on the fly.

BUG:406830

Details

Committed
dkazakovApr 24 2019, 8:55 PM
Parents
R37:3251e72081dd: Fix some #ifdef guards in main.cc
Branches
Unknown
Tags
Unknown