-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a plan todo extract alpha mask? #30
Comments
jpeg decode libray /* -- tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -- / Licensed under the Apache License, Version 2.0 (the "License");
Unless required by applicable law or agreed to in writing, software // - The JPEG specification can be found in the ITU CCITT Recommendation T.81 var JpegImage = (function jpegImage() { var dctCos1 = 4017 // cos(pi/16) function constructor() { function buildHuffmanTable(codeLengths, values) { function decodeScan(data, offset,
} function buildComponentData(frame, component) {
} function clampTo8bit(a) { constructor.prototype = {
}; return constructor; function jpegDecode(jpegData, useTArray) { var image = { decoder.copyToImageData(image); return image; |
The text was updated successfully, but these errors were encountered: