I didn't know where to post this, so if i'm wrong, feel free to move it where you want

I was looking for a way to easily resize selected pictures in TC.
Before i met TCBL and ImageMagick, i used a tool named "Image Resizer for Windows" : http://imageresizer.codeplex.com/
It installs a new folder in the right clic menu with the common sizes, and offers the possibility to use custom formats.
And it can be use everywhere, and in TC too.
Personnaly, i used TCBL and ImageMagick.
For the beginners, i did like that :
I installed TCBL (double clic in TC) and ImageMagick in the TC folder\Tools\ImageMagick.
I made a new button with :
Commande = %COMMANDER_PATH%\TCBL\tcbl.exe
Paramètres = %L convert -resize 1719 $f $x-resize.$e
(replace 1719 with your wished size)
Icon : %COMMANDER_PATH%\Tools\ImageMagick\images\wand.ico
(or use this one, converted in .ico).
I hope i helped

PS : am i allowed to post urls ?
PS2 : is it possible to popup a window asking the size, with a default value inside ? (for me, 1719).