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

Code creates silhouette instead of the image #27

Open
NHaiby opened this issue Mar 29, 2022 · 3 comments
Open

Code creates silhouette instead of the image #27

NHaiby opened this issue Mar 29, 2022 · 3 comments

Comments

@NHaiby
Copy link

NHaiby commented Mar 29, 2022

Generating the images create some of the images as silhouettes of the layered images instead of the image with all the layers. How is that possible ? How can one fix this ?

@NHaiby NHaiby changed the title Code create silhouette instead of the image Code creates silhouette instead of the image Mar 29, 2022
@rounakbanik
Copy link
Owner

This is a common issue. Make sure your trait images satisfy the following:

  1. They are all of type PNG.
  2. They have the same dimension and resolution.
  3. Every trait image should have a transparent background apart from the background layer (or layer 1).

@NHaiby
Copy link
Author

NHaiby commented Mar 30, 2022

Thanks ! They all have the above. If I remove the background layer than it works but with the background layer it seems like it is putting it sometimes on the top with all the layers behind somehow and creating a silhouette not sure why.

@rounakbanik
Copy link
Owner

Did you make sure the background layer is the first layer (i.e the bottom most layer)?

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

2 participants