Changelog

Stay up to date with the latest changes in our product

Fix .map.dat Download

v1.4.2

Fixed an issue where the .map.dat download button would sometimes fail to work.

2026/01/17

🐛 Bug Fixes

  • Map Download: Fixed a bug where clicking the .map.dat button would fail to generate files for some users.

Map Generation Crash Fix

v1.4.1

Fixed a critical error where generating map.dat files would crash due to transparent pixels

2026/01/15

🐛 Bug Fixes

  • Map Generation: Fixed a "Cannot read properties of null" error when generating .map.dat files. This issue occurred when processing valid transparent pixels, which were incorrectly handled as null objects.

Upload Interaction Optimization & Schematic Download Fix

v1.4.0

This update optimizes image upload interaction logic and fixes Schematic download issues

2026/01/13

đŸ› ī¸ Improvements

  • Upload Interaction: Optimized image upload logic. Clicking on an uploaded image now triggers re-upload/replace instead of just opening crop, making the operation more intuitive.

🐛 Bug Fixes

  • Schematic Download: Fixed an issue where clicking the Schematic download button in the preview box might have no response.

Hybrid Palette & Real-time Rotation

v1.3.0

Update introducing hybrid palette support, real-time rotation preview, and critical bug fixes

2025/12/30

🚀 New Features

  • Hybrid Palette: Introduced hybrid palette support for significantly improved color accuracy.
  • Real-time Rotation: Added support for real-time image rotation preview in the editor.
  • Command Quick Fill: The command generation modal now supports quick fill options for easier in-game building.

đŸ› ī¸ Improvements

  • Upload Experience: Optimized scrolling performance when uploading images.
  • UI Text: Refined the instructions for the image cropping tool.
  • Performance: Internal optimizations for smoother application performance.

🐛 Bug Fixes

  • Schematic Import: Fixed an issue where importing certain .schematic files could fail.
  • Stability: Fixed an issue where clicking might have no effect in certain situations.

3D Preview & Command Generation

v1.2.0

Major update introducing 3D preview, command generation, and performance improvements

2025/12/25

🚀 New Features

  • 3D Preview: You can now visualize your map art in 3D directly in the browser before exporting. This helps in verifying the stair-casing effect.
  • Command Generation: Generate /setblock or /fill commands to directly build your pixel art in the game without downloading map files.
  • Staircase Mode: Support for height-based shading (staircasing) to achieve much richer color depth using surface height variations.

⚡ Performance

  • Web Workers: All image processing and color matching operations have been moved to Web Workers, ensuring the UI remains responsive even when processing large 4K images.
  • Optimized Algorithms: Improved the speed of LAB color matching and dithering algorithms.

đŸ› ī¸ Improvements

  • Better Palette Control: Filter blocks by version (1.12, 1.16, 1.19, etc.) to ensure compatibility.
  • UI Refresh: cleaner interface for the editor and settings panel.

Advanced Editor & Algorithms

v1.1.0

In-browser pixel editor and advanced color matching algorithms

2024/11/15

🎨 In-Browser Editor

  • Pixel Editor: You can now manually edit your converted pixel art directly in the browser.
  • Tools: Includes Pencil, Eraser, Bucket Fill, and Eyedropper tools.
  • Layers: Basic support for viewing original image underlay.

🧠 Core Algorithms

  • LAB Color Space: Switched from simple RGB matching to CIE LAB color space for much more accurate human-eye perception matching.
  • Dithering Support: Added Floyd-Steinberg and other dithering algorithms to smoother color transitions using limited Minecraft blocks.

Initial Release

v1.0.0

First public release of Minecraft Image Converter

2024/10/01

🎉 Hello World

First public release of Minecraft Image Converter, a tool to convert any image into Minecraft map art.

✨ Features

  • Image Conversion: Upload PNG/JPG images and convert them into Minecraft blocks.
  • Multiple Versions: Support for Minecraft Java 1.12+ and Bedrock Edition.
  • Map Download: Download the generated art as a .dat map file ready to be placed in your save folder.
  • Preview: Basic 2D preview of the converted result.