EricaSkerrett / bme590final

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

Write an "unzipping" function that can be called on in image_encoder function #19

Closed sputney13 closed 5 years ago

sputney13 commented 5 years ago

corresponds with note in lines 92-94 of final.py

image_encoder could have an if statement: if image_format is .zip, then run through unzipping function, then run each image through image_encoder successively

EricaSkerrett commented 5 years ago

Do you know what "rb" is referencing?https://github.com/EricaSkerrett/bme590final/blob/1c13f96c1b64697abdeb4326f5a5f54f6eff8c62/final.py#L94 @sputney13