arrrlo / Google-Images-Search

[PYTHON] Search for image using Google Custom Search API and resize & crop afterwards
MIT License
178 stars 34 forks source link

Add imgColorType param for google api #112

Closed SantaHey closed 3 years ago

SantaHey commented 3 years ago

I needed imgColorType parameter to looking for transparent images.

I added it for google api (I didn't add it for CLI)

Source: https://developers.google.com/custom-search/v1/reference/rest/v1/cse/list#body.QUERY_PARAMETERS.img_color_type

arrrlo commented 3 years ago

Hi @SantaHey,

Thanks for the contribution. Pull request has been merged and new version of the lib is on pypi.

Cheers!