如何使用 project.android.imageprocessing 库停止图像拉伸?
How to stop image stretch using project.android.imageprocessing library?
我正在使用 FastImageProcessing 库在图像上应用素描效果。
使用 FastImageProcessingView 而不是简单的图像视图。我给这个视图设置的高度和宽度是wrap_contain中的xml。每当我使用过滤器渲染图像时,FastImageProccessingView 会填充父布局,并且使用效果生成的图像会拉伸。
我在 github、https://github.com/chrisbatt/AndroidFastImageProcessing 上获得了上述库。
请协助。
使用符合您要求的以下库
- Glide - Glide 简介,Android 的图像加载器库,Google 推荐
http://inthecheesefactory.com/blog/get-to-know-glide-recommended-by-google/en
GitHub 的:https://github.com/bumptech/glide
- Android 通用图像加载器 (AUIL) -
GitHub 的:https://github.com/nostra13/Android-Universal-Image-Loader
- 毕加索 - http://square.github.io/picasso/
- 壁画 - http://frescolib.org/
GitHub 的:https://github.com/facebook/fresco
我正在使用 FastImageProcessing 库在图像上应用素描效果。 使用 FastImageProcessingView 而不是简单的图像视图。我给这个视图设置的高度和宽度是wrap_contain中的xml。每当我使用过滤器渲染图像时,FastImageProccessingView 会填充父布局,并且使用效果生成的图像会拉伸。 我在 github、https://github.com/chrisbatt/AndroidFastImageProcessing 上获得了上述库。 请协助。
使用符合您要求的以下库
- Glide - Glide 简介,Android 的图像加载器库,Google 推荐 http://inthecheesefactory.com/blog/get-to-know-glide-recommended-by-google/en GitHub 的:https://github.com/bumptech/glide
- Android 通用图像加载器 (AUIL) - GitHub 的:https://github.com/nostra13/Android-Universal-Image-Loader
- 毕加索 - http://square.github.io/picasso/
- 壁画 - http://frescolib.org/ GitHub 的:https://github.com/facebook/fresco