File: MagickImplode.bpl

package info (click to toggle)
babygimp 0.41-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 584 kB
  • ctags: 236
  • sloc: perl: 5,872; makefile: 48
file content (16 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$VAR1 = bless( {
                 'alias' => 'MagickImplode',
                 'type' => 'regionfilter',
                 'comment' => 'Example Plugin (need ImageMagick)
Negative implosion factor means explosion.',
                 'params' => {
                               '$int1' => {
                                            'alias' => 'Implosion factor',
                                            'val' => '0',
                                            'min' => -99,
                                            'default' => '0',
                                            'max' => 99
                                          }
                             },
                 'commandstring' => 'convert -implode $int1 - -'
               }, 'Plugin' );