Click or drag to resize

Jpeg2000EncoderTileSize Property

Gets or sets the size in pixels of each individual tile.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Size TileSize { get; set; }

Property Value

Type: Size
Remarks

An image can be split into smaller tiles, with each tile independently compressed. The basic tile size can be set using this property. Depending on the tile size specified by this property, tiling will be performed automatically inside library.

To encode the image with just one tile, specify (0, 0) or Size.Empty for TileSize.

See Also