Skip to content

Create examples of using https://pypi.org/project/aspose-svg-net/ #1

Description

@victordeviatov

Use pip install aspose-svg-net --quiet for installation.

  1. Ensure that the method vectorize_image is functioning correctly (file example/vectorization.py), and address any issues if they are not.
  2. please remove unused imports if necessary for both files.

Important: if you encounter a problem "Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support." please use this packages `RUN apt-get update && apt-get install -y libgdiplus

Install libssl1

RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
RUN dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

install an older version of ICU

RUN wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu70_70.1-2_amd64.deb
RUN dpkg -i libicu70_70.1-2_amd64.deb
`
Don't try to submit changes create a patch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions