~ubuntu-branches/ubuntu/saucy/vips/saucy

« back to all changes in this revision

Viewing changes to libvips/include/vips/image.h

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2012-05-29 14:25:06 UTC
  • mfrom: (1.1.18) (30.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120529142506-caq92wajlrmde3nt
Tags: 7.28.5-1
* New upstream release
* multiarch, hardening
* Support bigtiff

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
void vips_image_invalidate_all( VipsImage *image );
477
477
 
478
478
void vips_image_preeval( VipsImage *image );
479
 
void vips_image_eval( VipsImage *image, int w, int h );
 
479
void vips_image_eval( VipsImage *image, guint64 processed );
480
480
void vips_image_posteval( VipsImage *image );
481
481
void vips_image_set_progress( VipsImage *image, gboolean progress );
482
482