mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Tweak log
This commit is contained in:
parent
f3f72619cd
commit
82513e4a5d
1 changed files with 1 additions and 0 deletions
|
@ -465,6 +465,7 @@ private open class ImageProcessorCommandTask(context: Context) :
|
|||
private fun saveBitmap(
|
||||
bitmap: Bitmap, filename: String, srcFile: File
|
||||
): Uri {
|
||||
Log.i(TAG, "[saveBitmap] $filename")
|
||||
val outFile = File.createTempFile("out", null, getTempDir(context))
|
||||
outFile.outputStream().use {
|
||||
bitmap.compress(Bitmap.CompressFormat.JPEG, 85, it)
|
||||
|
|
Loading…
Reference in a new issue