Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image // pixie: wasm image manipulator tool

Image Image
// Motivation

This is my very first project using web assembly. This is simple image manipulation tool that can be used in the browser. Instead of comparing it to Photoshop, consider it more of a simpler Lightroom.

All of the photo manipulation is done without any external libraries in rust and ONLY with the html canvas element provided by the browser.

// Tech Stack

  • Rust for all the image processing
  • Next.js for the front-end
  • Shadcn for the UI components

// Features planned to support

  • Loading and saving images (done)
  • Resize, Rotate, and Scaling (done)
  • Cropping Images (done)
  • Controlling hue, saturation, contrast and brightness (done)
  • Effects like blur, sharpen, pixelate (done)
  • Filters Grayscale, Sepia, Invert (done)

// Screenshots
Image
Image
Image
Image

About

web assembly image editor with only the html canvas and rust

Resources

Stars

19 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages