Our app uses the imageSuffix @2 to define images that are 0.5 and below in scale. 1:1 scale images don’t have an imageSuffix.
For the purposes of testing speed to quality ratios of different scaled images, how do you set config so that the 1:1 ratio also uses the smaller @2 images?
Here is the relevant parts of config. But setting @2 = 1 doesn’t seem to work - on the simulator at least…
content = { width = aspectRatio \> 0.5 and 1536 or math.floor( 2048 / aspectRatio ), height = aspectRatio \< 0.5 and 2048 or math.floor( 1536 \* aspectRatio ), scale = "letterBox", fps = 60, imageSuffix = { ["@2"] = 0.5,