|
|
@ -153,7 +153,7 @@ public class ImageSaver implements Runnable {
|
|
|
|
dngCreator.writeImage(baos, mImage);
|
|
|
|
dngCreator.writeImage(baos, mImage);
|
|
|
|
byteBuffer.limit(byteBuffer.position());
|
|
|
|
byteBuffer.limit(byteBuffer.position());
|
|
|
|
byteBuffer.flip();
|
|
|
|
byteBuffer.flip();
|
|
|
|
Log.d(TAG, "After Saving DNG Exp=" + t.toString() + " size=" + byteBuffer.position());
|
|
|
|
Log.d(TAG, "After Saving DNG Exp=" + t.toString() + " size=" + byteBuffer.limit());
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
FileOutputStream output = null;
|
|
|
|
FileOutputStream output = null;
|
|
|
|