Release notes¶
1.6.25 - March 24, 2025
Implemented support for locating product labels and collectible cards in images.
Added a size parameter to overaly URLs in order to allow generation of higher resolution overaly images.
1.6.24 - December 12, 2024
Enabled metadata and implemented support for image IDs.
Implemented update_metadata and get_metadata methods.
1.6.23 - September 18, 2024
Modified get_info method to return a health score for image’s fingerprint.
1.6.22 - May 22, 2024
Implemented multithreaded image indexing.
Allow multiple images per request for add, update and delete methods.
Modified get_info method to return image’s dimensions.
1.6.21 - March 1, 2023
1.6.20 - September 8, 2022
Added support for AVIF image format.
1.6.19 - July 25, 2022
Added timing information to all methods.
1.6.15 – February 12, 2021
1.6.14 – November 06, 2020
For each match return the locations of matching areas in the query and collection images.
The locations returned by MobileEngine for matching areas are provided as percentage values computed relative to image’s dimensions.
1.6.6 – January 03, 2019
Added support for WebP image format.
1.6.1 – March 9, 2017
Added filepath comparison to compare so your collection images can be used for comparisons.
1.6.0 – July 18, 2016
1.5.8 – March 31, 2016
Improved search matching for certain types of images.
1.5.7 – February 18, 2016
Improved search performance for certain types of images.
1.5.6 – November 12, 2015
Introducing timeout for images that take too long to resize.
1.5.5 – July 30, 2015
Fixing some URL downloads that were failing.
1.5.4 – July 14, 2015
Added color comparison to compare method.
1.5.3 – July 1, 2015
enhanced_score is now returned as a separate value in compare method results and does not overwrite the score value anymore.
1.5.2 – April 16, 2015
Improved general API performance.
1.5.1 – April 13, 2015
Added enhanced_score parameter to the compare method. enhanced_score computes a more accurate score for a comparison but runs slower.
Re-added multiple file support for add, and delete methods for performance on high volume accounts.
1.5.0 – February 16, 2015
Removed multiple file support for add, and delete methods for cleaner interface.
Updated HTTP verbs for API REST methods.
1.4.1 – October 4, 2014
Overlays now need to be requested with the generate_overlay parameter for search and compare methods.
1.4.0 – March 20, 2014
Improved backup functions.
Improved image resizing speed when adding multiple images.
Improved search performance.
1.3.3 – January 21, 2014
Improved search performance.
1.3.2 – July 4, 2013
Bug fixes.
Added internal option to not save query images. This is for enhanced performance on high search volume accounts.
ping method can now be run in parallel with add/delete methods.
1.2.0 – August 13, 2012
Added support for blocking/synchronous API calls while adding or deleting images. This can be more convenient then the previous behaviour of getting an error message if a search is performed during an add or delete call. API calls now take an optional timeout parameter that allows you to continue to use the API in an asynchronous manner.
Version 1.0.0
Initial release.