Arguments:
- { x | y | z | c }...{ x | y | z | c },_split_mode[%],_max_parts>0 or
- keep_splitting_values={ +:Increasing | -:Decreasing },_{ x | y | z | c }...{ x | y | z | c },value1,_value2,... or
- (no arg)
Description:
Split selected images along specified axes, or regarding to a sequence of scalar values
(optionally along specified axes).
(equivalent to shortcut command s).
Argument
split_mode determines how the split is done. It can be :
0: Split image according to consecutive constant values;
N (where N is a positive integer): Split image into N homogeneous parts;
-N[%] (where N is a positive integer): Split image as blocks of size N(opt. specified as a percentage of the image dimension).
When specified,
max_parts defines a limit in the number of resulting images.
Default values:
N=-1.
Examples of use:
• Example #1
• Example #2
• Example #3
• Example #4
• Example #5
1,20,1,1,"1,2,3,4" +split -,2,3 append[1--1] y

Command: 1,20,1,1,"1,2,3,4" +split -,2,3 append[1--1] y

Command: 1,20,1,1,"1,2,3,4" +split -,2,3 append[1--1] y
• Example #6
(1,2,2,3,3,3,4,4,4,4) +split x,0 append[1--1] y

Command: (1,2,2,3,3,3,4,4,4,4) +split x,0 append[1--1] y

Command: (1,2,2,3,3,3,4,4,4,4) +split x,0 append[1--1] y
G'MIC is an open-source software distributed under the
CeCILL free software licenses (LGPL-like and/or
GPL-compatible).
Copyrights (C) Since July 2008,
David Tschumperlé - GREYC UMR CNRS 6072, Image Team.