Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is not a program issue, just trying to understand better...After I create the image layer. Then I rotate it -90 , then stretch it to 47 along the Y axis of the canvas . but the image is stretched on the X axis to 47.  I was expecting to see the X - Y size switch on the image after I rotated it 90. Clear as mud...I make things harder then they are sometimes..

Joe...

Ah, yes the size is in the layer's space because it can be oriented at any arbitrary angle, not just 90 degree increments. It wouldn't make sense if it was rotated at say 45 degrees - then which axis would you scale it on? Keeping the scaling relative to the layer allows for these arbitrary rotations.

You could always create a new blank raster-layer below the rotated image's layer and merge down, so that the rotated image is merged with the unrotated blank layer. The new raster-layer will then have the rotated layer natively oriented in the default canvas space, where the canvas XY axes are the same as the layer's.

- Charlie