Skip to content

Commit

Permalink
-新增
Browse files Browse the repository at this point in the history
--兼容任何方向的图片
--新增图片、视频编辑属性的数据交互,可设置各种编辑的默认值。
--图片固定尺寸作为编辑数据存储

-优化
--优化创建编辑图片;使用OpenGL处理。

-修复
--修复缩放预览的编辑界面也认为是编辑数据的bug
--调整首次打开展示长图时的效果
--修复模糊层部分情况无法精确获取底部颜色的问题

-LFFilterSuite框架
--修复长图的粒度尺寸计算错误问题
--开放可调整大图的剪裁粒度尺寸
--调整展示长图时的闪烁问题
--删除不兼容的LFContextTypeCPU类型
--修复部分类型会水平翻转图片的问题
  • Loading branch information
lincf0912 committed Jul 31, 2019
1 parent f107952 commit 46c54ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LFMediaEditingController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LFMediaEditingController'
s.version = '1.3.3'
s.version = '1.3.4'
s.summary = 'Media Editor (edit photo、edit video)'
s.homepage = 'https://github.com/lincf0912/LFMediaEditingController'
s.license = 'MIT'
Expand Down

0 comments on commit 46c54ee

Please sign in to comment.