Skip to content

Commit 4bd3d0a

Browse files
author
Evgeniy Sidenko
committed
IMAGINGPYTHONNET-303: Release preparation for version 24.11
1 parent 1ab4b84 commit 4bd3d0a

File tree

314 files changed

+12434
-6367
lines changed

Some content is hidden

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

314 files changed

+12434
-6367
lines changed

english/python-net/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ url: /python-net/
1717
| [aspose.imaging.exif.enums](/imaging/python-net/aspose.imaging.exif.enums/) | The module contains EXIF enumerations. |
1818
| [aspose.imaging.extensions](/imaging/python-net/aspose.imaging.extensions/) | The module contains extension methods. |
1919
| [aspose.imaging.fileformats.apng](/imaging/python-net/aspose.imaging.fileformats.apng/) | The module handles Apng file format processing. |
20+
| [aspose.imaging.fileformats.avif](/imaging/python-net/aspose.imaging.fileformats.avif/) | The module handling Avif file format processing. |
2021
| [aspose.imaging.fileformats.bigtiff](/imaging/python-net/aspose.imaging.fileformats.bigtiff/) | The module handling BigTiff file format processing. |
2122
| [aspose.imaging.fileformats.bmp](/imaging/python-net/aspose.imaging.fileformats.bmp/) | The module handles Bmp file format processing. |
2223
| [aspose.imaging.fileformats.bmp.structures](/imaging/python-net/aspose.imaging.fileformats.bmp.structures/) | The logical structures, used to support bitmap header. |

english/python-net/aspose.imaging.exif/exifdata/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Gets the maker notes.
186186

187187
**See also:**
188188

189-
**[Example # 1](#example_117)**: Access camera manufacturer maker notes in Jpeg image.
189+
**[Example # 1](#example_161)**: Access camera manufacturer maker notes in Jpeg image.
190190

191191

192192
### Method: remove_tag(tag) {#remove_tag_tag_1}
@@ -235,7 +235,7 @@ Remove tag from container
235235
| tag_id | ushort | The tag identifier to remove. |
236236

237237
## **Examples**
238-
### Access camera manufacturer maker notes in Jpeg image. {#example_117}
238+
### Access camera manufacturer maker notes in Jpeg image. {#example_161}
239239
``` python
240240

241241
from aspose.pycore import as_of

english/python-net/aspose.imaging.exif/makernote/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ url: /python-net/aspose.imaging.exif/makernote/
1919

2020

2121
## **Examples**
22-
### Access camera manufacturer maker notes in Jpeg image. {#example_117}
22+
### Access camera manufacturer maker notes in Jpeg image. {#example_161}
2323
``` python
2424

2525
from aspose.pycore import as_of

english/python-net/aspose.imaging.fileformats.apng/apngframe/_index.md

Lines changed: 252 additions & 182 deletions
Large diffs are not rendered by default.

english/python-net/aspose.imaging.fileformats.apng/apngimage/_index.md

Lines changed: 304 additions & 194 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: aspose.imaging.fileformats.avif
3+
type: docs
4+
weight: 120
5+
url: /python-net/aspose.imaging.fileformats.avif/
6+
---
7+
8+
9+
The module handling Avif file format processing.
10+
11+
## **Classes**
12+
| **Class** | **Description** |
13+
| :- | :- |
14+
| [AvifImage](/imaging/python-net/aspose.imaging.fileformats.avif/avifimage/) | The Avif image. |

english/python-net/aspose.imaging.fileformats.avif/avifimage/_index.md

Lines changed: 2236 additions & 0 deletions
Large diffs are not rendered by default.

english/python-net/aspose.imaging.fileformats.bigtiff/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: aspose.imaging.fileformats.bigtiff
33
type: docs
4-
weight: 120
4+
weight: 130
55
url: /python-net/aspose.imaging.fileformats.bigtiff/
66
---
77

english/python-net/aspose.imaging.fileformats.bigtiff/bigtiffimage/_index.md

Lines changed: 268 additions & 198 deletions
Large diffs are not rendered by default.

english/python-net/aspose.imaging.fileformats.bmp.structures/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: aspose.imaging.fileformats.bmp.structures
33
type: docs
4-
weight: 140
4+
weight: 150
55
url: /python-net/aspose.imaging.fileformats.bmp.structures/
66
---
77

0 commit comments

Comments
 (0)