Bar-code image generation library
This library is designed to provide a class for developers to use, that allows generation of bar code images from a string of data. This project allows for the generation of bar code images without the use of “bar code fonts”. The basic idea of what happens in this library is as follows: it first turns the data into a series of 1s and 0s representing equal-width bars and spaces. This string of binary information is then sent to a drawing method that converts it to an image representing the desired bar code. This approach allows for one common drawing method to be used on all symbols.
No comments:
Post a Comment