Image Blurring
Hey all, Iv been working on a project but when I have imported images they have become slightly distorted. I don't know why and can't find a fix to the issue. Can someone please suggest anything or had any similar experiences?
Cheers.
Cheers.
Best Answer
-
UtopianGames Posts: 5,692
Sounds like your using resolution independence?
You will get blurring if the images have uneven values, say for eg your HD art is 45x32 when GS scales this down it will turn it into 22.5x16 the .5 is the problem.
Darren.
GS TEMPLATES
DBA RESOURCE CENTRE
Answers
Cheers.
in GameSalad > ImagePane > double click on your image and it will open in Preview
Preview.app > Tools > Show Inspector
this will show the metaData of the image
check for:
imageSize (W and H) are each divisible by 2 (4 for retina) ???
Image DPI: 72 pixels/inch (the resolution)
if those parameters are not the correctValues:
close GS and open the faulty image in Preview.app
Tools> Adjust Size
and correct the values …
and save … and import again into GS replacing the previous images
for your future creations … only save/export at the correct size and dpi
(though I sometimes forget to do so @-)
@bright-spark-games Make sure you are unchecking RI in the project info screen if you are only using non-retina Art.