PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

LINUX COMMAND LINE PHOTO & PICTURE EDITING

Go down

LINUX COMMAND LINE PHOTO & PICTURE EDITING Empty LINUX COMMAND LINE PHOTO & PICTURE EDITING

Post by jamied_uk 29th April 2016, 00:39



Last edited by jamied_uk on 29th April 2016, 03:00; edited 1 time in total
jamied_uk
jamied_uk
Admin

Posts : 3053
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

LINUX COMMAND LINE PHOTO & PICTURE EDITING Empty Re: LINUX COMMAND LINE PHOTO & PICTURE EDITING

Post by jamied_uk 29th April 2016, 00:39

Code:
sudo apt-get install -Y imagemagick


Code:
convert howtogeek.png howtogeek.jpg
Code:
convert howtogeek.jpg -rotate 90 howtogeek-rotated.jp
Code:
convert howtogeek.png -quality 95 howtogeek.jpg

Code:
convert example.png -resize 200×100 example.png

Code:
convert example.png -resize 200×100! example.png

Code:
convert example.png -resize 200 example.png
jamied_uk
jamied_uk
Admin

Posts : 3053
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

LINUX COMMAND LINE PHOTO & PICTURE EDITING Empty Re: LINUX COMMAND LINE PHOTO & PICTURE EDITING

Post by jamied_uk 29th April 2016, 00:44

Code:
convert howtogeek.jpg -charcoal 2 howtogeek-charcoal.jpg

Code:
convert howtogeek.jpg -implode 1 howtogeek-imploded.jpg
jamied_uk
jamied_uk
Admin

Posts : 3053
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

LINUX COMMAND LINE PHOTO & PICTURE EDITING Empty Re: LINUX COMMAND LINE PHOTO & PICTURE EDITING

Post by jamied_uk 29th April 2016, 00:44

bATCH eDITING
Code:
for file in *.png; do convert $file -rotate 90 rotated-$file; done
jamied_uk
jamied_uk
Admin

Posts : 3053
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

LINUX COMMAND LINE PHOTO & PICTURE EDITING Empty Re: LINUX COMMAND LINE PHOTO & PICTURE EDITING

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum