pixels data from sprite

Hi. Can I take information about each pixels from sprite. Also can I edit this information

You could draw this sprite to CCRenderTexture and then get/set pixels or you can load an image to CCImage first and get/set pixels on it and then create a CCSprite from this CCImage.