Skip to content

Simple project adding text/image watermarks to photos with Node.js

Notifications You must be signed in to change notification settings

natkalia/watermarks-kodilla-20.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text and image watermarks generator 📷

Simple console project in Node.js using npm packages (jimp, inquirer) created as exercise for Web Developer Bootcamp in Kodilla (Module 20.3). It helps generating text/image watermarks on user's images and saving them locally.

Screenshots

screen

Features

  • User can add customized text or customized image watermark to his/her image.
  • Images with watermaks are saved locally.
  • In the future it should be possible to modify the image using jimp features.

How to run

  • Download project to your local folder.
  • Run node app.js or node app in your console.

Supported images formats

  • jpg
  • png
  • tiff
  • bmp

TODO's

  • add new feature: app should ask if user wants to edit image, if yes, app should ask (as list) for type of modifications: make image brighter, increase contrast, make image b&w, invert image (use inbuilt Jimp methods)
  • refactor so that if path to image (input image or watermark image) does not exist, user should be able to provide new path, instead of exiting the app

About

Simple project adding text/image watermarks to photos with Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published