| image.h | | image.h | |
| | | | |
| skipping to change at line 422 | | skipping to change at line 422 | |
| | | | |
| void vips_image_minimise_all( VipsImage *image ); | | void vips_image_minimise_all( VipsImage *image ); | |
| | | | |
| void vips_image_set_progress( VipsImage *image, gboolean progress ); | | void vips_image_set_progress( VipsImage *image, gboolean progress ); | |
| | | | |
| char *vips_filename_get_filename( const char *vips_filename ); | | char *vips_filename_get_filename( const char *vips_filename ); | |
| char *vips_filename_get_options( const char *vips_filename ); | | char *vips_filename_get_options( const char *vips_filename ); | |
| | | | |
| VipsImage *vips_image_new( void ); | | VipsImage *vips_image_new( void ); | |
| VipsImage *vips_image_new_memory( void ); | | VipsImage *vips_image_new_memory( void ); | |
|
| | | VipsImage *vips_image_memory( void ); | |
| VipsImage *vips_image_new_from_file( const char *name, ... ) | | VipsImage *vips_image_new_from_file( const char *name, ... ) | |
| __attribute__((sentinel)); | | __attribute__((sentinel)); | |
| VipsImage *vips_image_new_from_file_RW( const char *filename ); | | VipsImage *vips_image_new_from_file_RW( const char *filename ); | |
| VipsImage *vips_image_new_from_file_raw( const char *filename, | | VipsImage *vips_image_new_from_file_raw( const char *filename, | |
| int xsize, int ysize, int bands, guint64 offset ); | | int xsize, int ysize, int bands, guint64 offset ); | |
| VipsImage *vips_image_new_from_memory( void *data, size_t size, | | VipsImage *vips_image_new_from_memory( void *data, size_t size, | |
| int width, int height, int bands, VipsBandFormat format ); | | int width, int height, int bands, VipsBandFormat format ); | |
| VipsImage *vips_image_new_from_buffer( void *buf, size_t len, | | VipsImage *vips_image_new_from_buffer( void *buf, size_t len, | |
| const char *option_string, ... ) | | const char *option_string, ... ) | |
| __attribute__((sentinel)); | | __attribute__((sentinel)); | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 1 lines changed or added | |
|