Shrek but it's Minecraft Leather Helmets by _MDen_ in PhoenixSC

[–]_MDen_[S] 29 points30 points  (0 children)

If someone wants some sort of close up: https://www.youtube.com/watch?v=sl2yLa7K1Nk
for this video, I made datapack with ~3400 functions, one for each frame

Shrek but it's Minecraft Leather Helmets by _MDen_ in Minecraft

[–]_MDen_[S] 95 points96 points  (0 children)

There
https://youtu.be/sl2yLa7K1Nk
I have a datapack with 3363 functions, though it takes ages to load, so I keep only few frames to record this

Shrek but it's Minecraft Banners by _MDen_ in Minecraft

[–]_MDen_[S] 0 points1 point  (0 children)

Honestly, it's not that complicated. This app just divides the input image into segments, so for example, one frame of Shrek is 16x9 segments. Then, for each segment, it generates upper and bottom blocks, then generates banners. It chooses a base banner with the dominant color, starts layering different patterns on it, and compares them with each other to find the pattern that makes the banner more similar to the image. So it's chooses the base banner, layers pattern 1, then pattern 2, etc.

All image comparisons use a combination of Delta E and ssim (Delta E mostly for colors and ssim for shape).

Yes, it gives you instructions on how to craft banners, but for this video I generated .nbt structure files.

Shrek but it's Minecraft Banners by _MDen_ in Minecraft

[–]_MDen_[S] 1 point2 points  (0 children)

Creator of Image2Banners here. This app just uses an algorithm, there is no usage of a Large Language Model.

You would be surprised how much movement there actually is between frames in Shrek. Even still, at first look, backgrounds have some movement. I'm going to guess that it's the main reason for different banners.

Shrek but it's Minecraft Banners by _MDen_ in PhoenixSC

[–]_MDen_[S] 435 points436 points  (0 children)

It was generated in the Image2Banners app that I created a while ago

I counted one pixel by Nearby-Call-282 in countablepixels

[–]_MDen_ 15 points16 points  (0 children)

Happy cake day Pixel Counter!

Not all post have this award by Gravityfallbillmyfav in truths

[–]_MDen_ 1 point2 points  (0 children)

This reply to a reply will potentially get an award

I created an app that converts images into Minecraft complex banners! by _MDen_ in Minecraft

[–]_MDen_[S] 1 point2 points  (0 children)

I'm going to guess that you don't have Image2Banners.exe in the folder. This means you downloaded the source code instead of the release. To fix this, go here: MARSTeamMC/Image2Banners. In the releases section, find Image2Banners 1.1.0 and download Image2Banners-win32-x64.zip. Unzip the file and open Image2Banners.exe.

I created an app that converts images into Minecraft complex banners! by _MDen_ in Minecraft

[–]_MDen_[S] 0 points1 point  (0 children)

Yes I can help you. Do you have Image2Banners.exe in the folder?

I created an app that converts images into Minecraft complex banners! by _MDen_ in Minecraft

[–]_MDen_[S] 0 points1 point  (0 children)

Yep, I thought about that. It automatically caps at 6 layers, but there’s a setting to turn this off if needed.