Releases: iMasterProX/batch_icon_generator
Releases · iMasterProX/batch_icon_generator
v1.2.0
Features
- Batch generate orthographic icons from all .geo.json models in a folder - Auto texture matching: direct file, subfolder variants, numbered variants
- Transparent background capture with auto-crop to fit model in icon frame
- Automatic item_texture.json registration (skip existing, create if missing)
- Camera presets: Isometric right/left, top, front, right side
- Configurable icon size (16px ~ 256px, default 32x32)
- Korean / English UI auto-switch based on Blockbench language setting
Technical
- Models are loaded once per geometry file, textures swapped for each variant — prevents repeated parse errors
- DefaultCameraPresets accessed by .find() instead of string index
- Pixel-art quality preserved with nearest-neighbor resampling