Skip to content

Commit dd74368

Browse files
author
Evgeniy Sidenko
committed
Fixed minor erros
1 parent e0e954e commit dd74368

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Examples/RunExamples.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Запускает все тесты из подкаталога
2-
# Входные параметры:
3-
# Автор: Сиденко Е.В.
4-
# Дата: 31.03.2023
5-
# Версия: 1.0
1+
# Run all tests from the specified directory
2+
# Author : Evgeniy Sidenko
3+
# Date : 31 March 2023
4+
# Version : 1.0
65
import sys
76
import os
87
from aspose.imaging import License

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![PyPi](https://test.pypi.org/project/aspose.imaging/)
1+
![GitHub all releases](https://img.shields.io/github/downloads/aspose-imaging/Aspose.imaging-for-Python-NET/total) ![GitHub](https://img.shields.io/github/license/aspose-imaging/Aspose.imaging-for-Python-NET)
2+
----
23

34
# API for Image Processing
45

@@ -90,4 +91,5 @@ with Image.create(options, width, height) as image:
9091
}
9192
```
9293

93-
[Home](https://www.aspose.com/) | [Product Page](https://products.aspose.com/imaging/python-net) | [Docs](https://docs.aspose.com/imaging/python-net/) | [Demos](https://products.aspose.app/imaging/family) | [API Reference](https://apireference.aspose.com/imaging/python-net) | [Examples](https://github.com/aspose-imaging/Aspose.Imaging-for-Python-NET) | [Blog](https://blog.aspose.com/category/imaging/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/imaging) | [Temporary License](https://purchase.aspose.com/temporary-license)
94+
----
95+
[Home](https://www.aspose.com/) | [Product Page](https://products.aspose.com/imaging/python-net) | [Docs](https://docs.aspose.com/imaging/python-net/) | [Demos](https://products.aspose.app/imaging/family) | [API Reference](https://apireference.aspose.com/imaging/python-net) | [Examples](https://github.com/aspose-imaging/Aspose.Imaging-for-Python-NET) | [Blog](https://blog.aspose.com/category/imaging/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/imaging) | [Temporary License](https://purchase.aspose.com/temporary-license) | [Package page](https://pypi.org/project/aspose-imaging-python-net/)

0 commit comments

Comments
 (0)