Coder Social home page Coder Social logo

crowdimage's Introduction

CrowdImage

https://arthuralee.github.io/CrowdImage

Crowd-sourced image manipulation. CMU 05-499C Crowd Programming final project

##API

####post: /api/submitpic #####request:

{
	"photo": "...",
	"selectedPixels": [[1,1,0,1,0,...],[...],...],
	"email": "[email protected]"
}

selectedPixels is an 2D array of 1s and 0s where 1 means that pixel was selected by the uploader as being part of the image to be cropped

#####response: http response 200 or 500

####get: /api/getblock #####request: http get request (no parameters)

#####response:

{
	"id": "abcd1234",
	"height": 100,
	"width": 100,
	"pixels": [[["2B303B",0],["C6C6C6",1],...],[...],...]
}

pixels is a 2 dimentional array of pixels by rows and columns. Each pixel however is represented as an array (so actually it's a 3D array) of [colorHexValue,initSelectVal] where colorHexValue is the hexidemial color of that pixel and the initSelectVal is a 1 or a 0 indicating whether or not the given pixel should start out as being selected or not.

####post: /api/returnblock request:

{
	"id": "abcd1234",
	"pixels": [[1,1,0,1,0,...],[...],...]
}

pixels is a 2 dimentional array of 1s and 0s indicating whether or not each pixel was selected by the worker.

#####response: http response 200 or 500

crowdimage's People

Contributors

arthuralee avatar jackm321 avatar

Watchers

 avatar  avatar  avatar

Forkers

jackm321

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.