Coder Social home page Coder Social logo

Comments (3)

forJrking avatar forJrking commented on June 6, 2024

必现么,可以把图片地址抛一下,我周末修复一下

from kluban.

IdioticMadman avatar IdioticMadman commented on June 6, 2024

应该和系统版本有关系。同一张图片。不同的系统调用BitmapFactory行为可能不同.
图片太大,图床上不去

from kluban.

IdioticMadman avatar IdioticMadman commented on June 6, 2024

我改了一下,在使用BitmapFactory获取宽高的时候,使用了裸流。没有使用优化的

        //此处OOM
        var bitmap = srcStream.openInternal().use { inputStream ->
            BitmapFactory.decodeStream(inputStream, null, options)
                ?: throw IOException("decodeStream error")
        }

from kluban.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.