Coder Social home page Coder Social logo

Comments (11)

v8hid avatar v8hid commented on May 12, 2024 1
  1. howto calculate mask_width? just output_size/2?

it should be less than image_width / 2, the optimal result might be image_width / 4

from infinite-zoom-automatic1111-webui.

v8hid avatar v8hid commented on May 12, 2024

Hello @GeorgLegato, I'm interested in learning more about the features you're looking to add to the project. I have a list of potential features and would welcome your input. If you're interested in contributing, I can add you to the project.

In order to communicate more directly, could you please let me know how I can reach you? Thank you!

from infinite-zoom-automatic1111-webui.

GeorgLegato avatar GeorgLegato commented on May 12, 2024

nothing special. just to extend stuff, like
ratio support, not only squared
I havent yet understood completely how the process is, so i need a bit to investigate
put me to your project, communication here is fine

from infinite-zoom-automatic1111-webui.

GeorgLegato avatar GeorgLegato commented on May 12, 2024

One feature for 360 panorama movies is to end the video on the last frame, forevery. So tha zoom in/out of the movie can be still viewed interactively in the 360 sphere.

from infinite-zoom-automatic1111-webui.

GeorgLegato avatar GeorgLegato commented on May 12, 2024

@v8hid I would like to create such videos:
https://photo-sphere-viewer.js.org/guide/adapters/equirectangular-video.html#example

from infinite-zoom-automatic1111-webui.

v8hid avatar v8hid commented on May 12, 2024

There are a few issues that we should consider:

  1. The program is currently designed to process images with aspect ratios of 1:1. We should verify if the program should be updated to handle other aspect ratios as well.

  2. If you want to change the resolution, you will need to modify the mask_with variable accordingly.

  3. If we want to add a button for sending images to another extension, we should check if the user has that extension installed before showing the button.

from infinite-zoom-automatic1111-webui.

GeorgLegato avatar GeorgLegato commented on May 12, 2024
  1. yes, thats why first the slider tweaks both x and y
  2. i ll check
    3 the sendto button is already in my extension. so my extension is installed and adds this button.

from infinite-zoom-automatic1111-webui.

GeorgLegato avatar GeorgLegato commented on May 12, 2024
  1. howto calculate mask_width? just output_size/2?

from infinite-zoom-automatic1111-webui.

GeorgLegato avatar GeorgLegato commented on May 12, 2024

video size is always 512, because the size of frames is not used for writing, see video.py line 17 "w,h" unsused

from infinite-zoom-automatic1111-webui.

v8hid avatar v8hid commented on May 12, 2024

video size is always 512, because the size of frames is not used for writing, see video.py line 17 "w,h" unsused

Right thank you, I need to refactor the code soon :))

from infinite-zoom-automatic1111-webui.

GeorgLegato avatar GeorgLegato commented on May 12, 2024

video size is always 512, because the size of frames is not used for writing, see video.py line 17 "w,h" unsused

Right thank you, I need to refactor the code soon :))

I have disabled the w,h variables. the writer is not to be set explicetely, driven by input frame size and that block size

from infinite-zoom-automatic1111-webui.

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.