File: plug-in-gap-reverse.txt

package info (click to toggle)
gimp-gap 2.6.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 19,656 kB
  • ctags: 7,358
  • sloc: ansic: 119,801; sh: 3,890; makefile: 932; lisp: 97; pascal: 55
file content (35 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (4)
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
"plug-in-gap-reverse"

Frame Sequence Reverse

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

    This feature reverses the specified sequencew of frames
    in the affected range.
    The affected range is specified with "From Frame"
    and "To Frame".
    
    
Example:
    
    Assume tere are 10 frames:
      pic_000001.xcf
      pic_000002.xcf
   
      pic_000010.xcf
     
    After applying the Frame Sequence Reverse with settings:

      From Frame: 5
      To Frame:   8
      
      
   the affected frames are renumbered as shown here:

      old name            new name
      ----------------------------------
      pic_000005.xcf  ==> pic_000008.xcf
      pic_000006.xcf  ==> pic_000007.xcf
      pic_000007.xcf  ==> pic_000006.xcf
      pic_000008.xcf  ==> pic_000005.xcf