I’m working on project where we are trying to adopt and resize template images to the various resolutions. For example if the website is viewed in 800px width (800×600) and 1024px width or larger the image size should be viewed in same quality.
I’ve had in mind to use sprite with 3 types of images for each range of this template , but I’m looking for other ideas , php gd maybe ? Any python solution ?
I’m working on project where we are trying to adopt and resize template images
Share
Python Imaging Library will give you dynamic resizing, processing, etc.