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

Displaying more than one image in the same view #573

Open
rvnses opened this issue Feb 14, 2023 · 0 comments
Open

Displaying more than one image in the same view #573

rvnses opened this issue Feb 14, 2023 · 0 comments

Comments

@rvnses
Copy link

rvnses commented Feb 14, 2023

I need to display a couple images together on screen, I expect them to have a resolution above the max texture size, so tilling would be necessary. And I need both images to be zoomable at the same time, as they are a single one so the user can scroll from one to another.

What would be the best approach for doing this?

The images would come from a server, a way for making this work could be to combine both images into a single one after receiving them, and write them to disk and keep some information about their size so I can locate them later in the view, and finally load the content a single image, but I would prefer to not have to re-compress them (e.g. two jpgs) or take extra space on disk.

Any other alternatives? I wouldn't mind to tweak the library if I need to, but I would appreciate some guidance.

Thanks for the project!

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