Giter VIP home page Giter VIP logo

imageprocessingapi's Introduction

Image Processing API

This project is comprised of an api with one simple endpoint to resize the images that are stored in a data/in folder. The desired resized image will be written to data/out with the name of 'resized_*.jpg'.

Get Started ๐Ÿš€

To get started, simply run node prod/index.js. This will run the production code and start up the server on the port 3000.

Once this is done you can visit localhost:3000. This will take you to the APIs main page. To get to the convert endpoint visit localhost:3000/convert

You will have to add some parameters:

  • imgName (required): The name of the image (in the data/in folder).
  • width and height (optional): The width and the height of the desired image.
  • size (optional): the size in pixels of the image.

Beware: You cannot use width/height with size. Use either one of those.

< Examples >

  • localhost:3000/convert/?imgName=sample&width=500&height=400
  • localhost:3000/convert/?imgName=leonard&width=700&height=400
  • localhost:3000/convert/?imgName=group_photo&size=500

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.