jnbdz / linux-quickstarts

Linux Quickstarts... Some of my past notes. :penguin:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux (Tux)

linux-quickstarts

Linux Quickstarts... Some of my past notes.

Contains command lists with some example of usage. Also this repo includes useful links related to Linux.

Command lists

Multimedia

Images

  • convert - convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
  • mogrify - resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Mogrify overwrites the original image file, whereas, convert-im6.q16(1) writes to a different image file.
    • find . -name "*.jpg" -exec mogrify -format png {} \; - Modify all the JPGs to PNG.

Resources

UPS

About

Linux Quickstarts... Some of my past notes. :penguin:

License:MIT License