Skip to content
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

Decode alternative image types in ASImageNode at render time #2011

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brandonli-google
Copy link

@brandonli-google brandonli-google commented Jun 24, 2021

Adds support at the Texture level for decoding additional image formats at render time once the final image size is known

The Cartfile changes are because ASPINRemoteImageDownloader currently references API's that don't exist in the older version of PINRemoteImage

See pinterest/PINRemoteImage#602 for corresponding PINRemoteImage change

Upstreamed contribution from Google's fork of Texture

@garrettmoon
Copy link
Member

Just to confirm, this change requires the PINRemoteImage change be merged and released?

@brandonli-google
Copy link
Author

Just to confirm, this change requires the PINRemoteImage change be merged and released?

Yes, that's right. Could add an additional build directive into PINRemoteImage (like #PINCustomDecoders or something) so that they can go in independently. WDYT?

@garrettmoon
Copy link
Member

I don't think that's necessary, PINRemoteImage is due a release soon anyway :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants