Skip to content

Releases: AgustinSRG/ImageToMapMC

Version 1.8.1

06 Jan 17:47
9796604

Choose a tag to compare

  • The last map ID no longer resets to 0 if the selected folder gets deleted
  • The program now asks the user to create the folder to export the maps if it does not exist.

Version 1.8.0

06 Jan 15:24
da59baa

Choose a tag to compare

  • When exporting to map files, the last map ID is now remembered in case the folder is emptied.
  • Simplified Minecraft versions. Use base versions when possible for better compatibility.
  • Added support for Minecraft 1.21.5+ blocks.
  • Added many extra block options for the materials.
  • Fixed issue with NBT fields dimension and trackingPosition when exporting to map files.

Version 1.7.2

18 Oct 17:08
4a2ba35

Choose a tag to compare

  • Fixed issue caused when trying to save or open a project file with a name containing Unicode characters.
  • Extended image extension when loading an image (Added .jpeg, .gif and .bmp, all supported by wxImage).

Version 1.7.1

18 Oct 16:35
1edc053

Choose a tag to compare

  • Added support for Number-Pad numeric keys (Num. Lock ON) for dithering shortcuts.
  • Fixed Linux-Specific issues with home path detection.
  • Fixed issues caused when Unicode characters appear in the export paths.
  • Refactor dialogs with Sizers to avoid issues caused by changing the default system font size.

Version 1.7.0

28 Jul 16:42
7ad2033

Choose a tag to compare

  • Added transparency tolerance option
  • Added slider to configure transparency tolerance in Image settings

Version 1.6.4

27 Jul 17:30
03d9d35

Choose a tag to compare

  • Fixed issue with transparency when images use semi-transparent pixels. Now, anything that has an alpha value lower than 128 is considered transparent.

Version 1.6.3

26 Jul 21:09
71366bf

Choose a tag to compare

  • Fixed interaction bug in the resize dialog, between the units selector and the 'Keep aspect ratio' checkbox.
  • The selected size units are now remembered between application restarts, via a configuration file.

Version 1.6.2

26 Jul 17:57
86f99a4

Choose a tag to compare

  • Added option to resize the image by the number of maps (maps have a size of 128 pixels both width and height)
  • Improved / fixed overwrite warning when exporting to map files. Now it will only warn if files will be overwritten, and they will be listed in the warning.
  • Fixed issue in material list window where you could edit the text of the combo boxes.
  • Added keyboard shortcuts for changing settings (like build method or dithering). The shortcuts are listed in the menu.
  • The 4th bottom status text now shows the current configuration. The project file status text has been moved to the first position.
  • Improved size label. Now it also shows the total number of maps (multiplying width x height).

Version 1.6.1

26 Jul 09:35
d298d95

Choose a tag to compare

  • Added the ability to close dialogs with the Escape key.
  • The folders for the Export as map files and Export as structures dialogs are now stored in a config file, and thus remembered for convenience.
  • When you select a folder in the Export as map files dialog, the last map file is automatically detected.

Version 1.6.0

25 Jul 18:23
c71aed8

Choose a tag to compare

  • Added support for transparency when exporting to map files (.dat files).