So based on the API this is the image sizes I can use. But I am using this taken for the actual website: https://image.tmdb.org/t/p/w1400_and_h450_bestv2
Where can I find more information these sizes? I think there are many more sizes that isnt mentioned in the API docs. It would really mean a lot to me. I can really improve the performance of my project. Thanks.
{
"images": {
"base_url": "http://image.tmdb.org/t/p/",
"secure_base_url": "https://image.tmdb.org/t/p/",
"backdrop_sizes": [
"w300",
"w780",
"w1280",
"original"
],
"logo_sizes": [
"w45",
"w92",
"w154",
"w185",
"w300",
"w500",
"original"
],
"poster_sizes": [
"w92",
"w154",
"w185",
"w342",
"w500",
"w780",
"original"
],
"profile_sizes": [
"w45",
"w185",
"h632",
"original"
],
"still_sizes": [
"w92",
"w185",
"w300",
"original"
]
}
}
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2018 年 01 月 16 日 1:03下午
Hi @isakurehpaz,
Choosing to use anything that is not listed in the configuration method is not officially supported. I can't stop you from doing that of course but I make no guarantees that that image size will exist permanently like the officially supported ones. There is no information about any other sizes because they aren't supported on the API.
isakurehpaz 的回复
于 2018 年 01 月 17 日 6:18下午
The actual website uses some of them so thats why. Do you guys have your own API on top of the one that is accessible by the public? And Is there any plans to add more options?
Travis Bell 的回复
于 2018 年 01 月 21 日 12:32下午
I have lots of features that are only available to me
I might add support for some official "small", "medium" and "large" face cropping sizes. Odd timing on this because I just rebuilt or image service and have a whole new set of images that will be going live this week. The
bestv2
images are being retired. The new face detection and cropping is better thanbestv2
.I can see other people using
bestv2
in the logs and this is precisely why I have always discouraged their use. They'll stop working at some point in the next week or so.isakurehpaz 的回复
于 2018 年 01 月 21 日 1:06下午
travis share some of these features with us
alright. Looking forward using the new face detection & cropping. Btw you guys should consider making a premium version of the API. Me and I am sure many others would pay for it. Thanks for the response.