Forrest logo
back to context overview

imgp

List of commands for imgp:

  • imgp:tldr:7d00f imgp: Convert single images and/or whole directories containing valid image formats.
    $ imgp -x ${1366x1000} ${path-to-directory} ${filename}
    try on your machine
    explain this command
  • imgp:tldr:c347e imgp: Scale an image by 75% and overwrite the source image to a target resolution.
    $ imgp -x ${75} -w ${filename}
    try on your machine
    explain this command
  • imgp:tldr:eb4e1 imgp: Rotate an image clockwise by 90 degrees.
    $ imgp -o ${90} ${filename}
    try on your machine
    explain this command
back to context overview