codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.64k stars 1.1k forks source link

Intelligent Mail, IM, postal barcode support? #465

Closed coinzdude closed 6 months ago

coinzdude commented 1 year ago

Can QRCoder generate the USPS Intelligent Mail (USPS 4-State Customer Code) image?

Intelligent Mail, also known as IM, the 4-State Customer Barcode, is a postal barcode adopted by the United State Postal Service for sorting and tracking letters and flats.

An example image and some more information https://barcodeguide.seagullscientific.com/Content/Symbologies/USPS_4-State_Customer_Code.htm

image

coinzdude commented 1 year ago

FWIW I found an old library here https://www.codeproject.com/Articles/20579/USPS-OneCode-Barcodes

Shane32 commented 7 months ago

This library is specifically for encoding QR codes... did you want the IM data in a QR code format? If so, can you provide a sample of what that would be and/or a specification reference?

codebude commented 6 months ago

Can QRCoder generate the USPS Intelligent Mail (USPS 4-State Customer Code) image?

No, as the name states QRCoder can only create QR codes. Other barcode formats are not supported.