breautek commented on code in PR #910:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/910#discussion_r1817653142


##########
src/android/CameraLauncher.java:
##########
@@ -1291,11 +1291,12 @@ public void processPicture(Bitmap bitmap, int 
encodingType) {
 
         try {
             if (bitmap.compress(compressFormat, mQuality, jpeg_data)) {
+                StringBuilder sb = new StringBuilder();
+                sb.append("data:image/jpeg;base64,");

Review Comment:
   lol, i just assumed it was jpeg since the variable was called jpeg_data... 
but yah it does seem to potentially be png



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to