-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering error #2097
Comments
no, I've already told you on IRC that the project is unmaintained. |
I really need this card and I count on the support of knowledgeable people
|
Hi |
Where will it need to be changed? in overviewer.py ? |
Try pip install Pillow==9.5.0 |
You also need to build overviewer with the Pillow 9.5.0 header files if you're building from source |
@SashaPro22, you can use the successor version of The Minecraft Overviewer. It fixes Antialiasing issues, and renders 1.20 worlds. |
How to run this version in linux? |
I did it on your advice and one mistake went away, but the second one didn't: |
@SashaPro22 Replace that line with this one. ImageDraw.Draw(torch).rectangle((0,15,10,24),outline=(0,0,0,0),fill=(0,0,0,0)) |
You have to build it from source. |
The entire point is to update Overviewer not go backwards. So don't use older versions of Pillow. All the issues you're experiencing are fixed in the repo I created for Overviewer. You'll just need to build it for your OS. |
Will it be possible to install your map overviewer and run it as normal without an exe file? |
There's a Commit on my GitHub that's not implemented yet with information on building for Linux. |
Hi! Can me help pls error:
2023-08-19 15:21:33 E An error has occurred. This may be a bug. Please let us know!
See http://docs.overviewer.org/en/latest/index.html#help
This is the error that occurred:
Traceback (most recent call last):
File "./overviewer.py", line 653, in
ret = main()
File "./overviewer.py", line 505, in main
tex.generate()
File "/root/Minecraft-Overviewer/overviewer_core/textures.py", line 134, in generate
self.biome_grass_texture = self.build_block(self.load_image_texture("assets/minecraft/textures/block/grass_block_top.png"), self.load_image_texture("assets/minecraft/textures/block/grass_block_side_overlay.png"))
File "/root/Minecraft-Overviewer/overviewer_core/textures.py", line 578, in build_block
top = self.transform_image_top(top)
File "/root/Minecraft-Overviewer/overviewer_core/textures.py", line 474, in transform_image_top
img = img.resize((17, 17), Image.ANTIALIAS)
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
The text was updated successfully, but these errors were encountered: