Binary compatibility report for the librasterlite library  between 1.0 and 1.1a versions on x86

Test Info


Library Namelibrasterlite
Version #11.0
Version #21.1a
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types24 / 16
VerdictIncompatible
(4.17%)

Problem Summary


SeverityCount
Added Symbols-16
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
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