Adam

Results 4 comments of Adam

double posting as I've commented on @codeanator's fork: Thanks for all your effort first of all! Not sure how you or the original author implemented this Thumbor service, but from...

Hi @CodyBerenson Hope you are having a wonderful time in Spain! Greetings from New Zealand Aotearoa! Sorry I didn't know you are putting your own money into this project. I...

Hi! Thanks for the reply! And rest up! As for the cloud provider, yes normally you do need an account and some fees do occur but the way how I...

Would this work somewhat? ```python if os.name == 'posix': file_extension = picInfo.format log('UTILS :: Using Python Pillow to crop image to: {0} x {1}'.format(desiredWidth, desiredHeight)) remote_pic = Image.open(BytesIO(picContent)) cropped_pic =...