I’m using the Pixellena image API and have an issue using the scale-to command for scaling an image. The same issue occurs both when using the demo page and with the SDK. It doesn't matter if I use different output widths, I get the same problem, see below
I am using the below adjustments
"shifter": {
"steps": [
{
"scale-to-width": 90
}
]
},
"encoder": {
"quality-measure": "fsim-c",
"qual-threshold": 0.9
}
}
