Re : Re: Server-side image resampling
> In your image gallery, add the scaled size that you want (such as 600x600) — see the docs for details.
>
> Then you can use that scale for your resized image:
> {img src=show_image.php?id=XXXXXX&scalesize=600}
Thanks a lot Rick, that happens to work perfectly !
One question though : Why do we have to choose scales a priori, instead of created them on-the-fly, as other wikis do (like ))MediaWiki(( for instance) ? It doesn't seem tougher to code from my perspective.