Release notes¶
1.6.25 - March 24, 2025
Implemented support for locating product labels and collectible cards in images.
1.6.24 - December 12, 2024
Implemented support for image IDs.
1.6.23 - September 18, 2024
Changed the ‘no limit’ value for extract_collection_colors method from -1 to 0.
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.
Improved list of color names.
1.6.19 - July 25, 2022
Added timing information to all methods.
1.6.17 - May 26, 2022
Added a wildcard color to color_search method.
1.6.16 - October 7, 2021
Updated extract_image_colors and extract_collection_colors methods to count towards search limits.
1.6.15 – February 12, 2021
Added wildcard filters for image names and image paths to color_search, list and count methods.
Changed the ‘no limit’ value for color_search and list methods from -1 to 0.
1.6.11 - October 8, 2019
Given a list of collection image file paths, retrieve the associated colors from the index using get_image_colors method.
1.6.10 - September 24, 2019
Removed support for color names.
1.6.6 – January 03, 2019
Added support for WebP image format.
1.6.0 – July 18, 2016
Improved color_search performance for certain types of images.
1.5.8 – March 31, 2016
Improved color_search matching for certain types of images.
1.5.8 – March 31, 2016
Fixed weight bug with color_search method.
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.2 – April 16th, 2015
Improved general API performance.
1.5.1 – April 13, 2015
Re-added multiple file support for add, delete, and update_metadata methods for performance on high volume accounts.
1.5.0 – February 16, 2015
Removed multiple file support for add, delete and update_metadata methods for cleaner interface.
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.3.1 – April 18, 2013
Added target_number_colors parameter to the extract_image_colors method.
1.3.0 – November 9, 2012
extract_collection_colors and extract_image_colors methods now return color names (e.g. “Twilight”, “Malachite”, “Desert Sand”) and classes (e.g. “Violet”, “Green”, “Brown”).
1.2.0 – August 13, 2012
Added support for blocking/synchronous API calls while adding, deleting, or updating metadata on images. This can be more convenient then the previous behaviour of getting an error message if a search is performed during an add, delete or update_metadata call. API calls now take an optional timeout parameter that allows you to continue to use the API in an asynchronous manner.
1.1.1 – July 26, 2012
Merged metadata_search with color_search.
1.1.0 – July 24, 2012
Added the update_metadata method, which allows for updating an image’s metadata without having to delete and re-add it.
1.0.0
Initial release.