/pixel_art_maker_rshiny

Convert your image to pixel art easily with R shiny.

Primary LanguageR

Make Pixel Art with R Shiny!

This app makes use of magick library to convert any images into pixel art.

Demo available at https://yifyan-yusuzech.shinyapps.io/pixcel_art_converter_shiny/

Or run this app locally:

Online demo runs on a free tier server. For better performance, I recommend run this app locally.

library(shiny)
library(magick)
library(dplyr)
library(stringr)
runGitHub("yusuzech/pixel_art_maker_rshiny")

App

Decide your configuration and start making pixel art.
Besides adjusting saturation,brightness, etc. There are also more than 200 palettes to choose from.

Below is an example to convert a pineapple to pixel pineapple.