Android目前有没有图片编辑SDK可用

Is There Any Image Editing SDK Currently Available for Android

我一直在为 Android 寻找图像编辑 SDK,其中包含自定义贴纸选项。一个很好的例子是 Adobe Creative SDK (previously the Aviary SDK), though the current build only supports customizing which features to include, with no option to add your own stickers. Another good example would be the Fotor SDK,它确实支持添加您自己的贴纸,但它现在正在开发中,无法访问以前的版本(据我所知)。

还有一些编辑 SDK 可用,包括 PhotoEditor SDK by img.ly and CLImageEditor,但仅适用于 iOS。如果有人知道 Android 具有贴纸功能的编辑 SDK,或者如果有人可以向我指出有关该主题的一些不错的资源(我无法找到)以便我可以创建自己的,那就是非常感谢。

The Img.ly PhotoEditor SDK 现在也可用于 Android。您还可以轻松添加自己的资产,如贴纸和字体。

您可以像这样获取对贴纸数组的引用:

ArrayList<ImageStickerConfig> stickers = PhotoEditorSdkConfig.getStickerConfig();

有关完整示例,请参阅 docs