随笔分类 -  iOS development

iOS 开发知识
摘要:iOS UImage 与 RGB 裸数据的相互转换 Touch the data of image in iOS Get data from a image 较简单,根据已有的 image 的属性,创建 CGBitmapContext, 这个 context 是带有直接访问的指针的。然后将 Imag 阅读全文
posted @ 2017-11-09 17:23 皮斯卡略夫 阅读(3934) 评论(0) 推荐(0)
摘要:CVPixelBufferRef YUV NV12 pixelFormatType 创建 数据填充 数据读取 CGImageRef to CVPixelBufferRef 阅读全文
posted @ 2017-10-20 18:02 皮斯卡略夫 阅读(14315) 评论(0) 推荐(0)
摘要:iOS OpenGL ES CAEAGLLayer 创建Framebuffer和Renderbuffer 阅读全文
posted @ 2017-02-15 20:00 皮斯卡略夫 阅读(1989) 评论(1) 推荐(0)
摘要:iOS下使用OpenGL 如果使用GLKit View 那么不用担心屏幕旋转的问题,说明如下: If you change the size, scale factor, or drawable properties of a GLKit view, it automatically deletes 阅读全文
posted @ 2017-01-13 12:30 皮斯卡略夫 阅读(1786) 评论(0) 推荐(1)