~ubuntu-branches/ubuntu/natty/imagemagick/natty-updates

« back to all changes in this revision

Viewing changes to magick/enhance.h

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2010-06-20 19:59:55 UTC
  • mfrom: (6.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100620195955-n3eq0yenhycw888i
Tags: 7:6.6.2.6-1
* New upstream release;
* Change Recommends on ufraw to ufraw-batch (Closes: #579775);
* Fix FTBFS when using dash to run the configure script, by setting
  CONFIG_SHELL=/bin/bash (Closes: #582073, #583024). Thank you, Niko Tyni!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
 
2
  Copyright 1999-2010 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.
27
27
  AutoGammaImageChannel(Image *,const ChannelType),
28
28
  AutoLevelImage(Image *),
29
29
  AutoLevelImageChannel(Image *,const ChannelType),
 
30
  BrightnessContrastImage(Image *,const double,const double),
 
31
  BrightnessContrastImageChannel(Image *,const ChannelType,const double,
 
32
    const double),
30
33
  ClutImage(Image *,const Image *),
31
34
  ClutImageChannel(Image *,const ChannelType,const Image *),
32
35
  ColorDecisionListImage(Image *,const char *),