简体   繁体   English

Android Image Picker和Cropper

[英]Android Image Picker and Cropper

I am working on android application in which i want to take image from Gallery and Camera and after that i want to apply crop intent. 我正在研究要从Gallery和Camera拍摄图像的android应用程序,然后要应用裁切意图。 I found that image URI concept is changed in 4.0 later api. 我发现图像URI概念在4.0以后的api中已更改。 Is there any source code which works for every api for Image picking and cropping. 是否有适用于图像拾取和裁剪的每个api的任何源代码。 I will be very thankful for this. 为此我将非常感谢。

Thanks in advance 提前致谢

i want to apply crop intent 我想应用作物意图

Android does not have a CROP Intent . Android没有CROP Intent

I found that image URI concept is changed in 4.0 later api 我发现4.0以后的api中更改了图像URI概念

I have no idea what you mean by that. 我不知道你是什么意思。

Is there any source code which works for every api for Image picking and cropping 是否有适用于图像拾取和裁剪的每个api的任何源代码

Probably not, as "every api" would have to go back to 2008's Android 1.0, and few developers bother creating libraries for such old versions of Android. 可能不是,因为“每个api”都必须追溯到2008年的Android 1.0,而且很少有开发人员会为这种旧版本的Android创建库。

The Android Arsenal has a category of image cropping libraries , some of which may meet your requirements. Android Arsenal具有一类图像裁剪库 ,其中一些可能满足您的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM