QR-Logo can embed your logo into a QR Code.
QR-Logo is pure JavaScript, so it runs in the browser.
QR-Logo is hosted at GitHub
- Parts of the decoding algorithms have been inspired by ZXing (Original Java version by Sean Owen; Copyright 2007 ZXing authors)
- Parts of the Reed Solomon decoding algorithms have been inspired by RSCODE (Original version copyright by Henry Minsky)
- WebStorm is a great JavaScript editor
- JSlint helped keep the JavaScript code in a reasonable shape
- W3C Markup Validation Service helped keep our HTML code valid
- Selenum IDE has been used for testing
QR-Logo: Copyright (C) 2011 Henrik Kaare Poulsen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at
<http://www.apache.org/licenses/LICENSE-2.0>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.