是否有任何模块可以在iOS平台的Appcelerator中动态地裁剪图片?[英] Is there any module which allows cropping an image dynamically in Appcelerator for iOS platform?

本文是小编为大家收集整理的关于是否有任何模块可以在iOS平台的Appcelerator中动态地裁剪图片?的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。

问题描述

我正在开发一个iOS移动应用程序.我的要求是用户应该能够动态地裁剪照片库图像.是他们的任何免费模块或任何替代代码以达到我的要求

预先感谢

推荐答案

您可以使用 http://gitt.io 搜索模块.您会发现:

https://github.com/caspahouzer/ticropimageeditor (分叉源于 https://github.com/etnatraining/ticropimageeditor 带有64位和其他补丁)

模块实施 pephotocropopeditor

其他推荐答案

还检查 https://gist.github.com/fokkezb/5501222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222年和 https://github.com/appcelerator-modules/ti.imagefactory >

与该主题有关,但也许不适合您的情况是 https://github.com/jwagner/smartcrop-cli ,我自己使用(但在其他情况下)

本文地址:https://www.itbaoku.cn/post/1938220.html

问题描述

I am developing an ios mobile app.In that my requirement is user should able to allow crop the photo gallery images dynamically.is their any free module or any alternate code to achieve my requirement

Thanks in advance

推荐答案

You can use http://gitt.io to search for modules. You'll find:

https://github.com/caspahouzer/TiCropImageEditor (forked from https://github.com/EtnaTraining/TiCropImageEditor with 64bit and some other patches)

The modules implement PEPhotoCropEditor

其他推荐答案

Also check https://gist.github.com/FokkeZB/5501222 and https://github.com/appcelerator-modules/ti.imagefactory

Related to the topic but maybe not suited for your case is https://github.com/jwagner/smartcrop-cli, which I use myself (but in another context)