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

I want a 4x4 item frame image, but the site only lets me do 1x1 map walls. #25

Closed
JackGrylls1 opened this issue Jun 3, 2017 · 5 comments

Comments

@JackGrylls1
Copy link

For some reason when i crop a picture in paint.net with the dimensions 400x400, and upload it to the map item tool it will only let me split the image into one map, instead of a map wall that is 4x4. This also happenes when i try a 4x3 map wall and it only lets me use 1x2.

@djfun
Copy link
Owner

djfun commented Jun 3, 2017

the dimensions of a single map are 128x128. Your picture would have to be at least 512x512 to split it into a 4x4 wall, because the tool can only scale down and not up.

@JackGrylls1
Copy link
Author

JackGrylls1 commented Jun 3, 2017 via email

@djfun djfun closed this as completed Aug 16, 2017
@inxomnyaa
Copy link

inxomnyaa commented Aug 16, 2017

@djfun maybe a little bit off-toppic, wouldn't it be possible for < 256 images to just fill the rest of the pixels with no color to have transparent parts?

Example: 250*250
Map1: 128**2
Map2: 128*122
Map3: 122*122
Map4: 122*128

@djfun
Copy link
Owner

djfun commented Aug 16, 2017

If the width or height is not a multiple of 128, the tool should also offer the next bigger size, which would fill the remaining space with transparency. The image would then be aligned top-left.

Does that sound good to you?

@inxomnyaa
Copy link

Thats exactly what i said and expected behaviour, sounds great!

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