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

output image size is too larg. how to fix it......please #94

Open
kinza3452 opened this issue Feb 15, 2024 · 2 comments
Open

output image size is too larg. how to fix it......please #94

kinza3452 opened this issue Feb 15, 2024 · 2 comments

Comments

@kinza3452
Copy link

output image size is too larg. how to fix it......please

@EddieEldridge
Copy link

You can adjust the size in the Properties.
image

@Grim-es
Copy link
Owner

Grim-es commented Feb 15, 2024

  1. You can adjust the size of the atlas by selecting "Custom," as shown in the screenshot above.
  2. Make sure your UV maps aren't extending too far out of bounds, or it will cause images to duplicate to fill that large UV space.
  3. Consider the number of materials you want to combine and their original image sizes. If you're combining multiple 4k or 8k textures, you can create a single atlas for a few of them.
  4. If your original textures are too large, you can resize them to 2k or 1k on the atlas. To do this, click on the gear icon next to the material in the combiner's material list and enable the "Custom image size" checkbox.

There's a limit of a maximum of 20'000 pixels in width or height, or it will result in a memory error. Therefore, the common maximum size for textures is 2k or at least 4k. I've heard that video cards don't handle 8k textures that well (even though such atlases are often used), let alone 20k.

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

3 participants