# ZXUIImageUtils **Repository Path**: zj1208/ZXUIImageUtils ## Basic Information - **Project Name**: ZXUIImageUtils - **Description**: UIImage的分类创建工具库,包括 根据颜色创建imgae, 根据水印文字和水印图标创建image, 根据水平渐变和垂直渐变颜色创建image, 创建虚线image, 创建条形码和二维码; - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-30 - **Last Updated**: 2026-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZXUIImageUtils ## Example ## Requirements ## Installation ```ruby pod 'ZXUIImageUtil' ``` ## Author simon, zhuxinming8@163.com ## License ZXUIImageUtil is available under the MIT license. See the LICENSE file for more info. ## 简介 UIImage的分类创建工具库,包括 根据颜色创建imgae, 根据水印文字和水印图标创建image, 根据水平渐变和垂直渐变颜色创建image, 创建虚线image, 创建条形码和二维码; ## 命令 $ pod lib lint --allow-warnings --no-clean $ pod repo push gitee-zj1208-specs ZXUIImageUtils.podspec --allow-warnings --verbose ## 更新记录 2022.11.21 1.第一次作为独立库提交 V0.1.3 2023.07.24 1.绘制虚线API修改。 V0.1.4 2026.04.20 1.UIGraphicsBeginImageContext都改为UIGraphicsBeginImageContextWithOptions,不透明参数改为YES,有的还是NO。scale改为0,有一部分image缩放的scale依然是1,UIImage+CAIWatermask.h,UIImage+CAICompression,需要测试才能改。 2.最低部署版本改为 iOS12.