I am creating a game in cocos2d-android. all the images i use in Sprite shows me proper output except rounded image.

Rounded images are cut from all the side.

i test same image in cocos2d-iPhone, which shows me perfect output.

How to solve this rounded image issue.

EDIT :

Actual Image:

Actual Image

Result Image:

Result Image

link|improve this question

Could you provide an example image to show the probelem? – Janusz Nov 23 '11 at 7:48
Find image in my edit. – Mihir Nov 25 '11 at 10:19
feedback

2 Answers

up vote 1 down vote accepted

Maybe the issue is there in cocos-2d source code.
But as a temporary solution, you can modify that image with 5px transparent border.
And try to use that new image. It will solve your problem.

link|improve this answer
feedback

seems size is not proper . use dip and scaleType fitXY if its imageView . or recalculate and reset x,y cordinates if drawing bitmap or canvas

link|improve this answer
as i mention i am working with cocos2d-android framework so i am not using canvas and i am simply using original image. i am not scaling or starching image. – Mihir Nov 22 '11 at 11:24
Do you provide images for the different resolutions of android phones? – Janusz Nov 25 '11 at 10:31
currently i am targeting for one resolution only. it looks there is some problem in cocos2d-android source code. – Mihir Dec 5 '11 at 9:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.