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

Is it possible to put the tiles back together into the full equirectangular image without requiring the original image? #1145

Open
ProGamerGov opened this issue Mar 2, 2023 · 5 comments
Labels

Comments

@ProGamerGov
Copy link

ProGamerGov commented Mar 2, 2023

As the title says, I'd like to be able to recreate the original image using only the tiles. Is this possible to do, and if so how?

I saw Hugin mentioned, but the download seems sketchy these days as it seems to require changes to your web browser for the install to work.

@luishcq
Copy link

luishcq commented Mar 3, 2023 via email

@mpetroff
Copy link
Owner

mpetroff commented Mar 7, 2023

I saw Hugin mentioned, but the download seems sketchy these days as it seems to require changes to your web browser for the install to work.

That shouldn't be the case. The Windows binaries (I assume you're on Windows) are provided by a long-time developer of Hugin, and SourceForge stopped doing sketchy things with downloads after the last ownership change in 2016.

Hugin is only used for the equirectangular to cube map reprojection step, but I'm sure you can also find other software to do that. The more custom part is the conversion of the cube faces to tiles, but @luishcq's script can apparently reverse that.

@luishcq You didn't include your script (or if you attached it to your email, such attachments don't seem to make it to the GitHub issue tracker).

@luishcq
Copy link

luishcq commented Mar 7, 2023 via email

@mpetroff
Copy link
Owner

mpetroff commented Mar 7, 2023

@luishcq You have to reply from the GitHub web interface in order to attach files. Files attached to email replies are dropped.

@luishcq
Copy link

luishcq commented Mar 8, 2023

Thanks Matthew for pointing me to the right way to attach files.

So, here is the script... well, first I had to zip it, python files are not accepted here ;)

recover.zip

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

No branches or pull requests

3 participants