Aspose.BarCode for Python via Java 릴리스

Released: Dec 23, 2024

V24.12 버젼 업데이트

기능

  • Added support for new 'QualitySettings' structure to the 1D barcode engine.

수정사항

  • Method MaxiCodeStructuredCodetext.GetConstructedCodetext() throws NullPointerException.
  • Error occurred while calling BarCodeReader.setBarCodeImage method.
  • MaxiCodeExtendedParametersTests class tests failed with AttributeError.
  • MaxiCodeExtendedParametersTests class test failed with AssertionError.

Released: Nov 22, 2024

V24.11 버젼 업데이트

기능

  • Implemented the __str__ method in all relevant classes across the code.
  • Implemented the __eq__ method in all relevant classes across the project.
  • Enhanced the code by adding type annotations for parameters and return values.
  • Enhanced the inheritance design using the ABC module.
  • Improved QR Codes recognition speed in HighPerformance mode.

수정사항

  • The getMaxiCodeMode and setMaxiCodeMode methods in the MaxiCodeExtendedParameters class should now use the MaxiCodeMode enum instead of an integer value...

Released: Oct 29, 2024

V24.10 버젼 업데이트

기능

  • Added type annotations to parameters and return values.
  • Implemented the exportToXml(xml_path) and importFromXml(xml_path) methods in the BarcodeGenerator class.
  • You can now explicitly cast methods return values to Python data types and custom-defined classes to ensure compatibility.

수정사항

  • An error regarding ComplexBarcode occurred.
  • Error related to RecognitionAbortedException method has occurred.
  • Encountered an error with BarcodeGenerator.
  • Tests for BarcodeGenerator failed due to an...

Released: Sep 27, 2024

V24.9 버젼 업데이트

기능

  • Updated PZN encoder and decoder.
  • Added tests for the functionality added in release 24.6, including setters and getters.
  • QR, MicroQR, RectMicroQR barcodes recognition parameters obtained new public properties QRVersion, MicroQRVersion, RectMicroQRVersion and QRErrorLevel, which have been added to the QRExtendedParameters.

수정사항

  • 'AustralianPostShortBarHeight' is ignored.

Released: Aug 22, 2024

V24.8 버젼 업데이트

기능

  • Added the SpecificParametersUI.DataMatrix() method which returns DataMatrixParametersUI.
  • Updated HighQuality preset implementation for QR recognition engine.
  • The images that are generated should now be compared with reference images.

수정사항

  • AustralianPostShortBarHeight is ignored.

Released: Jul 21, 2024

V24.7 버젼 업데이트

기능

  • Added changes to the API for Code39 and Code93.
  • Implemented SVG 2.0 color schemes (RGB, RGBA, HSL, HSLA).

Released: Jun 27, 2024

V24.6 버젼 업데이트

기능

  • Added the ability to read CODABAR barcode START and STOP symbols.
  • Improved HanXin recognition performance.
  • Added ability to rebuild the architecture of CodeText encoding in 2D barcodes.

Released: Dec 24, 2023

V23.12 버젼 업데이트

기능

  • Improved Han Xin Code support.
  • Improved speed of basic recognition.
  • Improved QR recognition quality.

Released: Nov 29, 2023

V23.11 버젼 업데이트

기능

  • Added support for encoding and decoding MicroPdf417 barcodes with special GS1 modes.

Released: Oct 30, 2023

V23.10 버젼 업데이트

기능

  • Improved Aztec barcode recognition quality.

수정사항

  • MicroPdf417 test containing the macro parameters related to LocalDate is failed.
  • Swiss QR barcode: wrong placement of cross.
  • Unable to read DataMatrix code.