
图片处理
文章平均质量分 78
亮京京
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
二维码 生成、读取, 以及调整图片大小,截屏
//1.生成二维码+ (CIImage *)createQRCodeFromString:(NSString *)str{ // 创建二维码 CIFilter *filter = [CIFilter filterWithName:@"CIQRCodeGenerator"];//CICode128BarcodeGenerator // 2. 恢复滤镜的默认属性原创 2016-06-28 16:31:47 · 6119 阅读 · 0 评论 -
绘制虚线 dashLine
/** ** lineView: 需要绘制成虚线的view ** lineLength: 虚线的宽度 ** lineSpacing: 虚线的间距 ** lineColor: 虚线的颜色 **/- (void)drawDashLine:(UIView *)lineView lineLength:(int)lineLength lineSpacing:(int)line原创 2016-06-28 16:46:48 · 10681 阅读 · 0 评论