Image is crushed --- Sprite

Hello guys , I downloaded a picture and saved on " Resources " , when I tried to create a sprite with this trough of C # code image, it is flat and not as the original , and the original below this flat image … how to solve it? someone has gone through this situation ?

I’m trying to create a rectangular sprite but is only square
Original
Image error: “crushed”

32541-flat.jpg

Put your image into Assets folder then click on your image and go to Inspector window where you can set Texture type : GUI and set Format : Truecolor Then Apply It.
Now you can set that Image into plane and it will look like Original. Dharmesh

I think you have to crop your images so it is in square of 2. For example 512x512 or 128x128 ect. This is needed for some compression methods. : )