Home | History | Annotate | Download | only in coders

Lines Matching defs:next_image

113     *next_image,
172 next_image=ReadImage(read_info,exception);
174 if (next_image == (Image *) NULL)
176 label=InterpretImageProperties((ImageInfo *) image_info,next_image,
178 (void) SetImageProperty(next_image,"label",label,exception);
182 "geometry: %.20gx%.20g",(double) next_image->columns,(double)
183 next_image->rows);
184 SetGeometry(next_image,&geometry);
187 thumbnail_image=ThumbnailImage(next_image,geometry.width,geometry.height,
191 next_image=DestroyImage(next_image);
192 next_image=thumbnail_image;
196 "thumbnail geometry: %.20gx%.20g",(double) next_image->columns,(double)
197 next_image->rows);
198 AppendImageToList(&images,next_image);