Since devicePixelRatio is defaulted to 2 in API, the resulting image is x2 on height and width.
The devicePixelRatio is ok on getUrk, getShortUrl, but not on toBinary and toFile.
To be able to put a devicePixelRatio to 1, without divide entry height and with, toBinary method should use the devicePixelRatio as it does for heigh and width
Reactions are currently unavailable
Since devicePixelRatio is defaulted to 2 in API, the resulting image is x2 on height and width.
The devicePixelRatio is ok on getUrk, getShortUrl, but not on toBinary and toFile.
To be able to put a devicePixelRatio to 1, without divide entry height and with, toBinary method should use the devicePixelRatio as it does for heigh and width