/image-manipulation

Simple node image manipulation

Primary LanguageJavaScript

Image Manipulation

This repository contains a node js script which help smart phone developers to create images for their projects in different sizes.

Prerequisites


Before starting you must install node on your machine.

This procedures was tested over an ubuntu machine.

You should add the required images to be resized on the root project folder.

  • Install required packages & dependencies

Go to the project root folder and run the following command ./build.sh install

  • Clean any old build

To clean and remove any old build run ./build.sh clean

Launch the script


To launch the script run ./build.sh run