Server-side image resampling
I would like to use server side down-sampled images in the wiki with the following syntax (the image is actually 1024px wide) :
The point is : the image is NOT resampled, it just uses a width attribute for img tag, which results is ugly browser rendering (except in Opera that resamples images on-the-fly).
The only workaround I cound find is to use the thumbed picture with the syntax :
But then, the size is fixed to the thumb size, which is not convenient.