Skip to content

Simple Image Converter build using NodeJS and JIMP

Notifications You must be signed in to change notification settings

NaufalK25/img-converter

Repository files navigation

Image Converter

Simple Image Converter build using Node.js and JIMP library (library for image processing). I build this website so I can learn how file especially image input and output works in Node.js application.

Prerequisites

  1. Node.js
    node --version
    npm --version
    
  2. Git
    git --version
    
  3. Heroku
    heroku --version
    

How To Run In Local

  1. Clone the repository
    git clone https://github.com/NaufalK25/img-converter.git
    
  2. Install dependencies
    npm install
    
  3. Build the application
    npm run build
    
  4. Run the application
    npm run dev
    

Supported Image Types

  • bmp
  • gif
  • jpeg
  • png
  • tiff

Credits

Copyright © 2022 Muhammad Naufal Kateni

About

Simple Image Converter build using NodeJS and JIMP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published