E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
UIImage
iOS 图片压缩方法的示例代码
压缩图片质量NSData *data =
UIImage
JPEGRepresentation(image, compression);
UIImage
*resultImage = [
UIImage
ima
很酷的站长
·
2023-03-29 13:21
编程笔记
ios
xcode
swift
iOS编程, 图片渐渐出现的效果
sd_setImageWithURL:placeholderImage:"中添加warning部分代码):-(void)sd_setImageWithURL:(NSURL*)urlplaceholderImage:(
UIImage
霍伟健
·
2023-03-29 12:06
使用 Swift 实现上传头像
iOS中为这个功能提供了
UIImage
PickerController这个类来实现对图片选取的功能。
CyrusCao
·
2023-03-29 08:24
第三方搜集
objc类库AFNetworking--------网络请求SDWebImage---------这个类库提供一个
UIImage
View类别以支持加载来自网络的远程图片。
扣肉快快跑
·
2023-03-29 06:06
android按钮下边框颜色渐变,UIButton,UIView添加渐变边框
思路参考举例UIButtom思路:1、首先创建一个临时的UIView2、然后利用CAGradientLayer在UIView上面进行渐变绘制3、将UIView进行截图返回
UIImage
4、将返回的
UIImage
Jake谢佳
·
2023-03-29 04:32
iOS YUV(i420) to
UIImage
思路:YUV(i420)->YUV(NV12)->CIImage->
UIImage
获取到的YUVData格式:(intwidth,intheight,unsignedlonglongtime_stamp
Raining7
·
2023-03-29 04:23
图片处理
需要合成图片的图片数组///@paramoverlapWidth两个图片的重叠宽度///@paramiconWidth每个图片的宽度///@paramiconHeight每个图片的高度///图片合成+(
UIImage
AndyYaWei
·
2023-03-28 18:12
# iOS 中 CUICatalog: Invalid asset name supplied: ''的解决方案
控制台出现[framework]CUICatalog:Invalidassetnamesupplied:原因是:[
UIImage
imageNamed:@""]图片不存在解决办法:保证图片的地址不为nil
最强的小强
·
2023-03-28 12:55
Apple 关于Photo Library
普通的苹果自带的获取照片方法(一张一张取)-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{
UIImage
PickerController
AroundWind
·
2023-03-28 00:12
网络图片问题
setImage会出现大小不正常的情况,所以用下面方法解决这一问题NSURL*url=[NSURLURLWithString:[_bankInfoobjectForKey:@"bank_pic"]];
UIImage
恒_sir
·
2023-03-27 21:10
iOS Gif图片压缩
就跟上传图片的时候大多是要先压缩图片一样.我做了一个swift版本的压缩图片的demo,在文章最后面会给出下载链接.废话不多说,先来效果图.压缩gif图片.gif压缩思路分析压缩gif图片不能像直接压缩图片的方式一样压缩,使用
UIImage
JP
PencilCarefully
·
2023-03-27 11:13
【iOS】加载SVG图片
一、导入SVGKit第三方库#SVG图片展示pod'SVGKit'二、使用SVGKit库新建
UIImage
+SVG分类,二次封装SVGKit库///
UIImage
+SVG.h#importNS_ASSUME_NONNULL_BEGIN
irenb
·
2023-03-27 09:53
iOS-image图片旋转方向
UIImage
*backImage=[
UIImage
imageNamed:@"图片名字"];//改变该图片的方向backImage=[
UIImage
imageWithCGImage:backImage.CGI
白色天空729
·
2023-03-27 04:21
Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and [QYCGuangViewController should
UIInterfaceOrientationMask)supportedInterfaceOrientations{//[self_initSubViews];//创建控件//[selfsetImage:[
UIImage
imageWithData
龙笙笔记
·
2023-03-26 22:47
iOS 通过标题生成圆形图标
+(
UIImage
*)createIconWithTitle:(NSString*)title{intred=arc4random()%255+1;intgreen=arc4random()%255+1
ADreamClusive
·
2023-03-26 19:08
图片拉伸
操作步骤设置
UIImage
View.contentModel=UIViewContentModeScaleToFill设置图片拉伸区域
UIImage
*image=_infoBgView.image;CGFloattop
蓝汐o
·
2023-03-26 17:34
iOS 使用GPUImage简单实现绿幕功能
-(void)showGreenScreenWithImage:(
UIImage
*)image{self.inputPicture=[[GPUImagePicturealloc]initWithImage
陆离o
·
2023-03-26 16:50
AFNetworking
上传单图片上传-(void)uploadimgWithurl:(NSString*)urlStrimage:(
UIImage
*)imagefileName:(NSString*)fileNamesuccess
小熊杂议
·
2023-03-26 12:48
iOS 设置图片出现蓝色块-的处理方案
Normal与Select状态[UIButtonbuttonWithType:UIButtonTypeSystem]1、设置setBackgroundImage[selfsetBackgroundImage:[
UIImage
imageNamed
云深不知处a
·
2023-03-26 11:47
iOS 导航栏背景,标题和返回按钮文字颜色
BOOL)animated{//设置导航栏背景图片为一个空的image,这样就透明了[self.navigationController.navigationBarsetBackgroundImage:[[
UIImage
alloc
清风_____
·
2023-03-26 10:54
UIImage
&Base64流转换
UIImage
转成base64串
UIImage
*image=self.pickImageView.image;NSData*imageData=
UIImage
JPEGRepresentation(image
eduzon
·
2023-03-25 21:54
iOS 原生api上传图片
#defineSPEncode(str)[strdataUsingEncoding:NSUTF8StringEncoding]-(void)uploadHeadImage:(
UIImage
*)imageandWithPicker
程序媛Miss_S
·
2023-03-25 20:35
如何将图 添加到照 库
UIImage
*img=[
UIImage
imageWithNamed:@”123.ppng”];
UIImage
WriteToSavedPhotosAlbum(img,nil,nil,nil);
光_遥远
·
2023-03-25 20:55
[笔记] Swift-图片裁剪、压缩、转换
图片裁剪:新建
UIImage
扩展Image类///裁剪图片funccropToSize(rect:CGRect)->
UIImage
{varnewRect=rectnewRect.origin.x*=self.scalenewRect.origin.y
尼达先森
·
2023-03-25 19:48
实现一个继承于
UIImage
View的简单画板
目前实现的画板功能,大部分都是继承于UIView的,很少有继承于
UIImage
View。其实实现方式也不难,就是自己手动重绘下。下面直接代码解释。首先,定义两个点的变量。
yqmfly
·
2023-03-25 14:53
navigationBar 颜色 不透明
、、、
UIImage
*backImage=[
UIImage
imageWithColor:[UIColorcolorWithHexValue:@"#292929"]rect:CGRectMake(0,0,
开米肉丝酱
·
2023-03-25 09:16
UILabel & UITextFiled &UIButton &
UIImage
View
UILabel标签@property(nullable,nonatomic,copy)NSString*text;内容@property(null_resettable,nonatomic,strong)UIFont*font;字体@property(null_resettable,nonatomic,strong)UIColor*textColor;颜色@property(nonatomic)N
董立权
·
2023-03-25 02:01
图片合成、GIF图片的合成与解析
一、普通图片合成(两张以上才有意义)主要步骤:创建需要合成的
UIImage
对象,通过CGImageRef获取image对象尺寸(也可以自由设置)创建上下文画布把图片依次画在画布指定位置上从上下文中获得合并后的图片关闭上下文释放内存相关方法名
宇文袥
·
2023-03-24 19:39
设置UIView
UIImage
拉伸
1、self.view.backgroundColor=[UIColorcolorWithPatternImage:[
UIImage
imageNamed:@"image.jpg"]];(占内存,且不能拉伸
stevewinds
·
2023-03-24 18:13
iOS11 导航栏自定义按钮
一、全局自定义导航栏左侧按钮
UIImage
*backButtonImage=[[
UIImage
imageNamed:@"nav_back"]imageWithRenderingMode:
UIImage
RenderingModeAlwaysOriginal
一路李花开
·
2023-03-24 14:52
iOS开发特殊日期灰色界面的实现
先建立一个
UIImage
View的子类
UIImage
View用重写setImage的方法修改。
左方
·
2023-03-24 14:27
tableView 左滑 修改文字颜色和背景色
加上去就可以跑了(NSArray*)tableView:(UITableView*)tableVieweditActionsForRowAtIndexPath:(NSIndexPath*)indexPath{
UIImage
William8
·
2023-03-24 08:48
Unity UGUI系列二 材质 SpriteRenderer和Image
接上回UnityUGUI系列一Canvas和CanvasGroup,有个示例,用的图片是SpriteRenderer,而不是
UIImage
。本文就来总结一下这两者的区别,在这之前,先来看看图片导入。
合肥黑
·
2023-03-24 03:43
识别最近图片快捷发送思路以及核心代码
,进行图片快捷提示(类似于微信)思路:用户点击“+”号按钮时,检索相册中30s内最新添加的图片并展示核心代码:#import-(void)getRecentlyAddedPhoto:(void(^)(
UIImage
CN_HarrySun
·
2023-03-23 23:38
生成二维码
生成二维码图片,操作如下://生成的二维码+(
UIImage
*)getCIIamgeQRCodeGenerator:(NSString*)string{//创建过滤器CIFilter*filter=[CIFilterfilterWithName
Cy_Star
·
2023-03-23 21:34
保存图片到相册并存储在自己App的相册中
app的相册,是添加了索引,指向的还是胶卷中的相片,所以删除胶卷的相片,会影响到app相册内的图片,删除app相册内的图片,不会影响胶卷的图片仅保存图片到相册的方法1-(void)saveImage:(
UIImage
那抹浮沉
·
2023-03-23 21:28
图片处理
iOS中图片的加载、圆角、阴影实现方式多种多样,我们需着重考虑性能问题视图阴影///为
UIImage
View设置阴影//////-Parameters:///-color:Thecoloroftheshadow
HCong
·
2023-03-23 19:27
WKWebView长截图
importNS_ASSUME_NONNULL_BEGIN@interfaceWKWebView(CTMViewCapture)-(void)CTMContentCaptureCompletionHandler:(void(^)(
UIImage
江河_ios
·
2023-03-23 04:20
iOS-全屏截图、view生成图片、scrollView生成长图
1.全屏截图+(
UIImage
*)snapshotScreen{UIWindow*window=[UIApplicationsharedApplication].keyWindow;UIGraphicsBeginImageContextWithOptions
zwing
·
2023-03-23 02:24
关于APP内图片变黑白的思考
内所有加载的网络图片都变成黑白的了,也看到有的技术群里在讨论这些问题,当时手里几个项目都比较赶,没有过多的思考研究,在iOS项目中这个东西从我的角度将有2种办法,一种是runtime简单粗暴,另一种就是项目中展示图片的控件继承
UIImage
View
BoxJing
·
2023-03-22 22:31
iOS保存 GIF 和 APNG 动图
当然想要省事的话直接用
UIImage
WriteToSavedPhotosAlbum()写相册,但是图像会被强制转码成PNG。
iOS劝退师
·
2023-03-22 16:34
SDImageCache
*/SDImageCacheTypeMemory//查询缓存图片完成的回调blocktypedefvoid(^SDCacheQueryCompletedBlock)(
UIImage
*_Nullableimage
认不出我来
·
2023-03-22 12:26
iOS学习目录
CocoaPodsInfo.plist基本设置[常用三方框架或封装区分][常用分类拓展]基类封装BaseVC、NavVC、TabBarVCiOS-UI基础UIKitUIView的基本使用UILabel的基本使用UIButton的基本使用
UIImage
View
求长生
·
2023-03-22 09:46
iOS接入OpenCV检测ArUco标记
下载地址-(void)detectARMarker:(
UIImage
*)input_img{cv::Matmat;
UIImage
ToMat(input_img,mat);cvtColor(mat,mat
这个熊孩子不太冷
·
2023-03-22 06:42
iOS PDF文件链接地址转化成
UIImage
保存的相册
方式一-(void)saveToAlbumClick{NSString*pdfUrlStr=@"http://dzfp.jsjinfo.cn:8080/SSMInvoice/uploads/FPXZ/20200707_011002000111_09946296.pdf";NSURL*url=[[NSURLalloc]initWithString:pdfUrlStr];CFURLRefref=(__
水晶屋_Crystal
·
2023-03-22 04:59
UIImage
合并
size.width,size.height)];[image2drawInRect:CGRectMake(image1.size.width,0,image2.size.width,size.height)];
UIImage
嘚嘚以嘚嘚
·
2023-03-22 03:52
相机、相册权限请求问题
原因:在相机权限请求回调中,不在主线程,故唤起
UIImage
PickerController时发生崩溃。
小五92
·
2023-03-21 12:21
iOS 系统分享-不同内容
///系统分享类型publicenumSystemShareType{///分享图片caseshareImage(
UIImage
)///分享链接caseshareUrl(URL)///分享带标题链接caseshareTitleUrl
吃货_X
·
2023-03-21 06:00
Swift下去除UINavigationBar的黑色线
//设置导航栏标题letnavBar=UINavigationBar.appearance()//取消导航栏下的黑线navBar.setBackgroundImage(
UIImage
(),for:.bottom
tuxw
·
2023-03-21 01:34
XCode 利用正则表达式查找替换字符
参考如下链接:我要替换的是查找[
UIImage
imageNamed:@"age_0_2_normal"]替换为:[
UIImage
imageNamed:@"age_0_2_normal"inBundle:
mydisc1
·
2023-03-20 19:17
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他