djfun / mc-map-item-tool

web tool for converting images to minecraft maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image to Map [Error with Larger value than Width]

tt-TimeTree opened this issue · comments

When entering the values of my image, that has more vertical values than the width, it doesn't capture all the separate map parts together correctly, however when I entered less values for horizontal and more values for width, it displayed correctly. However, when it goes into the double digits, the image then does not convert correctly, when I enter the values I ask for.

It only works with the Horizontal Values being: 2, and the Vertical Values being: 5
Horizontal 6 would be Vertical Values of : 9 which is not what I'm looking for, I meant as in the map converter
doesn't like my image when I do 6 * 40, due to some unknown error when converting.

what are the dimensions of the image in pixels?

The original width: 372, and height: 1330

what are the dimensions of the image in pixels?

I've posted previously, and was just checking up if there's any solution to fix this issue with widths and heights not converting the image to map parts correctly.