JEF GORIS Posted January 13, 2023 Share Posted January 13, 2023 Link to comment Share on other sites More sharing options...
Goetz Posted January 13, 2023 Share Posted January 13, 2023 (edited) Hello Jef Goris, the length and width of your picture (in pixels) both must be a number that is a power of 2. A "power of 2" is any number that can be built with only multiples of 2 2 2*2 = 2 to the power of 2 = 4 2*2*2 = 2 to the power of 3 = 8 2*2*2*2 = 2 to the power of 4 = 16 2*2*2*2*2 = 2^5 = 32 2*2*2*2*2*2 = 2^6 = 64 ... 128, 256, 512, 1024 ... you get the gist The error message in your screenshot suggests, that your image has a length or width (or both) which doesn't follow that rule Kind regards Goetz Edited January 13, 2023 by Goetz spelling Link to comment Share on other sites More sharing options...
JEF GORIS Posted January 15, 2023 Author Share Posted January 15, 2023 Danke Goetz, nun verstehe es. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now