Giter VIP home page Giter VIP logo

Comments (3)

moagrius avatar moagrius commented on May 22, 2024

Hm. Looks like that check was added to the framework in 3.0. Normally I don't run downsamples in another thread since they were (originally) supposed to be a quick/easy decode (small file, on disk).

The short answer, and short-term fix, is to disable Strict mode. Failing that, you can hack SampleManager.update to use a new Thread (or an AsyncTask).

When I get a chance, I'll try to pull that out into a separate thread myself for the core, but need to consider any possible ripples, and it's likely not something that will happen right away (if you need it immediately). If you're not sure where to start, and I can probably provide some starter code.

LMK.

from tileview.

moagrius avatar moagrius commented on May 22, 2024

@kwent - did you get this figured out, or should i leave the issue open?

from tileview.

kwent avatar kwent commented on May 22, 2024

You was right. Decoding a downsample image by HTTPDecoder is useless cause the aim is to be fast ( And the downsample file to be in local ). So i guess my question was irrelevant. I close.

Regards,

from tileview.

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.