1. the processor resizes the uploaded photo to meet your threshold settings.
2. Imagemagick and GD2 are both the same quality wise but from a server perspective IM is better than GD because the latter is part of PHP and is prone to memory timeouts whereas IM is not part of PHP and is not restricted by PHP settings on the server.
3. Filesize is always reduced when a file is resized.