[krita] [Bug 404615] Dimensions of Images output by "Export Layers" vary wildly depending on the layers alpha

2019-04-24 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=404615

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/de7fef16da3da6
   ||ce2bc690947fd70dc91f27a91f
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from vanyossi  ---
Git commit de7fef16da3da6ce2bc690947fd70dc91f27a91f by Ivan Yossi.
Committed on 24/04/2019 at 06:14.
Pushed by ivany into branch 'master'.

Allow selecting boundary limits on python export

save, now accepts an optional bouding region to set
export area.

Differential Revision: https://phabricator.kde.org/D20573

M  +2-2libs/libkis/Node.cpp
M  +4-1libs/libkis/Node.h
M  +1-1plugins/extensions/pykrita/sip/krita/Node.sip
M  +35   -13   plugins/python/exportlayers/uiexportlayers.py

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

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

[krita] [Bug 404615] Dimensions of Images output by "Export Layers" vary wildly depending on the layers alpha

2019-04-15 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=404615

vanyossi  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ghe...@gmail.com

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

[krita] [Bug 404615] Dimensions of Images output by "Export Layers" vary wildly depending on the layers alpha

2019-04-14 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=404615

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #4 from vanyossi  ---
Created attachment 119414
  --> https://bugs.kde.org/attachment.cgi?id=119414=edit
Quick fix patch

The save function in Node.cpp uses current layer bounds to create new image to
save, this is what causes the layer to only export cropped size.

The patch attached is a quick fix, but if its ok, I can push it later.

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

[krita] [Bug 404615] Dimensions of Images output by "Export Layers" vary wildly depending on the layers alpha

2019-04-05 Thread Scott Petrovic
https://bugs.kde.org/show_bug.cgi?id=404615

Scott Petrovic  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||scottpetro...@gmail.com

--- Comment #3 from Scott Petrovic  ---
it looks like Rebecca has confirmed this is still a bug and is looking into it.
marking this as confirmed.

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

[krita] [Bug 404615] Dimensions of Images output by "Export Layers" vary wildly depending on the layers alpha

2019-03-09 Thread Rebecca Breu
https://bugs.kde.org/show_bug.cgi?id=404615

Rebecca Breu  changed:

   What|Removed |Added

 CC||rebe...@rbreu.de

--- Comment #2 from Rebecca Breu  ---
No, the issue is still there. I fixed the export layers script recently so that
it doesn't crash anymore with the InfoObject API change, but I guess the way I
did it just restored the original behaviour. I will play around with it a bit.

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

[krita] [Bug 404615] Dimensions of Images output by "Export Layers" vary wildly depending on the layers alpha

2019-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404615

--- Comment #1 from bradsummerqu...@hotmail.com ---
I believe this was fixed on December 25th, when an InfoObject parameter was
added to the 'Node::Save()' method.  

I haven't been able to confirm or deny because I can't get python scripts
running on the nightly builds (I haven't investigated too deeply on why this
is).

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