File: plug-in-gap-shift.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 (45 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download | duplicates (5)
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
"plug-in-gap-shift"

Frame Sequence Shift

    Start from Menu:
        <Image>/Video/Frame Sequence Shift

    This feature does cycic reordering the sequence
    of the frames in the affected range.
    The affected range is specified with "From Frame"
    and "To Frame".
    
    The "N-Shift specifies positive or negative
    offsets for the number part in the frame names.
    
Example:
    
    Assume tere are 20 frames:
      pic_000001.xcf
      pic_000002.xcf
   
      pic_000020.xcf
     
    After applying the Frame Sequence Shift" with settings:

      From Frame: 5
      To Frame:   15
      N-Shift:    2
      
      
   the affected frames are renumbered as shown here:

      old name            new name
      ----------------------------------
      pic_000005.xcf  ==> pic_000007.xcf
      pic_000006.xcf  ==> pic_000008.xcf
      pic_000007.xcf  ==> pic_000009.xcf
      pic_000008.xcf  ==> pic_000010.xcf
      pic_000009.xcf  ==> pic_000011.xcf
      pic_000010.xcf  ==> pic_000012.xcf
      pic_000011.xcf  ==> pic_000013.xcf
      pic_000012.xcf  ==> pic_000014.xcf
      pic_000013.xcf  ==> pic_000015.xcf
      pic_000014.xcf  ==> pic_000005.xcf
      pic_000015.xcf  ==> pic_000006.xcf