EricaSkerrett / bme590final

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

Update view_b64_image to allow for viewing multiple images at once #22

Closed sputney13 closed 5 years ago

sputney13 commented 5 years ago

Right now view_b64_image (as it is called upon in get_uploaded_images in line 214 of final.py) will not work because get_uploaded_images supplies a list of image strings rather than a single image string. view_b64_image needs to be able to iterate through a list and plot all the image strings in that list so that the user can select one.

EricaSkerrett commented 5 years ago

Fixed with ES/update-encoder branch