I have isometric assets that unfortunately can't change and need to work out the projection for those. Here is how a tile looks like:

The tile image width/height ratio is 0.(6) (height/widht = 1.5). Since this is isn't the standard(2:1) isometric ratio, how can I work out the iso-screen/screen-iso coordinate conversion functions ?