Diffusion Krita af7abc395ab7

Add direction choice to the imagesplit plugin

Authored by nolanfa on Jan 23 2019, 11:39 AM.

Description

Add direction choice to the imagesplit plugin

One use-case for the imagesplit is modifying spritesheet found externally
(for example on the internet): splitting them then re-importing them in
the animation timeline lets you use the dedicated animation tools, like
the onionskin, and easily preview the animation with your modifications.

But most spritesheet found on the internet are horizontal, like so:

1, 2, 3
4, 5, 6

while a few are vertical, like so:

1, 3, 5
2, 4, 6

Adding a button to choose which is more appropriate lets the imagesplit
be used in both cases and still name the individual images correctly.

I put the default at horizontal, while it was at vertical before,
because it seems more widely used.

Differential revision: https://phabricator.kde.org/D18442

Details

Committed
remptJan 23 2019, 11:39 AM
Differential Revision
D18442: add direction choice to the imagesplit
Parents
R37:cf5346cb2233: Use Q_FALLTHROUGH everwhere possible
Branches
Unknown
Tags
Unknown