Skip to content

gmfxch/HCPhotoEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HCPhotoEdit

简易的图片处理框架。采用GPUImage实现,包含滤镜,特效,虚化,裁剪,旋转,光影,边框,色彩参数调整功能

效果展示

图片名称

图片名称

图片名称

图片名称

图片名称

图片名称

使用示例

导入头文件 #import "HCPhotoEditViewController.h"

    HCPhotoEditViewController *editController = [[HCPhotoEditViewController alloc] init];
    editController.oriImage = imageView.image;
    editController.delegate = self;
    [self presentViewController:editController animated:YES completion:nil];
    

实现代理HCPhotoEditViewControllerDelegate

/**
 点击“完成”按钮回调函数
 */
-(void)didClickFinishButtonWithEditController:(HCPhotoEditViewController*)controller  newImage:(UIImage*)newImage;
/**
 点击“取消”按钮回调函数
 */
-(void)didClickCancelButtonWithEditController:(HCPhotoEditViewController*)controller;
    

About

仿 Camera360 SDK,利用GPUImage框架实现基本的图片处理功能

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published