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

Add an option to create atlases out of big spritesheets and not only from hundreds of standalone textures #123

Open
ajustsomebody opened this issue Dec 11, 2021 · 2 comments

Comments

@ajustsomebody
Copy link

for instance if one ever wanted to convert a spritesheet into a libgdx atlas they would first need to slice it using some application, which is really just extra work compared to if it was already implemented within the app, so there are my 2 suggestions:

  1. add option to slice textures from a big texture inside the app
  2. add options to create regions out of selected areas from some big texture like spritesheets
@ajustsomebody
Copy link
Author

ajustsomebody commented Dec 14, 2021

i was literally going to suggest this, i dont remember if i created this issue or not, but i recall writing this text, just not as a post, yet alone 3 days ago, and #123 doesn't even show up in my history from last 3 days

@metaphore
Copy link
Member

metaphore commented Dec 14, 2021

which is really just extra work compared to if it was already implemented within the app

Unfortunately I cannot take this work on myself instead 😛 Well at least unless there's somewhat high demand amongst users. I don't really think it's quite a frequent case when anyone wants to import a sprite sheet. And by far it's not the most trivial feature, as a sprite sheet can be laterally anything, almost like an atlas.

So I'm afraid I'm going to pass on this one, unless someone else would want to get their hands dirty and implement it.

FYI There's the atlas unpacker tool available in the app. It support only libgdx atlas format, but depends on your case you may get away with it.

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

No branches or pull requests

2 participants