Gets and sets whether when saving to a JPEG 2000 image that speed of compression and subsequently decompression is to be favored instead of quality and compressed image size.
Read-write property
Visual Basic |
---|
Public Property SaveJP2FavorSpeed As Boolean |
A Boolean value that is set to True to favor speed over quality and compressed image size; and set to False otherwise.
The default value is False.
Setting this value to True can have as much as a 10% to 40% speed improvement in the compression and decompression of images.
Note that when this flag is set, lossless encoded files may become slightly larger, and lossy rate-controlled encoded files may decode to slightly lower quality.