gifshot - JavaScript library that can create animated GIFs from media streams, videos, or images

added by bpwndaddy
7/31/2015 4:01:27 PM

1285 Views

gifshot uses the following technologies: The webRTC getUserMedia() API to get permission to use a user's webcam and manipulate the CameraStream Media object The HTML5 Filesystem APIs to handle the temporary blob URL creation The HTML5 video element to stream the blob URL The canvas API to create a dynamic image from an HTML5 video, or images Web workers to process the GIF frames Typed Arrays to handle binary image data Base 64 encoding to create a base 64 encoded image string


0 comments