i need to display the image in its original size without dependences on screen resolution and D.aspectDisplay (). the image has a layer of transparency and it is distorted when stretching. how do i draw the image without changing its size?
i tried to convert the pixels in EE coordinate system:
rounding helps, but not always. it is difficult to find the right values. at this affects your screen resolution and D.aspectDisplay ().
and if you want to display part of the image? a pity that such a simple operation difficult to implement.