~ubuntu-branches/ubuntu/karmic/photoprint/karmic

« back to all changes in this revision

Viewing changes to imagesource/imagesource_util.h

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070501163213-k0gaendx7grjlmk5
Tags: upstream-0.3.5
ImportĀ upstreamĀ versionĀ 0.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        IS_SCALING_NEARESTNEIGHBOUR,
10
10
        IS_SCALING_BILINEAR,
11
11
        IS_SCALING_LANCZOSSINC,
12
 
        IS_SCALING_MAX
 
12
        IS_SCALING_MAX,
 
13
        IS_SCALING_DOWNSAMPLE   // An extra entry used for high-quality image reduction.
13
14
};
14
15
 
15
16
struct IS_ScalingQualityDescription