-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
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. |
On Sat, 3 Jun 2017 at 2:03 pm, martin ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYQtQA4pDDsQJ5HnI-f1HbXb87ew_UW0ks5sAVmMgaJpZM4NvE8P>
.
Ah, thanks!
|
@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?
|
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? |
Thats exactly what i said and expected behaviour, sounds great! |
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.
The text was updated successfully, but these errors were encountered: