EricaSkerrett / bme590final

Final project (image processing)
GNU General Public License v3.0
0 stars 1 forks source link

stores processed image as a b64string rather than array string #81

Closed EricaSkerrett closed 5 years ago

EricaSkerrett commented 5 years ago

fixes #78 @sputney13 Would you be able to check that I interpreted what you were doing correctly? The image processing function outputs are arrays, and it looked like the array was being stored as a string in the dictionary under "image_processed_upload()". I just added a few lines so that the base64string is stored instead of the array string.