Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Make It Pixel! A pixel art generator  (Read 1640 times)

0 Members and 1 Guest are viewing this topic.

MiguelMJ

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Make It Pixel! A pixel art generator
« on: July 15, 2022, 09:14:05 am »
Hello, everyone!

After some time looking for pixel art generators, I realized none had all of the features I wanted for mine: so I decided to create it myself  ;)

It is called Make It Pixel! and here you have an example of what it does.



Current features

* Intelligent and customizable handling of color and palettes.
* Configure color selection during downscaling.
* Configure color quantization and dithering.
* Fully customizable both by file and console.
* Process dozens of files with in a single run.
* Fully documented.

Future features

* Parameters to generate pixel art outlines using border detection.
* Add options to apply blur on a preprocessing step, to reduce noise.

I used SFML as the graphic library, to manage color and images.
   
Although I've still not made the release, because I want to clean it up a bit, it's ready to use!

Links
Repository: https://github.com/MiguelMJ/MakeItPixel
Documentation: https://github.com/MiguelMJ/MakeItPixel/wiki

Give it a little star if you like it and let me know your thoughts ;D
Feature requests accepted on the issues.
Sharing knowledge is a high human value!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Make It Pixel! A pixel art generator
« Reply #1 on: July 21, 2022, 08:42:42 am »
That's really cool! :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/