salfonso-easypost

Results 1 issues of salfonso-easypost

Add support for fractional scaling to the barcode.Scale function for 2D barcodes. Take the following example code: ```go package main import ( "fmt" "image" "image/png" "os" "github.com/boombuler/barcode" "github.com/boombuler/barcode/pdf417" ) func...