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

« back to all changes in this revision

Viewing changes to magick/effect.h

  • 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:
69
69
  *BlurImage(const Image *,const double,const double,ExceptionInfo *),
70
70
  *BlurImageChannel(const Image *,const ChannelType,const double,const double,
71
71
    ExceptionInfo *),
72
 
  *ConvolveImage(const Image *,const size_t,const double *,ExceptionInfo *),
73
 
  *ConvolveImageChannel(const Image *,const ChannelType,const size_t,
 
72
  *ConvolveImage(const Image *,const unsigned long,const double *,
 
73
    ExceptionInfo *),
 
74
  *ConvolveImageChannel(const Image *,const ChannelType,const unsigned long,
74
75
    const double *,ExceptionInfo *),
75
76
  *DespeckleImage(const Image *,ExceptionInfo *),
76
77
  *EdgeImage(const Image *,const double,ExceptionInfo *),