File: MagickSwirl.bpl

package info (click to toggle)
babygimp 0.41-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 616 kB
  • ctags: 236
  • sloc: perl: 5,872; makefile: 28; sh: 4
file content (17 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$VAR1 = bless( {
                 'alias' => 'MagickSwirl',
                 'type' => 'filter',
                 'comment' => 'Example Plugin (needs ImageMagick)
Note, that this plugin may not run 
on your particular system.',
                 'params' => {
                               '$int1' => {
                                            'alias' => 'Degrees',
                                            'val' => 10,
                                            'min' => '0',
                                            'default' => 10,
                                            'max' => 180
                                          }
                             },
                 'commandstring' => 'convert -swirl $int1 - -'
               }, 'Plugin' );