How to Run the Examples

Software Requirements

Please make sure you meet the following requirements before downloading and running the examples.

  1. Python 3.5 or higher.
  2. PyPi - Python Package Manager.

Download from GitHub

All examples of Aspose.Imaging for Python via .NET are hosted on GitHub.

  • Extract the contents of ZIP file to any folder on your computer. All the examples are located in the Examples folder.
  • Data folder at the root folder of Examples contains input files which Python examples used. It is mandatory that you download the Data folder along with the examples project.
  • Run RunExamples.py file, all the examples are called from here.
  • Specify group of examples you want to run or call needed example manually writing code for it.

Please feel free to reach out using our Forums if you have any issues setting up or running the examples.

Contribute

If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your own applications.

To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include it in the repository if found helpful.