Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 938 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 938 Bytes

ScalaPixel

ScalaPixel is a small cross-platfrom utility to upscale pixel art

Screenshots

Nearest Neighbors x6

Nearest Neighbors

hqx x4

hqx x4

xBrz x6

xBrz x6

Small demo

demo

Algorithms

It has 3 available Algorithms

  • Nearest Neighbors - The classical algorithm, nothing special here
  • hqx - An algorightm using a lookup table and search for pattern to guess the form the pixel is trying to represent
  • xBrz - My personal favorite, gives results like hqx with better smoothing

Features

  • Load and Save images
  • Adjust scales
  • Mix different algorithms
  • Compare the result of different mixs of algorithms
  • Image preview in the file browser