Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle many channels #624

Open
will-moore opened this issue Feb 17, 2025 · 0 comments
Open

Handle many channels #624

will-moore opened this issue Feb 17, 2025 · 0 comments

Comments

@will-moore
Copy link
Member

The key limitations when handling images with multiple channels are:

  • Long rendering request string. E.g. Images with more than 50 channels in the render quest string can result in a length over 4k characters which is typically rejected by nginx. Solutions we have used elsewhere:
  • UI layout: The long channel list pushes the bottom of the panel (Crop controls) out of view:

Image

This could be improved with a scrollable panel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant