NOTE: This question is tricky (to decide whether it pertains to SO or not), but this is no simple WordPress question.
I've heard that WordPress.com has a separate layer of infrastructure (Nginx based servers) for images that is pretty much independent of the hosted WordPress blogs.
The thing is, any image on a WordPress.com blog can be resized simply by appending w
(width) and/or h
(height) parameters like so:
http://serenescribe.files.wordpress.com/2012/04/cropped-p1000206.jpg?w=400
http://serenescribe.files.wordpress.com/2012/04/cropped-p1000206.jpg?h=200
Is the script available on the web? (Because, they always say "We’re strong believers in Open Source, and we try to open source everything we can.")
Most of the dynamic image resizing scripts out there are insecure and very vulnerable to attacks (Tim Thumb), or badly written, or come at the cost of performance. Is/Are there any good ones?
PS: There are probably several other dynamic image resizing scripts, like TimThumb, for example. But I am only interested in what WordPress.com blogs use.