Recent Posts

ericd.net

ericd.net

Return To Blog Listing

Personal blog/resource of Flash/interactive technology and source code.

Search This Blog's Tags For:

Recent Posts Tagged With 'cocos2d'

  • Pixel formats in cocos2d v0.7.3+

    Posted on Thursday May 28th, 2009 at 07:26 in iphone, pixel format, cocos2d

    [per riq] Since cosos2d v0.7.3, you can specify the texture's pixel format of your PNG/TIFF/BMP/GIF images.The texture's pixel format is the way the image is stored in GPU memory.Possible pixel formats:RGBA8888 (32-bit) (kTexture2DPixelFormat_RGBA888...