Extract sprite to an another spritesheet

Hi everyone,

I would like to transform sprite into a spritesheet to cut it.

The new spritesheet will have the sprite as model and not the original image and I want cut it with 1px as width.

I have the first sprite but I can’t transform it :frowning:

var s = cc.Sprite.createWithSpriteFrameName(“card1.png”);

And after I have to use cc.RenderTexture ?

Thanks