Availability of company logos
All image links from ITscope are delivered via a dedicated service, in order to ensure better performance and cache utilisation. The links are used consistently across the ITscope platform, exports, and API formats.
Use the following URL structure to obtain the company logo of a distributor:
https://media.itscope.com/img/distributor/14
or for manufacturers:
https://media.itscope.com/img/manufacturer/7
The parameter at the end of the URL is the manufacturer or distributor ID. The manufacturer or distributor IDs can be retrieved with a manufacturer API query:
https://api.itscope.com/2.1/company/manufacturer/company.xml
or for distributors:
https://api.itscope.com/2.1/company/distributor/company.xml
Adaptation of logos
Images can also be transformed on the fly with additional parameters, e.g. fit or cut to size. For example:
https://media.itscope.com/img/distributor/14?fitcrop=64x64dBOTH&greyscale=1
available:
- Fit picture:
- fit={$width}x{$height}
- Fit picture with cropping:
- fitcrop={$width}x{$height}d[NONE|VERTICAL|HORIZONTAL|BOTH|SMALLEST]
- Fit picture and rotate:
- smart={$width}x{$height}x{$rotation}
- Image in greyscale:
- greyscale=1
The results are kept in the cache for one day.