Hi, I'm after some advice, i'm currently new(ish) to Django and want to know what would the best package/framework to use that would recreate the functionality of these image ordering systems:
https://www.hellocanvas.co.uk/order/canvas-prints/size/id/1
and
https://www.thecanvasprintstudio.co.uk/order-your-canvas-prints.html
both really, i would like the functionality of my current website the canvas print studio with the updated look and feel of the Hello Canvas ordering system if you understand?
- ben 4 years, 8 months agoIn order to play with image in Django you can use Pillow library .you can resize the image accordingly based on user request
- VengatNot sure what doest it mean GUI. Do you want to design the desktop app ?
Let me provide some what I understood your requirement,
As you want to design the canvas kind of website, if yes, then you can design the front end and storing the image and resize the same using ImageField in Django .
@ Ben Just would like to understand more your requirement. Do you want to replicate the same feature of image ordering systems from your referenced website. Or Would like to understand the concept of how image rendering is working?