Skip to content

PatrickBruso/image-pixelator-app

Repository files navigation

Pixelator App

This is an extension of my Code in Place final 2021 final project. The first goal is to implement a GUI for the pixelator program for easier use. This is currently being worked on using both Tkinter and PySimpleGUI. The second goal is to implement a HSL comparison tool to compare the target image with a palette of colors using HSL instead of RGB.

The next steps are to implement the following within the GUI:

  • Convert pixelation program from SimpleImage to PIL
  • Load image to pixelate
  • Dropdown list of palettes to choose from
    • Some way to view palettes to make choice
  • Call pixelate file upon image when Pixelate! button is clicked
  • Show pixelated copy of image
    • Show pixelated copy of image in GUI window instead of as separate popup
  • Ability to save pixelated image to disk

Here is an example of the program:

target image:
Image of Landscape

Pixelated image:
Pixelated landscape

About

Python based GUI for pixelating images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages