Enumerations
-
Constants indicating chunk size of an image to download.
See more
The segment of JPG format has not fixed size because it has variable meta data. So you can specify the data size to be downloaded by passing chunk size as an argument. In most cases, you can get the size of an image with the initial value, but if you can not get the correct size, please specify a larger chunk size.Declaration
Swift
public enum ImageChunkSize : Int