Binary compatibility report for the VIPS library  between 7.36.5 and 7.38.0 versions on x86

Test Info


Library NameVIPS
Version #17.36.5
Version #27.38.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files52
Total Shared Libraries2
Total Symbols / Types1733 / 421
VerdictIncompatible
(0.5%)

Problem Summary


SeverityCount
Added Symbols-56
Removed SymbolsHigh7
Problems with
Data Types
High0
Medium1
Low5
Problems with
Symbols
High0
Medium2
Low0
Problems with
Constants
Low0

Added Symbols (56)


conversion.h, libvips.so.35.1.1
vips_bandrank VipsImage** in, VipsImage** out, int n, ... )
vips_crop ( VipsImage* input, VipsImage** output, int left, int top, int width, int height, ... )
vips_gamma VipsImage* in, VipsImage** out, ... )
vips_rot45 VipsImage* in, VipsImage** out, ... )

convolution.h, libvips.so.35.1.1
vips_compass VipsImage* in, VipsImage** out, VipsImage* mask, ... )
vips_convsep VipsImage* in, VipsImage** out, VipsImage* mask, ... )
vips_gaussblur VipsImage* in, VipsImage** out, int radius, ... )
vips_sharpen VipsImage* in, VipsImage** out, ... )

create.h, libvips.so.35.1.1
vips_fractsurf VipsImage** out, int width, int height, double fractal_dimension, ... )
vips_gaussmat VipsImage** out, double sigma, double min_ampl, ... )
vips_logmat VipsImage** out, double sigma, double min_ampl, ... )
vips_mask_butterworth VipsImage** out, int width, int height, double order, double frequency_cutoff, double amplitude_cutoff, ... )
vips_mask_butterworth_band VipsImage** out, int width, int height, double order, double frequency_cutoff_x, double frequency_cutoff_y, double r, double amplitude_cutoff, ... )
vips_mask_butterworth_ring VipsImage** out, int width, int height, double order, double frequency_cutoff, double amplitude_cutoff, double ringwidth, ... )
vips_mask_fractal VipsImage** out, int width, int height, double fractal_dimension, ... )
vips_mask_gaussian VipsImage** out, int width, int height, double frequency_cutoff, double amplitude_cutoff, ... )
vips_mask_gaussian_band VipsImage** out, int width, int height, double frequency_cutoff_x, double frequency_cutoff_y, double r, double amplitude_cutoff, ... )
vips_mask_gaussian_ring VipsImage** out, int width, int height, double frequency_cutoff, double amplitude_cutoff, double ringwidth, ... )
vips_mask_ideal VipsImage** out, int width, int height, double frequency_cutoff, ... )
vips_mask_ideal_band VipsImage** out, int width, int height, double frequency_cutoff_x, double frequency_cutoff_y, double r, ... )
vips_mask_ideal_ring VipsImage** out, int width, int height, double frequency_cutoff, double ringwidth, ... )

enumtypes.h, libvips.so.35.1.1
vips_angle45_get_type ( )
vips_combine_get_type ( )
vips_operation_morphology_get_type ( )
vips_pcs_get_type ( )

error.h, libvips.so.35.1.1
vips_check_oddsquare ( char const* domain, VipsImage* im )
vips_check_separable ( char const* domain, VipsImage* im )

foreign.h, libvips.so.35.1.1
vips_matrixprint VipsImage* in, ... )

freqfilt.h, libvips.so.35.1.1
vips_freqmult VipsImage* in, VipsImage* mask, VipsImage** out, ... )
vips_fwfft VipsImage* in, VipsImage** out, ... )
vips_invfft VipsImage* in, VipsImage** out, ... )
vips_phasecor VipsImage* in1, VipsImage* in2, VipsImage** out, ... )
vips_spectrum VipsImage* in, VipsImage** out, ... )

gate.h, libvips.so.35.1.1
vips__thread_gate_start char const* gate_name )
vips__thread_gate_stop char const* gate_name )
vips__thread_malloc_free gint64 size )
vips__thread_profile [data]
vips__thread_profile_attach char const* thread_name )
vips__thread_profile_detach ( )
vips__thread_profile_stop ( )

generate.h, libvips.so.35.1.1
vips_image_pipeline_array ( VipsImage* image, enum VipsDemandStyle hint, VipsImage** in )
vips_image_pipelinev ( VipsImage* image, enum VipsDemandStyle hint, ... )

morphology.h, libvips.so.35.1.1
vips_countlines VipsImage* in, double* nolines, enum VipsDirection direction, ... )
vips_median VipsImage* in, VipsImage** out, int size, ... )
vips_morph VipsImage* in, VipsImage** out, VipsImage* mask, enum VipsOperationMorphology morph, ... )
vips_rank VipsImage* in, VipsImage** out, int width, int height, int index, ... )

private.h, libvips.so.35.1.1
vips__demand_hint_array ( struct _VipsImage* image, int hint, struct _VipsImage** in )
vips__get_sizeof_vipsobject ( )
vips__image_copy_fields_array ( struct _VipsImage* out, struct _VipsImage** in )
vips__init char const* argv0 )

VImage.h, libvipsCC.so.35.1.1
namespace vips
init char const* argv0 )
shutdown ( )

vips.h, libvips.so.35.1.1
vips_thread_shutdown ( )

vips7compat.h, libvips.so.35.1.1
im_cp_desc VipsImage* out, VipsImage* in )
im_cp_descv VipsImage* im, ... )
im_imask2vips INTMASK* in, VipsImage* out )

to the top

Removed Symbols (7)


conversion.h, libvips.so.35.0.5
vips_gammacorrect VipsImage* in, VipsImage** out, ... )

generate.h, libvips.so.35.0.5
vips_demand_hint ( VipsImage* image, enum VipsDemandStyle hint, ... )
vips_demand_hint_array ( VipsImage* image, enum VipsDemandStyle hint, VipsImage** in )

header.h, libvips.so.35.0.5
vips_image_copy_fields VipsImage* out, VipsImage* in )
vips_image_copy_fields_array VipsImage* out, VipsImage** in )
vips_image_copy_fieldsv VipsImage* out, VipsImage* in1, ... )

vips.h, libvips.so.35.0.5
vips_init char const* argv0 )

to the top

Problems with Data Types, Medium Severity (1)


foreign.h
[+] enum VipsForeignFlags (1)

to the top

Problems with Symbols, Medium Severity (2)


freq_filt.h, libvips.so.35.0.5
[+] im_create_fmask VipsImage* out, int xsize, int ysize, enum VipsMaskType flag, ... ) (1)
[+] im_flt_image_freq VipsImage* in, VipsImage* out, enum VipsMaskType flag, ... ) (1)

to the top

Problems with Data Types, Low Severity (5)


foreign.h
[+] enum VipsForeignFlags (1)

image.h
[+] struct _VipsImage (1)

operation.h
[+] struct _VipsOperation (2)

private.h
[+] struct _VipsBuffer (1)

to the top

Header Files (52)


almostdeprecated.h
arithmetic.h
basic.h
buf.h
cimg_funcs.h
colour.h
conversion.h
convolution.h
create.h
debug.h
deprecated.h
dispatch.h
enumtypes.h
error.h
foreign.h
format.h
freq_filt.h
generate.h
header.h
histogram.h
image.h
inplace.h
interpolate.h
intl.h
mask.h
memory.h
morphology.h
mosaicing.h
object.h
operation.h
private.h
rect.h
region.h
relational.h
resample.h
semaphore.h
thread.h
threadpool.h
transform.h
type.h
util.h
VDisplay.h
vector.h
VError.h
version.h
video.h
VImage.h
vips
vips.h
vips7compat.h
vipscpp.h
VMask.h

to the top

Shared Libraries (2)


libvips.so.35.0.5
libvipsCC.so.35.0.5

to the top




Generated on Tue Jan 21 15:40:30 2014 for VIPS by ABI Compliance Checker 1.99.8.6  
A tool for checking backward compatibility of a C/C++ library API