For the project I'm currently working on, I needed to rescale some images automatically. As the big fan of Python that I am, I chose to use PIL (Python Imaging Library) to do the image processing. Everything would have been fine except for the small fact that the scaling can only be specified by the target image size in pixels (which needs to be integral) and not by a scaling factor, which in theory could be fractional.
Continue reading "Arbitrary scaling of images with integral sizes" »Saturday, January 14. 2012
Arbitrary scaling of images with integral sizes
(Page 1 of 1, totaling 1 entries)


