Skip to content

Instantly share code, notes, and snippets.

View yurydelendik's full-sized avatar

Yury Delendik yurydelendik

View GitHub Profile
@notmasteryet
notmasteryet / build_jpeg.html
Created September 13, 2011 01:39
Building JPEGs
<!DOCTYPE html>
<html>
<head>
<script>
function buildJpeg(data, components, transform, embed) {
var chunks = [];
// SOI
chunks.push([0xFF, 0xD8]);
// APP12