
Adds new Aztec Barcode support, plus improves MRC engine compression rate, quality and speed.
Features
- Added support for reading and writing Aztec Codes.
- Improved the MRC engine compression rate, quality and speed.
- GdPicturePDF: new method SetMRCPreserveSmoothing().
- GdPictureSegmenter: new method GetBlockType().
- GdPictureImaging: new method BarcodeAztecReaderClear().
- GdPictureImaging: new method BarcodeAztecReaderDoScan().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeCount().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeValue().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeValueRAW().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeValueRAWBase64().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeX1().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeX2().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeX3().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeX4().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeY1().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeY2().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeY3().
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeY4().
- GdPictureImaging: new method BarcodeAztecGetSize().
- GdPictureImaging: new method BarcodeAztecWrite().
- Improved DOCX rasterizer.
Fixes
- Minor bug fixes.