https://github.com/evelynhathaway/pixel-sort
🖼️📏 Web app to liven your photos with a glitch effect
https://github.com/evelynhathaway/pixel-sort
canvas glitch image-processing nextjs photos pixel-sorting progressive-web-app reactjs
Last synced: 12 months ago
JSON representation
🖼️📏 Web app to liven your photos with a glitch effect
- Host: GitHub
- URL: https://github.com/evelynhathaway/pixel-sort
- Owner: evelynhathaway
- License: mit
- Created: 2021-01-18T22:49:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T07:00:57.000Z (over 2 years ago)
- Last Synced: 2024-10-14T15:37:31.849Z (over 1 year ago)
- Topics: canvas, glitch, image-processing, nextjs, photos, pixel-sorting, progressive-web-app, reactjs
- Language: TypeScript
- Homepage: https://pixel-sort.evelyn.dev
- Size: 3.24 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Pixel Sort
**Liven your photos with a glitch effect**
[](https://github.com/evelynhathaway/pixel-sort/actions)
[](/LICENSE)
## Description
Sort pixels in an image by certain the properties of each pixel to smear a nice glitch effect over your photos.
This pixel sorting project is an Next.js application with offscreen canvas support.
## Features
- Vertical and horizontal directions
- Sort by pixel properties
- Hue
- Saturation
- Lightness
- Red, Green, Blue, Alpha
- RGB, RGBA Summation
- Offscreen canvas support
## Examples


## Screenshots
| Light Mode | Dark Mode |
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------- |
|  |  |
|  |  |
## Usage
```bash
git clone git@github.com:evelynhathaway/pixel-sort.git
cd pixel-sort
npm clean-install
npm dev
```
## License
Copyright Evelyn Hathaway, [MIT License](/LICENSE)