Advice on best approach for Image Scaling and manipulation

Submitted 3 years, 8 months ago
Ticket #102
Views 246
Language/Framework Django
Priority Medium
Status Closed

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

Submitted on Aug 08, 20
ben
add a comment

1 Answer

@ 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?

Submitted 3 years, 8 months ago

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 3 years, 8 months ago

In order to play with image in Django you can use Pillow library .you can resize the image accordingly based on user request

- Vengat 3 years, 8 months ago

will it allow for scaling GUI is in the existing image system?

- ben 3 years, 8 months ago

Not 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 .

- Vengat 3 years, 8 months ago

If issue has been resolved, then can you close the ticket.

- Vengat 3 years, 8 months ago


Latest Blogs