~ubuntu-branches/ubuntu/quantal/imagemagick/quantal

« back to all changes in this revision

Viewing changes to magick/list.c

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 13:01:13 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090604130113-my9114jxmafpwew3
Tags: 7:6.5.1.0-1.1ubuntu1
* Merge from debian unstable, remaining changes:
  - (Build-)depend on libltdl7-dev instead of libltdl3-dev (the armel buildds
    currently have both available).
  - Don't build-dep on librsvg, it brings in excessive dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
%                               December 2002                                 %
18
18
%                                                                             %
19
19
%                                                                             %
20
 
%  Copyright 1999-2008 ImageMagick Studio LLC, a non-profit organization      %
 
20
%  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization      %
21
21
%  dedicated to making software imaging solutions freely available.           %
22
22
%                                                                             %
23
23
%  You may not use this file except in compliance with the License.  You may  %
120
120
%
121
121
%    o images: the image list.
122
122
%
123
 
%    o exception: Return any errors or warnings in this structure.
 
123
%    o exception: return any errors or warnings in this structure.
124
124
%
125
125
*/
126
126
MagickExport Image *CloneImageList(const Image *images,ExceptionInfo *exception)
194
194
%    o scenes: This character string specifies which scenes to clone
195
195
%      (e.g. 1,3-5,7-3,2).
196
196
%
197
 
%    o exception: Return any errors or warnings in this structure.
 
197
%    o exception: return any errors or warnings in this structure.
198
198
%
199
199
*/
200
200
MagickExport Image *CloneImages(const Image *images,const char *scenes,
332
332
%    o scenes: This character string specifies which scenes to delete
333
333
%      (e.g. 1,3-5,-2-6,2).
334
334
%
335
 
%    o exception: Return any errors or warnings in this structure.
 
335
%    o exception: return any errors or warnings in this structure.
336
336
%
337
337
*/
338
338
MagickExport void DeleteImages(Image **images,const char *scenes,
739
739
%
740
740
%    o image: the image list.
741
741
%
742
 
%    o exception: Return any errors or warnings in this structure.
 
742
%    o exception: return any errors or warnings in this structure.
743
743
%
744
744
*/
745
745
MagickExport Image **ImageListToArray(const Image *images,