stretchX

@SerializedName(value = "stretchX")
val stretchX: Array<IntArray>

Segments where the graphic label is allowed to stretch the image in the X-axis, each sublist must contain 2 values, which are from and to values.

eg. a stretchX with the following value will stretch the image using the pixels between 75 and 100, and 125 and 150.

{ { 75, 100 }, { 125, 150 } }