File: plug-in-gap-range-to-multilayer.txt

package info (click to toggle)
gimp-gap 2.6.0%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,720 kB
  • ctags: 7,997
  • sloc: ansic: 119,817; sh: 3,890; makefile: 932; lisp: 97; pascal: 55
file content (103 lines) | stat: -rw-r--r-- 4,550 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
"plug-in-gap-range-to-multilayer"

Frames to Image
    Start from Menu:
       <image>/Video/Frames to Image

    Convert frames to one multilayered image.
          
    The selected source range of frames is copied into one
    new created multilayered destination Image.
    Each frame results in one layer in the destination image.
    (or nothing if the source frame has no selected layer)
    
    With the layer basename you can choose a name for the resulting
    layers in the destination Image. The string [####] is replaced
    by the frame number. 
       Example: my_layer_[##]  results in: my_layer_01, my_layer_02 .... 
    
    Layer Mergemode:
      - Extend as necessary   Build a destination layer by merging
                              selected layers of one source frame.
                              The destination layer's size will be
                              the outline-rectangle of all selected
                              layers.
                              
      - Clipped to image      Build a destination layer by merging 
                              selected layers of one source frame.
                              The destination layer's size will be
                              the image size.
                              
      - Clipped to bottom layer  Build a destination layer by merging
                              selected layers of one sourceframe.
                              The destination layer's size will be
                              the size of the lowest selected layer.
                              
      - Flattened image       Build destination layer by flattening
                              the source layers copied from one source frame.
                              There will be no transparent parts
                              in the destination layers.
                              The destination layer's size will be
                              the image size.
    
    With the 'Exclude BG-Layer' checkbutton pressed,
    the background layers of all the source frames are excluded
    from the copy, regardless if they are selected or not.
    Otherwise background layers are handled like all other layers.
   
    (If you are using flatten mode 'Flatten' the background color will fill all
     transparent parts of the resulting destination layer(s).)

    Layer Selection:
    ----------------
    Here you can select which layer(s) of a frame is(are) used
    to build the destination layer.
    
    Select Layer(s):
       Pattern is equal to layer name
       Pattern is start of layer name
       Pattern is end of layer name
       Pattern is a part of layer name
           With these settings you can select layers
           by their layername.
           (All layers with a layer name matching the select pattern
           are selected).
        
       Pattern is layerstack number list
           Layers are selected by their layerstack position,
           where 0 is the top layer.
           The pattern is a list of layerstack numbers or
           number ranges. (0-3 matches to the upper 4 layers)       
       Pattern is reverse-stack list"
           Here you can specify layerstack numbers in reverse order.
           (where 0 is the background layer)
           
       All Visible (ignore pattern)
           All visible layers are selected.
           (The select pattern is ignored)
       
    Select Pattern:
       String to identify a layer. It can be a part of the layer name
       or a list of layerstack numbers (like this one: "0, 2-5, 9")
       depending on your choice in select layer(s) above.
    Case Sensitive:
       Lowercase and upppercase letters are considered as equal
       if this checkbutton is set to off.
    Invert Selection:
       Select all unselected layers.
    Pixel Selection:
       How to handle selected areas in the handled frame range.
       "Ignore"
           Ignore all selections in all handled frames
       "Initial Frame"
           Use only one selection from the first handled frame,
           All unselected areas are set to transparent in the
           resulting multilayer image.
           All the resulting layers in the generated multilayer image
           are shaped by the initial selection.
       "Frame specific"
           Use selections from all handled frames.
           (Frames without any selection are handled as if all pixels were selected)
           All unselected areas are set to transparent in the
           resulting multilayer image.