Jpeg2000Image.RawLineSize
Jpeg2000Image.RawLineSize property
This property retrieves the size of a single line of raw image data in bytes. It indicates the amount of memory occupied by a single row of pixels in the image’s raw data format. Understanding the raw line size is essential for tasks such as memory allocation, data manipulation, and image processing algorithms that operate on individual image lines.
public override int RawLineSize { get; }
Property Value
The raw line size in bytes.
See Also
- class Jpeg2000Image
- namespace Aspose.Imaging.FileFormats.Jpeg2000
- assembly Aspose.Imaging