Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heldrida/canvas-img-snap-prototype

A prototype that uses getMediaUser, the user can take a snap photo and it's placed into the canvas cropped.
https://github.com/heldrida/canvas-img-snap-prototype

Last synced: about 1 month ago
JSON representation

A prototype that uses getMediaUser, the user can take a snap photo and it's placed into the canvas cropped.

Awesome Lists containing this project

README

        

PROJECT: Canvas image snap prototype
====================================

A prototype that uses getMediaUser, the user can take a snap photo and it is placed into the canvas cropped.

Notes:

http://caniuse.com/#search=getusermedia
IE11 and <, doesn't support getUserMedia, there's a flash alternative

https://github.com/addyosmani/getUserMedia.js

http://davidwalsh.name/browser-camera

http://jsfiddle.net/CSkP6/1/

http://stackoverflow.com/questions/4276048/html5-canvas-fill-circle-with-image

http://createjs.com/docs/easeljs/modules/EaselJS.html

http://pixijs.github.io/examples/index.html?s=basics&f=basic.js&title=Basics

https://github.com/jhuckaby/webcamjs

http://jsfiddle.net/MZ6LE/9/

container drag, children
http://jsfiddle.net/lannymcnie/jKuyy/

http://weworkweplay.com/play/saving-html5-canvas-as-image/

http://tympanus.net/codrops/2014/10/30/resizing-cropping-images-canvas/

http://stackoverflow.com/questions/14813279/how-to-change-bitmap-width-and-height-in-easeljs

https://blog.toggl.com/2013/05/6-performance-tips-for-html-canvas-and-createjs/

// saving html 5 canvas image
http://jsfiddle.net/AbdiasSoftware/7PRNN/
https://github.com/eligrey/FileSaver.js

http://stackoverflow.com/questions/17596368/are-canvas-todataurl-compatible-with-phps-base64-decode

http://stackoverflow.com/questions/13198131/how-to-save-a-html5-canvas-as-image-on-a-server

http://sookocheff.com/post/javascript/saving-canvas-data-to-an-image-file-with-javascript-and-php/

https://webrtchacks.com/video-constraints-2/

http://rcmdnk.github.io/en/blog/2014/12/11/blog-javascript/

http://www.mattlunn.me.uk/blog/2011/11/handling-an-ajax-response-in-javascript-with-or-without-jquery/

https://mandrillapp.com/api/docs/messages.html

https://github.com/pukhalski/tap