Code Monkey home page Code Monkey logo

Comments (5)

crowforkotlin avatar crowforkotlin commented on May 26, 2024

I tried clearing the local cache data and reinstalling to no avail. Apparently this has something to do with loading links.

from coil.

colinrtwhite avatar colinrtwhite commented on May 26, 2024

Your image is very tall (18,000 pixels) and the size isn't being constrained based on your ImageRequest. You need to set a bounding size and likely set scale(Scale.FIT) to ensure the image is decoded into memory at a smaller size (2000x2000 should be safe).

EDIT: I'd recommend using something like Telephoto for viewing this image as it has optimizations related to showing partial images on screen and panning and zooming. It has integrations with Coil.

from coil.

crowforkotlin avatar crowforkotlin commented on May 26, 2024

Is there any other way to solve this problem? I added scale fit but it has no effect, and this problem will definitely occur with 20588 pixels.
Scale loads 18000 pixels high with no problem
But something went wrong when it reached 20588

[Failure]Pixels Height 20588 : https://hi77-overseas.mangafunb.fun/wsgegdwclmq/5ea80/1664635536820007.jpg.c800x.jpg
[Success]Pixels Height 18000 : https://hi77-overseas.mangafunb.fun/jiushu/5bc43/1678584735070010.png.c1500x.jpg

from coil.

crowforkotlin avatar crowforkotlin commented on May 26, 2024
.decoderFactory { source, options, loader ->
                    decoder{
                        val Bitmap = BitmapFactory.decodeStream(source.source.source().inputStream())
                        val result = DecodeResult(drawable =bitmap.toDrawable(app.resources), false)
                        result
                    }
                }

I checked the source code and rewrote decodeFactory. Now the 23,000 pixel high image has been loaded and is very clear. I'm not sure what the risks are with this implementation? And I think the implementation of BitmapDecode in the source code is relatively complicated. Should I pay attention to some more important logic for custom implementation? Can you give me some suggestions?
@colinrtwhite

from coil.

crowforkotlin avatar crowforkotlin commented on May 26, 2024

@colinrtwhite

from coil.

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.