https://bugs.kde.org/show_bug.cgi?id=406830

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/kde/
                   |                            |krita/commit/bbfb59f5bcfe1e
                   |                            |8232287c70010d3604a4ff14ac
             Status|REPORTED                    |RESOLVED

--- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit bbfb59f5bcfe1e8232287c70010d3604a4ff14ac by Dmitry Kazakov.
Committed on 24/04/2019 at 20:55.
Pushed by dkazakov into branch 'master'.

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.

2) 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.

3) 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.

M  +12   -3    libs/ui/KisDocument.cpp
M  +5    -0    libs/ui/KisDocument.h
M  +12   -15   plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp
M  +1    -2    plugins/extensions/animationrenderer/DlgAnimationRenderer.h
M  +41   -38   plugins/impex/exr/exr_converter.cc

https://invent.kde.org/kde/krita/commit/bbfb59f5bcfe1e8232287c70010d3604a4ff14ac

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to