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

Android: Fix Image.getSize to be memory friendly #15887

Closed
wants to merge 1 commit into from

Commits on Jul 14, 2017

  1. Android: Fix Image.getSize to be memory friendly

    Original implementation will need to load the full image into memory,
    which will cause out of memory error if the image is large in size.
    Bood Qian committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    ea4b4dd View commit details
    Browse the repository at this point in the history