Skip to content

Commit 8652259

Browse files
author
Evgeniy Sidenko
committed
Release Aspose.Imaging for Python via .NET 25.10
1 parent f6bd086 commit 8652259

File tree

1,274 files changed

+195665
-193050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,274 files changed

+195665
-193050
lines changed

english/python-net/_index.md

Lines changed: 122 additions & 121 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
---
2-
title: aspose.imaging.apsbuilder.dib
3-
type: docs
4-
weight: 30
5-
url: /python-net/aspose.imaging.apsbuilder.dib/
6-
---
7-
8-
9-
The module DIB header processing.
10-
11-
## **Enumerations**
12-
| **Enumeration** | **Description** |
13-
| :- | :- |
14-
| [DibBitCount](/imaging/python-net/aspose.imaging.apsbuilder.dib/dibbitcount/) | The BitCount Enumeration specifies the number of bits that define each pixel and<br/> the maximum number of colors in a device-independent bitmap (DIB). |
1+
---
2+
title: aspose.imaging.apsbuilder.dib
3+
type: docs
4+
weight: 30
5+
url: /python-net/aspose.imaging.apsbuilder.dib/
6+
---
7+
8+
9+
The module DIB header processing.
10+
11+
## **Enumerations**
12+
| **Enumeration** | **Description** |
13+
| :- | :- |
14+
| [DibBitCount](/imaging/python-net/aspose.imaging.apsbuilder.dib/dibbitcount/) | The BitCount Enumeration specifies the number of bits that define each pixel and<br/> the maximum number of colors in a device-independent bitmap (DIB). |
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
---
2-
title: DibBitCount Enumeration
3-
type: docs
4-
weight: 10
5-
url: /python-net/aspose.imaging.apsbuilder.dib/dibbitcount/
6-
---
7-
8-
The BitCount Enumeration specifies the number of bits that define each pixel and<br/> the maximum number of colors in a device-independent bitmap (DIB).
9-
10-
**Module:** [aspose.imaging.apsbuilder.dib](/imaging/python-net/aspose.imaging.apsbuilder.dib/)
11-
12-
**Full Name:** aspose.imaging.apsbuilder.dib.DibBitCount
13-
14-
## **Members**
15-
| **Member name** | **Description** |
16-
| :- | :- |
17-
| BITCOUNT0 | The number of bits per pixel is undefined.<br/> The image SHOULD be in either JPEG or PNG format.<br/> Neither of these formats includes a color table, so this value<br/> specifies that no color table is present. See [JFIF] and [RFC2083]<br/> for more information concerning JPEG and PNG compression formats. |
18-
| BITCOUNT1 | The image is specified with two colors.Each pixel in the bitmap is<br/> represented by a single bit. If the bit is clear, the pixel is<br/> displayed with the color of the first entry in the color table;<br/> if the bit is set, the pixel has the color of the second entry in the table. |
19-
| BITCOUNT2 | The image is specified with a maximum of 16 colors.<br/> Each pixel in the bitmap is represented by a 4-bit index into the<br/> color table, and each byte contains 2 pixels. |
20-
| BITCOUNT3 | The image is specified with a maximum of 256 colors.<br/> Each pixel in the bitmap is represented by an 8-bit index into the<br/> color table, and each byte contains 1 pixel. |
21-
| BITCOUNT4 | The image is specified with a maximum of 2^16 colors.<br/> Each pixel in the bitmap is represented by a 16-bit value |
22-
| BITCOUNT5 | The bitmap has a maximum of 2^24 colors, and the Colors field of DIB is NULL.<br/> Each 3-byte triplet in the bitmap array represents the relative intensities<br/> of blue, green, and red, respectively, for a pixel. The Colors color table<br/> is used for optimizing colors used on palette-based devices, and MUST contain<br/> the number of entries specified by the ColorUsed field of the BitmapInfoHeader Object |
23-
| BITCOUNT6 | The bitmap has a maximum of 2^24 colors |
1+
---
2+
title: DibBitCount Enumeration
3+
type: docs
4+
weight: 10
5+
url: /python-net/aspose.imaging.apsbuilder.dib/dibbitcount/
6+
---
7+
8+
The BitCount Enumeration specifies the number of bits that define each pixel and<br/> the maximum number of colors in a device-independent bitmap (DIB).
9+
10+
**Module:** [aspose.imaging.apsbuilder.dib](/imaging/python-net/aspose.imaging.apsbuilder.dib/)
11+
12+
**Full Name:** aspose.imaging.apsbuilder.dib.DibBitCount
13+
14+
## **Members**
15+
| **Member name** | **Description** |
16+
| :- | :- |
17+
| BITCOUNT0 | The number of bits per pixel is undefined.<br/> The image SHOULD be in either JPEG or PNG format.<br/> Neither of these formats includes a color table, so this value<br/> specifies that no color table is present. See [JFIF] and [RFC2083]<br/> for more information concerning JPEG and PNG compression formats. |
18+
| BITCOUNT1 | The image is specified with two colors.Each pixel in the bitmap is<br/> represented by a single bit. If the bit is clear, the pixel is<br/> displayed with the color of the first entry in the color table;<br/> if the bit is set, the pixel has the color of the second entry in the table. |
19+
| BITCOUNT2 | The image is specified with a maximum of 16 colors.<br/> Each pixel in the bitmap is represented by a 4-bit index into the<br/> color table, and each byte contains 2 pixels. |
20+
| BITCOUNT3 | The image is specified with a maximum of 256 colors.<br/> Each pixel in the bitmap is represented by an 8-bit index into the<br/> color table, and each byte contains 1 pixel. |
21+
| BITCOUNT4 | The image is specified with a maximum of 2^16 colors.<br/> Each pixel in the bitmap is represented by a 16-bit value |
22+
| BITCOUNT5 | The bitmap has a maximum of 2^24 colors, and the Colors field of DIB is NULL.<br/> Each 3-byte triplet in the bitmap array represents the relative intensities<br/> of blue, green, and red, respectively, for a pixel. The Colors color table<br/> is used for optimizing colors used on palette-based devices, and MUST contain<br/> the number of entries specified by the ColorUsed field of the BitmapInfoHeader Object |
23+
| BITCOUNT6 | The bitmap has a maximum of 2^24 colors |
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
---
2-
title: aspose.imaging.asynctask
3-
type: docs
4-
weight: 40
5-
url: /python-net/aspose.imaging.asynctask/
6-
---
7-
8-
9-
The module handles AsyncTask processing.
10-
11-
## **Classes**
12-
| **Class** | **Description** |
13-
| :- | :- |
14-
| [AsyncTask](/imaging/python-net/aspose.imaging.asynctask/asynctask/) | The static factory class for creating the asynchronous tasks |
15-
| [AsyncTaskProgress](/imaging/python-net/aspose.imaging.asynctask/asynctaskprogress/) | Provides progress info for the asynchronous task. |
16-
| [IAsyncTask](/imaging/python-net/aspose.imaging.asynctask/iasynctask/) | The asynchronous task. |
17-
| [IAsyncTaskState](/imaging/python-net/aspose.imaging.asynctask/iasynctaskstate/) | Provides access to the state of the asynchronous task. |
1+
---
2+
title: aspose.imaging.asynctask
3+
type: docs
4+
weight: 40
5+
url: /python-net/aspose.imaging.asynctask/
6+
---
7+
8+
9+
The module handles AsyncTask processing.
10+
11+
## **Classes**
12+
| **Class** | **Description** |
13+
| :- | :- |
14+
| [AsyncTask](/imaging/python-net/aspose.imaging.asynctask/asynctask/) | The static factory class for creating the asynchronous tasks |
15+
| [AsyncTaskProgress](/imaging/python-net/aspose.imaging.asynctask/asynctaskprogress/) | Provides progress info for the asynchronous task. |
16+
| [IAsyncTask](/imaging/python-net/aspose.imaging.asynctask/iasynctask/) | The asynchronous task. |
17+
| [IAsyncTaskState](/imaging/python-net/aspose.imaging.asynctask/iasynctaskstate/) | Provides access to the state of the asynchronous task. |
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
---
2-
title: AsyncTask Class
3-
type: docs
4-
weight: 10
5-
url: /python-net/aspose.imaging.asynctask/asynctask/
6-
---
7-
8-
**Summary:** The static factory class for creating the asynchronous tasks
9-
10-
**Module:** [aspose.imaging.asynctask](/imaging/python-net/aspose.imaging.asynctask/)
11-
12-
**Full Name:** aspose.imaging.asynctask.AsyncTask
13-
14-
15-
1+
---
2+
title: AsyncTask Class
3+
type: docs
4+
weight: 10
5+
url: /python-net/aspose.imaging.asynctask/asynctask/
6+
---
7+
8+
**Summary:** The static factory class for creating the asynchronous tasks
9+
10+
**Module:** [aspose.imaging.asynctask](/imaging/python-net/aspose.imaging.asynctask/)
11+
12+
**Full Name:** aspose.imaging.asynctask.AsyncTask
13+
14+
15+
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
---
2-
title: AsyncTaskProgress Class
3-
type: docs
4-
weight: 20
5-
url: /python-net/aspose.imaging.asynctask/asynctaskprogress/
6-
---
7-
8-
**Summary:** Provides progress info for the asynchronous task.
9-
10-
**Module:** [aspose.imaging.asynctask](/imaging/python-net/aspose.imaging.asynctask/)
11-
12-
**Full Name:** aspose.imaging.asynctask.AsyncTaskProgress
13-
14-
## **Constructors**
15-
| **Name** | **Description** |
16-
| :- | :- |
17-
| [AsyncTaskProgress(progress_percentage, duration)](#AsyncTaskProgress_progress_percentage_duration_1) | Initializes a new instance of the [AsyncTaskProgress](/imaging/python-net/aspose.imaging.asynctask/asynctaskprogress/) class. |
18-
## **Properties**
19-
| **Name** | **Type** | **Access** | **Description** |
20-
| :- | :- | :- | :- |
21-
| DURATION | System.TimeSpan | r | The duration of the asynchronous task. |
22-
| PROGRESS_PERCENTAGE | int | r | The progress of the asynchronous task, in percent. |
23-
24-
25-
### Constructor: AsyncTaskProgress(progress_percentage, duration) {#AsyncTaskProgress_progress_percentage_duration_1}
26-
27-
28-
```
29-
AsyncTaskProgress(progress_percentage, duration)
30-
```
31-
32-
Initializes a new instance of the [AsyncTaskProgress](/imaging/python-net/aspose.imaging.asynctask/asynctaskprogress/) class.
33-
34-
**Parameters:**
35-
36-
| Parameter | Type | Description |
37-
| :- | :- | :- |
38-
| progress_percentage | int | The progress percentage. |
39-
| duration | System.TimeSpan | The duration. |
40-
1+
---
2+
title: AsyncTaskProgress Class
3+
type: docs
4+
weight: 20
5+
url: /python-net/aspose.imaging.asynctask/asynctaskprogress/
6+
---
7+
8+
**Summary:** Provides progress info for the asynchronous task.
9+
10+
**Module:** [aspose.imaging.asynctask](/imaging/python-net/aspose.imaging.asynctask/)
11+
12+
**Full Name:** aspose.imaging.asynctask.AsyncTaskProgress
13+
14+
## **Constructors**
15+
| **Name** | **Description** |
16+
| :- | :- |
17+
| [AsyncTaskProgress(progress_percentage, duration)](#AsyncTaskProgress_progress_percentage_duration_1) | Initializes a new instance of the [AsyncTaskProgress](/imaging/python-net/aspose.imaging.asynctask/asynctaskprogress/) class. |
18+
## **Properties**
19+
| **Name** | **Type** | **Access** | **Description** |
20+
| :- | :- | :- | :- |
21+
| DURATION | System.TimeSpan | r | The duration of the asynchronous task. |
22+
| PROGRESS_PERCENTAGE | int | r | The progress of the asynchronous task, in percent. |
23+
24+
25+
### Constructor: AsyncTaskProgress(progress_percentage, duration) {#AsyncTaskProgress_progress_percentage_duration_1}
26+
27+
28+
```
29+
AsyncTaskProgress(progress_percentage, duration)
30+
```
31+
32+
Initializes a new instance of the [AsyncTaskProgress](/imaging/python-net/aspose.imaging.asynctask/asynctaskprogress/) class.
33+
34+
**Parameters:**
35+
36+
| Parameter | Type | Description |
37+
| :- | :- | :- |
38+
| progress_percentage | int | The progress percentage. |
39+
| duration | System.TimeSpan | The duration. |
40+
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
---
2-
title: IAsyncTask Class
3-
type: docs
4-
weight: 30
5-
url: /python-net/aspose.imaging.asynctask/iasynctask/
6-
---
7-
8-
**Summary:** The asynchronous task.
9-
10-
**Module:** [aspose.imaging.asynctask](/imaging/python-net/aspose.imaging.asynctask/)
11-
12-
**Full Name:** aspose.imaging.asynctask.IAsyncTask
13-
14-
## **Properties**
15-
| **Name** | **Type** | **Access** | **Description** |
16-
| :- | :- | :- | :- |
17-
| is_busy | bool | r | Gets a value indicating whether this task is currently running. |
18-
| is_canceled | bool | r | Gets a value indicating whether this task was canceled. |
19-
| is_faulted | bool | r | Gets a value indicating whether this task was faulted. |
20-
| result | System.Object | r | Gets the result of this task. |
21-
## **Methods**
22-
| **Name** | **Description** |
23-
| :- | :- |
24-
| abort() | Aborts this task.<br/> The task is completed immediately, with the risk of not freeing internal unmanaged resources. |
25-
| cancel() | Cancels this task.<br/> The task is completed safely by the controlled stopping of the algorithm. |
26-
| run_async() | Runs this task. |
27-
| wait_on_done() | Waits until task is finished. |
28-
29-
1+
---
2+
title: IAsyncTask Class
3+
type: docs
4+
weight: 30
5+
url: /python-net/aspose.imaging.asynctask/iasynctask/
6+
---
7+
8+
**Summary:** The asynchronous task.
9+
10+
**Module:** [aspose.imaging.asynctask](/imaging/python-net/aspose.imaging.asynctask/)
11+
12+
**Full Name:** aspose.imaging.asynctask.IAsyncTask
13+
14+
## **Properties**
15+
| **Name** | **Type** | **Access** | **Description** |
16+
| :- | :- | :- | :- |
17+
| is_busy | bool | r | Gets a value indicating whether this task is currently running. |
18+
| is_canceled | bool | r | Gets a value indicating whether this task was canceled. |
19+
| is_faulted | bool | r | Gets a value indicating whether this task was faulted. |
20+
| result | System.Object | r | Gets the result of this task. |
21+
## **Methods**
22+
| **Name** | **Description** |
23+
| :- | :- |
24+
| abort() | Aborts this task.<br/> The task is completed immediately, with the risk of not freeing internal unmanaged resources. |
25+
| cancel() | Cancels this task.<br/> The task is completed safely by the controlled stopping of the algorithm. |
26+
| run_async() | Runs this task. |
27+
| wait_on_done() | Waits until task is finished. |
28+
29+
Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
1-
---
2-
title: IAsyncTaskState Class
3-
type: docs
4-
weight: 40
5-
url: /python-net/aspose.imaging.asynctask/iasynctaskstate/
6-
---
7-
8-
**Summary:** Provides access to the state of the asynchronous task.
9-
10-
**Module:** [aspose.imaging.asynctask](/imaging/python-net/aspose.imaging.asynctask/)
11-
12-
**Full Name:** aspose.imaging.asynctask.IAsyncTaskState
13-
14-
## **Properties**
15-
| **Name** | **Type** | **Access** | **Description** |
16-
| :- | :- | :- | :- |
17-
| is_canceled | bool | r | Gets a value indicating whether the asynchronous task is canceled. |
18-
| progress | [EventType](/imaging/python-net/aspose.imaging.progressmanagement/eventtype/) | r | Gets the progress of the asynchronous task. |
19-
## **Methods**
20-
| **Name** | **Description** |
21-
| :- | :- |
22-
| [increment_progress_max_value(value)](#increment_progress_max_value_value_1) | Increments the progress maximum value. |
23-
| [indicate_progress(event_type)](#indicate_progress_event_type_2) | Sets the progress of the asynchronous task. |
24-
25-
26-
### Method: increment_progress_max_value(value) {#increment_progress_max_value_value_1}
27-
28-
29-
```
30-
increment_progress_max_value(value)
31-
```
32-
33-
Increments the progress maximum value.
34-
35-
**Parameters:**
36-
37-
| Parameter | Type | Description |
38-
| :- | :- | :- |
39-
| value | int | The increase value. |
40-
41-
### Method: indicate_progress(event_type) {#indicate_progress_event_type_2}
42-
43-
44-
```
45-
indicate_progress(event_type)
46-
```
47-
48-
Sets the progress of the asynchronous task.
49-
50-
**Parameters:**
51-
52-
| Parameter | Type | Description |
53-
| :- | :- | :- |
54-
| event_type | [EventType](/imaging/python-net/aspose.imaging.progressmanagement/eventtype/) | The progress state. |
55-
1+
---
2+
title: IAsyncTaskState Class
3+
type: docs
4+
weight: 40
5+
url: /python-net/aspose.imaging.asynctask/iasynctaskstate/
6+
---
7+
8+
**Summary:** Provides access to the state of the asynchronous task.
9+
10+
**Module:** [aspose.imaging.asynctask](/imaging/python-net/aspose.imaging.asynctask/)
11+
12+
**Full Name:** aspose.imaging.asynctask.IAsyncTaskState
13+
14+
## **Properties**
15+
| **Name** | **Type** | **Access** | **Description** |
16+
| :- | :- | :- | :- |
17+
| is_canceled | bool | r | Gets a value indicating whether the asynchronous task is canceled. |
18+
| progress | [EventType](/imaging/python-net/aspose.imaging.progressmanagement/eventtype/) | r | Gets the progress of the asynchronous task. |
19+
## **Methods**
20+
| **Name** | **Description** |
21+
| :- | :- |
22+
| [increment_progress_max_value(value)](#increment_progress_max_value_value_1) | Increments the progress maximum value. |
23+
| [indicate_progress(event_type)](#indicate_progress_event_type_2) | Sets the progress of the asynchronous task. |
24+
25+
26+
### Method: increment_progress_max_value(value) {#increment_progress_max_value_value_1}
27+
28+
29+
```
30+
increment_progress_max_value(value)
31+
```
32+
33+
Increments the progress maximum value.
34+
35+
**Parameters:**
36+
37+
| Parameter | Type | Description |
38+
| :- | :- | :- |
39+
| value | int | The increase value. |
40+
41+
### Method: indicate_progress(event_type) {#indicate_progress_event_type_2}
42+
43+
44+
```
45+
indicate_progress(event_type)
46+
```
47+
48+
Sets the progress of the asynchronous task.
49+
50+
**Parameters:**
51+
52+
| Parameter | Type | Description |
53+
| :- | :- | :- |
54+
| event_type | [EventType](/imaging/python-net/aspose.imaging.progressmanagement/eventtype/) | The progress state. |
55+

0 commit comments

Comments
 (0)