SourceCodeBackup / GenCode128

GenCode128 is a simple library that lets you do one thing very easily: generate an Image for a Code128 barcode, with a single line of code. This image is suitable for print or display in a WinForms application, or even in ASP.NET. This repository contains a backup of the GenCode128 source code. Also contains a NuGet package for the library and can be used for future development of it.
http://www.codeproject.com/Articles/14409/GenCode-A-Code-Barcode-Generator
MIT License
26 stars 13 forks source link

System.drawing vs OpenGL web #1

Open smartmeter opened 9 years ago

smartmeter commented 9 years ago

Hi, is there any way to speed this up Also, is there an option to generate the image in the browser than sending it from there server (since image size is larger than text)

NikolayIT commented 9 years ago

If you could please send a pull request :smile: