pixelart icon indicating copy to clipboard operation
pixelart copied to clipboard

R package and Shiny app to make pixel art models and to resize images

Travis build status AppVeyor build status CRAN status

R package {pixelart}

R Package to make Pixel Art models. [Blog post introducing the package]

# Installation
devtools::install_github("privefl/pixelart")

# Run Shiny app for pixel art models
pixelart::run_pixelart()

# Run Shiny app for resizing an image
pixelart::run_resize()

Webshot of Shiny App:

Example

I present you Kong. A. Picture of Kong. B. Kong as a pixel art model, created with R package pixelart. C. & D. Two pixel art drawings of Kong, based on A & B.

News

  • August 1, 2018: add Shiny app for resizing images.

  • March 10, 2018: run kmeans in the Lab space (instead of the RGB space)

  • Nov 18, 2017: added some options for croping, rotating and saturating the image

To improve

I think there is room for improving the pixel art models (e.g. better separation of colors). Maybe with package imager. Ideas are welcome.