回答編集履歴
1
誤って投稿
test
CHANGED
@@ -1 +1,5 @@
|
|
1
|
-
Glideの[Transformation](https://bumptech.github.io/glide/doc/transformations.html)を適用すれば画像を表示する前の加工処理を
|
1
|
+
Glideの[Transformation](https://bumptech.github.io/glide/doc/transformations.html)を適用すれば画像を表示する前の加工処理を実装できます。
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
自前で実装してもいいですが、先人が提供してくれている[ライブラリ](https://github.com/wasabeef/glide-transformations)を導入するのが簡単です。サンプルのCropTopを参考にしてください。
|