Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
total
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
total
Commits
f2d769b3
Commit
f2d769b3
authored
Oct 08, 2018
by
哈南
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bcfa14c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ZJPictureTableViewCell.m
total/GTOApp/UserUtil/PictureCell/ZJPictureTableViewCell.m
+2
-1
No files found.
total/GTOApp/UserUtil/PictureCell/ZJPictureTableViewCell.m
View file @
f2d769b3
...
...
@@ -155,7 +155,7 @@
[
IBTLoadingView
showTextOnly
:[
NSString
stringWithFormat
:
@"最多添加%.0f张照片"
,
self
.
viewModel
.
maxPictureNumber
]];
return
;
}
UIImage
*
newImage
=
[
image
rescaleImageToPX
:
108
0
];
UIImage
*
newImage
=
[
image
rescaleImageToPX
:
54
0
];
NSDictionary
*
fontDict
=
@{
NSForegroundColorAttributeName
:
[
UIColor
yellowColor
],
NSFontAttributeName
:
[
UIFont
systemFontOfSize
:
17
]};
UIImage
*
waterImage
=
[
newImage
imageWaterMarkWithString
:
self
.
remarkString
point
:
CGPointMake
(
20
,
newImage
.
size
.
height
-
20
)
attribute
:
fontDict
];
NSString
*
imageName
=
[
self
saveImageToLocal
:
waterImage
];
...
...
@@ -181,6 +181,7 @@
//加密
NSData
*
newimageData
=
UIImageJPEGRepresentation
(
image
,
0
.
5
);
NSString
*
imageName
=
[
ToolsManager
md5Data
:
newimageData
];
//获取沙盒目录
NSString
*
fullPath
=
[
kPathDocument
stringByAppendingPathComponent
:
imageName
];
//将图片写入文件
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment