ImageMaps

ImageMaps

131k Downloads

Size and Scale options

driahva opened this issue ยท 2 comments

commented

An old forum post suggested that scale on placement was done with "[filename] scale int". However this doesn't seem to work. Your documentation doesn't offer an example of usage for the commands, and multiple attempts have failed. Could you please elaborate on: /imagemap place <filename> [frameInvisible] [frameFixed] [frameGlowing] [size]?

commented

/imagemap place false false false 5x5

Scales the image to up to 5x5, respecting the aspect ratio of the input image (i.e. 256x128 image will always be twice as many item frames wide as tall)

commented

Thank you for the extremely fast response!