Aspose.BarCode for PHP via Java 23.9
All Changes
Key | Summary | Category |
---|---|---|
BARCODEJAVA-1701 | Improve the performance of the product | Enhancement |
BARCODENET-38631 | Loading BMP image fails | Bug |
BARCODENET-38678 | Can’t read data matrix from the JPG image | Bug |
BARCODENET-37507 | Improve Aztec decoder | Enhancement |
BARCODENET-37958 | Implement GS1 Composite barcode recognition | Enhancement |
Public API changes and backwards compatibility
GS1Aztec barcode type was added to DecodeType and EncodeTypes.
Constants GS_1_AZTEC and GS_1_COMPOSITE_BAR added to Recognition.DecodeType.
Constant GS_1_AZTEC added to Generation.EncodeTypes.
Class Recognition.GS1CompositeBarExtendedParameters was added.
It contains methods:
getOneDType()
getOneDCodeText()
getTwoDType()
getTwoDCodeText()
Class Recognition.AztecExtendedParameters was added
It has methods:
getStructuredAppendBarcodesCount()
getStructuredAppendBarcodeId()
getStructuredAppendFileId()
isReaderInitialization()
equals(obj)
New public methods have been added to the Recognition.BarCodeExtendedParameters: getDataMatrix() getAztec() getGS1CompositeBar()
New public methods have been added to the Generation.AztecParameters getAztecEncodeMode() setAztecEncodeMode(value) getECIEncoding() setECIEncoding(value) getStructuredAppendBarcodeId() setStructuredAppendBarcodeId(value) getStructuredAppendBarcodesCount() setStructuredAppendBarcodesCount(value) getStructuredAppendFileId() setStructuredAppendFileId(value)