开发者

How are people accomplishing photo filters in iPhoneOS?

开发者 https://www.devze.com 2023-01-17 18:12 出处:网络
What are people using/doing to create photo filters or photoshop like effects on iPhone OS?Things like B&开发者_如何学Goamp;W, sepia, cross-processing, \'vintage\' etc.I see ImageMagick can probably d

What are people using/doing to create photo filters or photoshop like effects on iPhone OS? Things like B&开发者_如何学Goamp;W, sepia, cross-processing, 'vintage' etc. I see ImageMagick can probably do this with a lot of futzing around, any other options?


Brad Larson's GPUImage framework will be your best Option.You can get the framework from here.


Here is another option.

http://www.binpress.com/app/photo-effects-sdk-for-ios/801


ImageMagick was not the way, its to slow. The solution is to access the raw byte data and modify the RGB values pixel by pixel using, among other things, 5x5 matrix transforms. Here is a good place to start:

http://www.iphonedevsdk.com/forum/iphone-sdk-development/11158-share-your-image-proccessing-filter-code.html

0

精彩评论

暂无评论...
验证码 换一张
取 消