Changelog
Stay up to date with the latest changes in our product
Fix .map.dat Download
v1.4.2Fixed 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.1Fixed 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.datfiles. This issue occurred when processing valid transparent pixels, which were incorrectly handled as null objects.
Upload Interaction Optimization & Schematic Download Fix
v1.4.0This 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.0Update 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
.schematicfiles could fail. - Stability: Fixed an issue where clicking might have no effect in certain situations.
3D Preview & Command Generation
v1.2.0Major 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
/setblockor/fillcommands 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.0In-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.0First 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
.datmap file ready to be placed in your save folder. - Preview: Basic 2D preview of the converted result.