Dear Aritz,
To make sure that all images have the same size in the most strict way possible, you have to provide explicitly the width and height to the 'save' command. Additionally, you can use the 'windowsize' command first to have an idea of the aspect ratio that you want in the final figure (not strictly necessary, but I find it helpful). Here is an example where I clearly define windowsize, pixelsize and output image dimensions:
windowsize 1024 1024
camera ortho
open tomos/50.mrc
zoom pixelsize 1.0
vol #1 planes z,232
volume #1 color black sdLevel -2,1 color gray sdLevel 0,1 color white sdLevel 2,1
save Tomo50_slice232.png transparentBackground true width 4096 height 4096 supersample 3
Hope this helps!
Best wishes,