Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Samer El-Khatib committed Oct 8, 2024
2 parents aa6ecec + 1ab4b84 commit 5c797a7
Show file tree
Hide file tree
Showing 1,314 changed files with 1,684 additions and 1,369 deletions.
1 change: 1 addition & 0 deletions english/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ is_root: true
| [com.aspose.imaging.extensions](./com.aspose.imaging.extensions) | The package contains extension methods. |
| [com.aspose.imaging.fileformats](./com.aspose.imaging.fileformats) | The package contains graphics files processing classes and methods. |
| [com.aspose.imaging.fileformats.apng](./com.aspose.imaging.fileformats.apng) | The package handles Apng file format processing. |
| [com.aspose.imaging.fileformats.avif](./com.aspose.imaging.fileformats.avif) | The namespace handling Avif file format processing. |
| [com.aspose.imaging.fileformats.bigtiff](./com.aspose.imaging.fileformats.bigtiff) | The package handling BigTiff file format processing. |
| [com.aspose.imaging.fileformats.bmp](./com.aspose.imaging.fileformats.bmp) | The package handles Bmp file format processing. |
| [com.aspose.imaging.fileformats.bmp.structures](./com.aspose.imaging.fileformats.bmp.structures) | The logical structures, used to support bitmap header. |
Expand Down
17 changes: 17 additions & 0 deletions english/java/com.aspose.imaging.fileformats.avif/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: com.aspose.imaging.fileformats.avif
second_title: Aspose.Imaging for Java API Reference
description: The namespace handling Avif file format processing.
type: docs
weight: 26
url: /java/com.aspose.imaging.fileformats.avif/
---

The namespace handling Avif file format processing.


## Classes

| Class | Description |
| --- | --- |
| [AvifImage](../com.aspose.imaging.fileformats.avif/avifimage) | The Avif image. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: AvifImage
second_title: Aspose.Imaging for Java API Reference
description: The Avif image.
type: docs
weight: 10
url: /java/com.aspose.imaging.fileformats.avif/avifimage/
---
**Inheritance:**
java.lang.Object, [com.aspose.imaging.DisposableObject](../../com.aspose.imaging/disposableobject), [com.aspose.imaging.DataStreamSupporter](../../com.aspose.imaging/datastreamsupporter), [com.aspose.imaging.Image](../../com.aspose.imaging/image), [com.aspose.imaging.RasterImage](../../com.aspose.imaging/rasterimage), [com.aspose.imaging.RasterCachedImage](../../com.aspose.imaging/rastercachedimage)
```
public class AvifImage extends RasterCachedImage
```

The Avif image.
## Constructors

| Constructor | Description |
| --- | --- |
| [AvifImage()](#AvifImage--) | |
## Methods

| Method | Description |
| --- | --- |
| [getBitsPerPixel()](#getBitsPerPixel--) | Gets the bits per pixel value. |
| [getWidth()](#getWidth--) | Gets the AVIF image width. |
| [getHeight()](#getHeight--) | Gets the AVIF image height. |
### AvifImage() {#AvifImage--}
```
public AvifImage()
```


### getBitsPerPixel() {#getBitsPerPixel--}
```
public int getBitsPerPixel()
```


Gets the bits per pixel value.

Value: The bits per pixel.

**Returns:**
int - the bits per pixel value.
### getWidth() {#getWidth--}
```
public int getWidth()
```


Gets the AVIF image width.

**Returns:**
int - the AVIF image width.
### getHeight() {#getHeight--}
```
public int getHeight()
```


Gets the AVIF image height.

**Returns:**
int - the AVIF image height.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.bigtiff
second_title: Aspose.Imaging for Java API Reference
description: The package handling BigTiff file format processing.
type: docs
weight: 26
weight: 27
url: /java/com.aspose.imaging.fileformats.bigtiff/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.bmp.structures
second_title: Aspose.Imaging for Java API Reference
description: The logical structures used to support bitmap header.
type: docs
weight: 28
weight: 29
url: /java/com.aspose.imaging.fileformats.bmp.structures/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.bmp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.bmp
second_title: Aspose.Imaging for Java API Reference
description: The package handles Bmp file format processing.
type: docs
weight: 27
weight: 28
url: /java/com.aspose.imaging.fileformats.bmp/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cdr.consts
second_title: Aspose.Imaging for Java API Reference
description: The package handles Cdr file format processing.
type: docs
weight: 30
weight: 31
url: /java/com.aspose.imaging.fileformats.cdr.consts/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cdr.enums
second_title: Aspose.Imaging for Java API Reference
description: The package handles Cdr file format processing.
type: docs
weight: 31
weight: 32
url: /java/com.aspose.imaging.fileformats.cdr.enums/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cdr.objects
second_title: Aspose.Imaging for Java API Reference
description: The package handles Cdr file format processing.
type: docs
weight: 32
weight: 33
url: /java/com.aspose.imaging.fileformats.cdr.objects/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cdr.types
second_title: Aspose.Imaging for Java API Reference
description: The package handles Cdr file format processing.
type: docs
weight: 33
weight: 34
url: /java/com.aspose.imaging.fileformats.cdr.types/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.cdr/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cdr
second_title: Aspose.Imaging for Java API Reference
description: The package handles Cdr file format processing.
type: docs
weight: 29
weight: 30
url: /java/com.aspose.imaging.fileformats.cdr/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cmx.objectmodel.enums
second_title: Aspose.Imaging for Java API Reference
description: The package handles Tiff file format processing.
type: docs
weight: 36
weight: 37
url: /java/com.aspose.imaging.fileformats.cmx.objectmodel.enums/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cmx.objectmodel.specs
second_title: Aspose.Imaging for Java API Reference
description: The package handles Tiff file format processing.
type: docs
weight: 37
weight: 38
url: /java/com.aspose.imaging.fileformats.cmx.objectmodel.specs/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cmx.objectmodel.styles
second_title: Aspose.Imaging for Java API Reference
description: The package handles Tiff file format processing.
type: docs
weight: 38
weight: 39
url: /java/com.aspose.imaging.fileformats.cmx.objectmodel.styles/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cmx.objectmodel
second_title: Aspose.Imaging for Java API Reference
description: The package handles Tiff file format processing.
type: docs
weight: 35
weight: 36
url: /java/com.aspose.imaging.fileformats.cmx.objectmodel/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.cmx/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.cmx
second_title: Aspose.Imaging for Java API Reference
description: The package handles Tiff file format processing.
type: docs
weight: 34
weight: 35
url: /java/com.aspose.imaging.fileformats.cmx/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.core.vectorpaths
second_title: Aspose.Imaging for Java API Reference
description: The package contains Imaging Vector Paths.
type: docs
weight: 39
weight: 40
url: /java/com.aspose.imaging.fileformats.core.vectorpaths/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.dicom
second_title: Aspose.Imaging for Java API Reference
description: The package handles Dicom file format processing
type: docs
weight: 40
weight: 41
url: /java/com.aspose.imaging.fileformats.dicom/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.djvu/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.djvu
second_title: Aspose.Imaging for Java API Reference
description: The package contains djvu classes
type: docs
weight: 41
weight: 42
url: /java/com.aspose.imaging.fileformats.djvu/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.dng.decoder
second_title: Aspose.Imaging for Java API Reference
description: The package contains DNG decoder types
type: docs
weight: 43
weight: 44
url: /java/com.aspose.imaging.fileformats.dng.decoder/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.dng/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.dng
second_title: Aspose.Imaging for Java API Reference
description: The package contains DNG file format types
type: docs
weight: 42
weight: 43
url: /java/com.aspose.imaging.fileformats.dng/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.dtyp.commondatastructures
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-DTYP Windows Data Types 2.3 Common Data Structures
type: docs
weight: 45
weight: 46
url: /java/com.aspose.imaging.fileformats.emf.dtyp.commondatastructures/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.emf.consts
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-EMF Enhanced Metafile Format.
type: docs
weight: 46
weight: 47
url: /java/com.aspose.imaging.fileformats.emf.emf.consts/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.emf.objects
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-EMF Enhanced Metafile Format.
type: docs
weight: 47
weight: 48
url: /java/com.aspose.imaging.fileformats.emf.emf.objects/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.emf.records
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-EMF Enhanced Metafile Format.
type: docs
weight: 48
weight: 49
url: /java/com.aspose.imaging.fileformats.emf.emf.records/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.emfplus.consts
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-EMFPLUS Enhanced Metafile Format Plus Extensions 2.1 EMF Constants
type: docs
weight: 49
weight: 50
url: /java/com.aspose.imaging.fileformats.emf.emfplus.consts/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.emfplus.objects
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-EMFPLUS Enhanced Metafile Format Plus Extensions 2.2 EMF Objects.
type: docs
weight: 50
weight: 51
url: /java/com.aspose.imaging.fileformats.emf.emfplus.objects/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.emfplus.records
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-EMFPLUS Enhanced Metafile Format Plus Extensions 2.3 EMF Records
type: docs
weight: 51
weight: 52
url: /java/com.aspose.imaging.fileformats.emf.emfplus.records/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.emfspool.records
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-EMFSPOOL Enhanced Metafile Spool Format 2.2 EMFSPOOL Records
type: docs
weight: 52
weight: 53
url: /java/com.aspose.imaging.fileformats.emf.emfspool.records/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf.graphics
second_title: Aspose.Imaging for Java API Reference
description: The package contains Emf/Emf graphics.
type: docs
weight: 53
weight: 54
url: /java/com.aspose.imaging.fileformats.emf.graphics/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.emf/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.emf
second_title: Aspose.Imaging for Java API Reference
description: The package contains types MS-EMF MS-EMFPLUS
type: docs
weight: 44
weight: 45
url: /java/com.aspose.imaging.fileformats.emf/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.eps.consts
second_title: Aspose.Imaging for Java API Reference
description: The package contains EPS format constants
type: docs
weight: 55
weight: 56
url: /java/com.aspose.imaging.fileformats.eps.consts/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.eps/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.eps
second_title: Aspose.Imaging for Java API Reference
description: The package contains EPS format type
type: docs
weight: 54
weight: 55
url: /java/com.aspose.imaging.fileformats.eps/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.gif.blocks
second_title: Aspose.Imaging for Java API Reference
description: The package contains Gif file format entities.
type: docs
weight: 57
weight: 58
url: /java/com.aspose.imaging.fileformats.gif.blocks/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.gif/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.gif
second_title: Aspose.Imaging for Java API Reference
description: The package handles Gif file format processing.
type: docs
weight: 56
weight: 57
url: /java/com.aspose.imaging.fileformats.gif/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.ico/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.ico
second_title: Aspose.Imaging for Java API Reference
description: The package handling ICO file format processing.
type: docs
weight: 58
weight: 59
url: /java/com.aspose.imaging.fileformats.ico/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.imaging.fileformats.jpeg/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.imaging.fileformats.jpeg
second_title: Aspose.Imaging for Java API Reference
description: The package handles Jpeg file format processing.
type: docs
weight: 59
weight: 60
url: /java/com.aspose.imaging.fileformats.jpeg/
---

Expand Down
Loading

0 comments on commit 5c797a7

Please sign in to comment.