animation editor make BLACK LINE to image

hello.

i made FLA for animation editor.

when i export project there are black line on image.

how i can not make line?

Black line? Can you show some screen cut?
What’s your CocoStudio version?

Did you follow the notes on this url :

orignal fla image

fla ->cocosstudio image

cocostudio make out line

Sorry, I cannot find out the reasons why you have this problem.
Did you have any vectors in your fla? Vectors is not available on CocoStudio.
Try to see the notes on the url


Maybe you didn’t follow some of the rules which lead to this issue.

when drawing Image with illustrator and use Anti-aliased Artwork option

cocostudio make auto outline.

i think cocostudio check Anti-aliased image.

how draw image your case? using photoshop?

try this

define CC_FIX_ARTIFACTS_BY_STRECHING_TEXEL 1 in ccConfig.h

and Rebuild all…

#define CC_FIX_ARTIFACTS_BY_STRECHING_TEXEL 0 -> 1
same problem.