Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.

Home Page:https://www.amuletmc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] The version of PIL in Amulet Editor currently doesn't support ImageDraw

abrightmoore opened this issue · comments

Feature Request

The Problem

Trying to use PIL.ImageDraw within an Operation and the error is returned:
module 'PIL' has no attribute 'ImageDraw'

Feature Description

Update PIL / pillow to contemporary versions.

Alternatives

n/a

Additional context

This is probably a pretty niche use case, however sometimes it's handy to work in image space with image tools then convert to voxels.

This is probably because we don't use it so PyInstaller doesn't include it. I will have to include it manually.