~noskcaj/ubuntu/saucy/imagemagick/lp1218248

« back to all changes in this revision

Viewing changes to PerlMagick/t/composite.t

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-07-10 11:21:50 UTC
  • mfrom: (6.2.24 sid)
  • Revision ID: package-import@ubuntu.com-20120710112150-liko2z4agqah3n5t
Tags: 8:6.7.7.10-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Make ufraw-batch (universe) a suggestion instead of a recommendation.
  - Don't set MAKEFLAGS in debian/rules; just pass it to the build.
* debian/control:
  - Build-Depend on libtiff5-dev instead of libtiff-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/perl
2
 
#  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
 
2
#  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
3
3
#  dedicated to making software imaging solutions freely available.
4
4
#
5
5
#  You may not use this file except in compliance with the License.  You may
27
27
#
28
28
testCompositeCompare('gradient:white-black',q/size=>"100x80"/,
29
29
  'input.miff', q//, q/, gravity=>'Center', compose=>'Add'/,
30
 
  'reference/composite/Add.miff', 0.1, 1.03);
 
30
  'reference/composite/Add.miff', 0.2, 1.03);
31
31
#
32
32
# Atop
33
33
#