Installation

The Aspose.Imaging for Python via .NET package comes with the .NET libraries it needs, so a separate .NET installation is not required. However, depending on your platform, you may have to install specific dependencies for .NET and meet certain requirements.

Windows

System Requirements

Check and confirm that your machine’s specifications meet or better the system requirements.

Install Aspose.Imaging

pip is the easiest way to download and install Aspose.Imaging for Python via .NET on Windows devices.

To install Aspose.Imaging, run this command: pip install aspose.imaging

Working in Non-Windows Environment

As Aspose.Imaging for Python via .NET based on .NET Core 3.1 platform, so it can be used in Core Applications running in Linux like operating systems. We are constantly working over improving the .NET Core support in our API. However, there are some following operations which we recommend our customers to perform, in order to get better results while using features of Aspose.Imaging for Python via .NET:

Please install:

  1. libgdiplus package
  2. libc6-dev package
  3. package with Microsoft compatible fonts: ttf-mscorefonts-installer. (e.g. sudo apt-get install ttf-mscorefonts-installer)