Binary compatibility report for the VIPS library between 7.20.1 and 7.20.2 versions on x86
Test Info
Library Name | VIPS |
Version #1 | 7.20.1 |
Version #2 | 7.20.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 52 |
Total Shared Libraries | 2 |
Total Symbols / Types | 1134 / 363 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (2)
inplace.h,
libvips.so.15.13.0
[+] im_insertplace ( IMAGE* big, IMAGE* small, int x, int y ) (2)
changed to:im_insertplace ( IMAGE* main, IMAGE* sub, int x, int y )
| Change | Effect |
---|
1 | 1st parameter big has been renamed to main. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter small has been renamed to sub. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (52)
almostdeprecated.h
arithmetic.h
boolean.h
buf.h
callback.h
check.h
cimg_funcs.h
colour.h
conversion.h
convolution.h
debug.h
deprecated.h
disp.h
dispatch.h
error.h
fmask.h
format.h
freq_filt.h
generate.h
header.h
histograms_lut.h
image.h
inplace.h
interpolate.h
intl.h
mask.h
memory.h
meta.h
morphology.h
mosaicing.h
object.h
other.h
private.h
rect.h
region.h
relational.h
resample.h
semaphore.h
struct.h
thread.h
threadgroup.h
transform.h
util.h
VDisplay.h
VError.h
version.h
video.h
VImage.h
vips
vips.h
vipscpp.h
VMask.h
to the top
Shared Libraries (2)
libvips.so.15.13.0
libvipsCC.so.15.13.0
to the top