💾 Archived View for dioskouroi.xyz › thread › 29443721 captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2021-12-05)

-=-=-=-=-=-=-

Super Pyxelate converts images to 8-bit pixel art

Author: minimaxir

Score: 46

Comments: 12

Date: 2021-12-04 19:46:47

Web Link

________________________________________________________________________________

Animats wrote at 2021-12-04 21:30:16:

Now you can generate cheezy NFT art from public domain images.

rcarmo wrote at 2021-12-04 20:33:46:

This is very neat, but if you want to see a true (human) master at work, check out Mark Ferrari's GDC talk here:

https://youtu.be/aMcJ1Jvtef0

I'd love to see an algorithm that could approximate this degree of mastery :)

grenoire wrote at 2021-12-04 20:49:58:

The problem is that none of these posterisation algorithms (reducing bit depth of channels and optionally dithering) match the quality of somebody placing the pixels by hand. It always looks more like 'deep fried' images as opposed to pixel art. None of the samples are appealing (except for perhaps that one with palm trees).

PostOnce wrote at 2021-12-04 21:43:11:

The Blade Runner one is missing the buildings, robocop has no mouth, BJ is missing part of the right side of his head.

anfractuosity wrote at 2021-12-04 21:33:00:

Just started watching that talk, lots of extremely impressive artworks, I'd never heard of the colour cycling techniques he talks about before which are very neat.

minimaxir wrote at 2021-12-04 22:01:00:

Interactive demo here (which is how I became aware of the submitted repo, although neither are created by me):

https://huggingface.co/spaces/akhaliq/Pyxelate

mdp2021 wrote at 2021-12-04 22:15:20:

One case in which ANN intervention could possibly discard unwanted results.

sekao wrote at 2021-12-04 21:37:58:

See also...

https://github.com/hpjansson/chafa

cupcake-unicorn wrote at 2021-12-04 21:24:31:

Thanks so much for this! I'm not an artist at all so this will be great for my indie game dev needs

elpocko wrote at 2021-12-04 21:52:23:

"I made a program that makes images look worse" seems like a realistic, but weird claim.

daneel_w wrote at 2021-12-04 21:55:51:

And accurate. It's just re-scaling and palette indexing, no different than what people toyed around with using Photoshop in 1998. It looks nothing at all like hand-pixeled art.

Groxx wrote at 2021-12-04 22:05:00:

I'm kinda curious how this compares to imagemagick -> limit the colorspace. Though getting imagemagick to produce some of those styles of images may be difficult or impossible (like the purple/pink pattern on the bottom left corgi).