resize image for email

Asked by Gladys Kalife

 I dont know how to resize an image to be fit for emails, like reducing it from 39,3MB. What should I do?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu eog Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You can use imagemagic and resize. Install it with:

sudo apt-get install imagemagick

You can now use:

convert -resize 50% -quality 80 input.jpg output.jpg

And it will be made smaller by 50%. Play with options til you find a commad which makes a suitable file.

Can you help with this problem?

Provide an answer of your own, or ask Gladys Kalife for more information if necessary.

To post a message you must log in.