Binary compatibility report for the librasterlite library between 1.0 and 1.1a versions on x86
Test Info
Library Name | librasterlite |
Version #1 | 1.0 |
Version #2 | 1.1a |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 24 / 16 |
Verdict | Incompatible (4.17%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 16 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (16)
rasterlite.h,
librasterlite.so.0.1.0
rasterliteGetRawImage ( void* handle, double cx, double cy, double pixel_size, int width, int height, int raw_format, void** raster, int* size )
rasterliteGetRawImage2 ( void* handle, double cx, double cy, double pixel_x_size, double pixel_y_size, int width, int height, int raw_format, void** raster, int* size )
rasterliteGetRawImageByRect ( void* handle, double x1, double y1, double x2, double y2, double pixel_size, int width, int height, int raw_format, void** raster, int* size )
rasterliteGetRawImageByRect2 ( void* handle, double x1, double y1, double x2, double y2, double pixel_x_size, double pixel_y_size, int width, int height, int raw_format, void** raster, int* size )
rasterliteGifBlobToRawImage ( void const* blob, int blob_size, int raw_format, void** raw, int* width, int* height )
rasterliteJpegBlobToRawImage ( void const* blob, int blob_size, int raw_format, void** raw, int* width, int* height )
rasterlitePngBlobToRawImage ( void const* blob, int blob_size, int raw_format, void** raw, int* width, int* height )
rasterliteRawImageToGeoTiffFile ( void const* raw, int raw_format, int width, int height, char const* path, double x_size, double y_size, double xllcorner, double yllcorner, char const* proj4text )
rasterliteRawImageToGifFile ( void const* raw, int raw_format, int width, int height, char const* path )
rasterliteRawImageToGifMemBuf ( void const* raw, int raw_format, int width, int height, int* size )
rasterliteRawImageToJpegFile ( void const* raw, int raw_format, int width, int height, char const* path, int quality )
rasterliteRawImageToJpegMemBuf ( void const* raw, int raw_format, int width, int height, int* size, int quality )
rasterliteRawImageToPngFile ( void const* raw, int raw_format, int width, int height, char const* path )
rasterliteRawImageToPngMemBuf ( void const* raw, int raw_format, int width, int height, int* size )
rasterliteRawImageToTiffMemBuf ( void const* raw, int raw_format, int width, int height, int* size )
rasterliteTiffBlobToRawImage ( void const* blob, int blob_size, int raw_format, void** raw, int* width, int* height )
to the top
Removed Symbols (1)
rasterlite.h,
librasterlite.so.1.0.0
rasterliteWaveletToPng ( void const* blob, int blob_size, void** png_blob, int* png_size )
to the top
Header Files (1)
rasterlite.h
to the top
Shared Libraries (1)
librasterlite.so.1.0.0
to the top
Generated on Mon Mar 5 16:18:00 2012 for librasterlite by ABI Compliance Checker 1.96.8
A tool for checking backward binary compatibility of a shared C/C++ library API