GithubHelp home page GithubHelp logo

Comments (2)

ocastx avatar ocastx commented on July 20, 2024

Actually I just found out that this bug is related to the bug that I thought was in my code.

I tried saving two images, the first one is the original raw image image from a camera and the second one is a smaller edited version. The edited version was always saved in the pipeline and the original one wasn't.
After debugging through the framework I found out, that the image was too big for the memory because of the boundaries set by the configuration. Although the image is too big it should be saved to the disk, which wasn't done because of the above mentioned bug. After using the updated code, both images were saved to the pipeline as expected.

One thought, which could have helped finding this bug and could maybe also help finding bottlenecks, is a debug message in updateImageEntry:forciblyReplaceExisting: in TPImageMemoryCache that the memory cache was skipped due to max size of the cache entry.

Now after finding this one I must say I'm very happy using this library as it is well written and it really helps in my current/future projects. :)

from ios-twitter-image-pipeline.

NSProgrammer avatar NSProgrammer commented on July 20, 2024

Thanks for fixing this bug!

from ios-twitter-image-pipeline.

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.