~ubuntu-branches/ubuntu/oneiric/imagemagick/oneiric-updates

« back to all changes in this revision

Viewing changes to PerlMagick/demo/demo.pl

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-06-15 11:05:28 UTC
  • mfrom: (6.2.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110615110528-08jgo07a4846xh8d
Tags: 8:6.6.0.4-3ubuntu1
* Resynchronise with Debian (LP: #797595).  Remaining changes:
  - Make ufraw-batch (universe) a suggestion instead of a recommendation.
  - Make debian/rules install target depend on check; they cannot reliably
    be run in parallel.
  - Don't set MAKEFLAGS in debian/rules; just pass it to the build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
$example->Charcoal('0x1');
104
104
push(@$images,$example);
105
105
 
106
 
print "ColorMatrix...\n";
107
 
$example=$model->Clone();
108
 
$example->Label('ColorMatrix');
109
 
$example->ColorMatrix([1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.5, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1]);
110
 
push(@$images,$example);
111
 
 
112
106
print "Composite...\n";
113
107
$example=$model->Clone();
114
108
$example->Label('Composite');
325
319
$example->Raise('10x10');
326
320
push(@$images,$example);
327
321
 
 
322
print "Recolor...\n";
 
323
$example=$model->Clone();
 
324
$example->Label('Recolor');
 
325
$example->Recolor([1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.5, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1]);
 
326
push(@$images,$example);
 
327
 
328
328
print "Reduce Noise...\n";
329
329
$example=$model->Clone();
330
330
$example->Label('Reduce Noise');