Git Product home page Git Product logo

Comments (2)

CasparCGImport avatar CasparCGImport commented on July 17, 2024

Submitted by nickehallgren

The problem seems to be just on wider images, higher images starts faster (depending on blur setting this can be slow too) and if I load or play a wide image without speed I still get file not found in 2.0.3 stable when it sqeezes the image and loads/plays with a to high image

from server.

CasparCGImport avatar CasparCGImport commented on July 17, 2024

Submitted by hellgore

Both the premultiply and the blur option causes the load time to be longer than usual because of the image processing done (more optimization could of course be done on that code). If you compare the time to load without specifying PREMULTIPLY or BLUR > 0 you should get the same load time as in 2.0.2.

Regarding the file not found its because the image_producer (used when no speed parameter is given) tries to allocate a opengl texture which is too big. The image_scroll_producer fragments the image into smaller textures stacked on top of each (vertical scrolling) other or side by side (horizontal scrolling). The image_producer is simply not made for extremely large images

from server.

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.