-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieve pictures of players without background #350
Comments
Does someone have any update on this or is that not possible? |
Indeed, thank you @jmallot21 for the update! |
Thanks for the answer but it does not really solve my problems. That's because:
What I need are the pictures of players from cards without backgrounds. For example a picture of Mason Mount from his old card with a Chelsea jersey. At the moment I can only get the old picture with the background of the card or the current image without background but with the Manchester United jersey. |
@ithawa did you solve your Invariant Violation error? I'm getting this too as of today but no idea why |
I want to retrieve the pictures of players from a card for a specific season without the background.
examples:
{
season(startYear: 2021) {
cards(teamSlugs: "mainz-05-mainz", serialNumber: 1, rarities: rare) {
nodes {
pictureUrl(derivative: "avatar")
}}}}
Are there more derivatives, to get a picture of the upper or the whole body from the picture for that card?
Is there a way to get the shown pictures without the background. I saw in the docs that there is a "SeasonPicture". Is that the right way and if yes how is it used?
{
baseballTeam(slug: "new-york-yankees") {
players {
avatarImageUrl
}}}
Is there a parameter to get a picture without the background?
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: