Top > GPUImage
* iOS [#ios]


- GPUImageで高速フィルター!iOSカメラアプリの作り方(1) ~ fantagramができるまで ~
-- http://applebite.me/archives/347

- GPUImageのコードを読んだメモ
--  http://qiita.com/shu223/items/ed734efec95347d8fb0d#_reference-11ca53ffea78dfa36d0e
 - GPUImage も、その「骨格」自体はベーシックな AVFoundation を用いたカメラ入力処理アプリである
   - カメラのフレームごとの入力は
     captureOutput:didOutputSampleBuffer:fromConnection:connection の引数に
     CMSampleBuffer として渡されてくる
   - その入力を OpenGL ES でゴニョゴニョするのが GPUImage

* Swift 版 [#h76074cb]

- https://github.com/BradLarson/GPUImage2

* Android [#android]

- GPUImage for Android
--  https://github.com/CyberAgent/android-gpuimage

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes