Skip to content

Commit 20017c9

Browse files
author
Samer El-Khatib
committed
Release 24.10 - Net updates
1 parent 4f8ddf3 commit 20017c9

File tree

1,205 files changed

+1478
-1211
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,205 files changed

+1478
-1211
lines changed

english/net/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ is_root: true
2525
| [Aspose.Imaging.Exif.Enums](./aspose.imaging.exif.enums/) | The namespace contains EXIF enumerations. |
2626
| [Aspose.Imaging.Extensions](./aspose.imaging.extensions/) | The namespace contains extension methods. |
2727
| [Aspose.Imaging.FileFormats.Apng](./aspose.imaging.fileformats.apng/) | The namespace handles Apng file format processing. |
28+
| [Aspose.Imaging.FileFormats.Avif](./aspose.imaging.fileformats.avif/) | The namespace handling Avif file format processing. |
2829
| [Aspose.Imaging.FileFormats.BigTiff](./aspose.imaging.fileformats.bigtiff/) | The namespace handling BigTiff file format processing. |
2930
| [Aspose.Imaging.FileFormats.Bmp](./aspose.imaging.fileformats.bmp/) | The namespace handles Bmp file format processing. |
3031
| [Aspose.Imaging.FileFormats.Bmp.Structures](./aspose.imaging.fileformats.bmp.structures/) | The logical structures, used to support bitmap header. |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Aspose.Imaging.FileFormats.Avif
3+
second_title: Aspose.Imaging for .NET API Reference
4+
description: The namespace handling Avif file format processing
5+
type: docs
6+
weight: 150
7+
url: /net/aspose.imaging.fileformats.avif/
8+
---
9+
The namespace handling Avif file format processing.
10+
11+
## Classes
12+
13+
| Class | Description |
14+
| --- | --- |
15+
| [AvifImage](./avifimage/) | The Avif image. |
16+
17+

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

Lines changed: 152 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: AvifImage.AvifImage
3+
second_title: Aspose.Imaging for .NET API Reference
4+
description: AvifImage constructor. The default constructor
5+
type: docs
6+
weight: 10
7+
url: /net/aspose.imaging.fileformats.avif/avifimage/avifimage/
8+
---
9+
## AvifImage constructor
10+
11+
The default constructor.
12+
13+
```csharp
14+
public AvifImage()
15+
```
16+
17+
### See Also
18+
19+
* class [AvifImage](../)
20+
* namespace [Aspose.Imaging.FileFormats.Avif](../../avifimage/)
21+
* assembly [Aspose.Imaging](../../../)
22+
23+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: AvifImage.BitsPerPixel
3+
second_title: Aspose.Imaging for .NET API Reference
4+
description: AvifImage property. Gets the bits per pixel value
5+
type: docs
6+
weight: 20
7+
url: /net/aspose.imaging.fileformats.avif/avifimage/bitsperpixel/
8+
---
9+
## AvifImage.BitsPerPixel property
10+
11+
Gets the bits per pixel value.
12+
13+
```csharp
14+
public override int BitsPerPixel { get; }
15+
```
16+
17+
### Property Value
18+
19+
The bits per pixel.
20+
21+
### See Also
22+
23+
* class [AvifImage](../)
24+
* namespace [Aspose.Imaging.FileFormats.Avif](../../avifimage/)
25+
* assembly [Aspose.Imaging](../../../)
26+
27+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: AvifImage.Height
3+
second_title: Aspose.Imaging for .NET API Reference
4+
description: AvifImage property. Gets the AVIF image height
5+
type: docs
6+
weight: 30
7+
url: /net/aspose.imaging.fileformats.avif/avifimage/height/
8+
---
9+
## AvifImage.Height property
10+
11+
Gets the AVIF image height.
12+
13+
```csharp
14+
public override int Height { get; }
15+
```
16+
17+
### See Also
18+
19+
* class [AvifImage](../)
20+
* namespace [Aspose.Imaging.FileFormats.Avif](../../avifimage/)
21+
* assembly [Aspose.Imaging](../../../)
22+
23+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: AvifImage.Width
3+
second_title: Aspose.Imaging for .NET API Reference
4+
description: AvifImage property. Gets the AVIF image width
5+
type: docs
6+
weight: 40
7+
url: /net/aspose.imaging.fileformats.avif/avifimage/width/
8+
---
9+
## AvifImage.Width property
10+
11+
Gets the AVIF image width.
12+
13+
```csharp
14+
public override int Width { get; }
15+
```
16+
17+
### See Also
18+
19+
* class [AvifImage](../)
20+
* namespace [Aspose.Imaging.FileFormats.Avif](../../avifimage/)
21+
* assembly [Aspose.Imaging](../../../)
22+
23+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Aspose.Imaging.FileFormats.BigTiff
33
second_title: Aspose.Imaging for .NET API Reference
44
description: The namespace handling BigTiff file format processing
55
type: docs
6-
weight: 150
6+
weight: 160
77
url: /net/aspose.imaging.fileformats.bigtiff/
88
---
99
The namespace handling BigTiff file format processing.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Class BigTiffImage
33
second_title: Aspose.Imaging for .NET API Reference
44
description: Aspose.Imaging.FileFormats.BigTiff.BigTiffImage class. With the BigTiffImage class you can effortlessly manipulate BigTiff image format files. Our API offering seamless handling and customization options ensuring optimal processing of largescale image data with versatile features tailored to your specific requirements
55
type: docs
6-
weight: 1350
6+
weight: 1360
77
url: /net/aspose.imaging.fileformats.bigtiff/bigtiffimage/
88
---
99
## BigTiffImage class

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Aspose.Imaging.FileFormats.Bmp.Structures
33
second_title: Aspose.Imaging for .NET API Reference
44
description: The logical structures used to support bitmap header
55
type: docs
6-
weight: 170
6+
weight: 180
77
url: /net/aspose.imaging.fileformats.bmp.structures/
88
---
99
The logical structures, used to support bitmap header.

0 commit comments

Comments
 (0)