whatsdoom.com
  • About
  • Home
  • Projects
  • Quotes
  • Blog
  • Archives
  • blog
  • Image Resizing with Image Magick

Image Resizing with Image Magick

Date Thu 22 December 2011Series Part 1 of Image Magick Tags
photography / resize image / image magick

To batch resize images using image magick:

find . -name “*.jpg” -exec convert {} -resize 800×600 {} \;
source:http://ubuntuchocolate.wordpress.com/2007/09/22/howto-batchmass-image-resize/

Part 1 of the Image Magick series

Next articles
  • Image Resizing with Image Magick II
  • Inverting an Image with Image Magick
  • Watermarking with Image Magick

« Next Post

SimplePie

profile

About Paul Schwendenman
software developer. electrical engineer. linux enthusiast. amateur photographer

Social
twittergitlabgithubbitbucketflickrredditinstagramlinkedinfacebookkeybase
Recent Posts
Docker compose pokes holes in FirewallsUpdating the Expiration Date of a GPG keyPlatform based dependencies in poetryOptimizing Docker build speed and image Size for a Django projectDocker Compose Log File Settings
Tags
bash
ca
cli tools
debian
django
docker
express
firewall
git
gpg
image magick
javascript
latex
linux
lvm
mocha
mplayer
pass
photography
poetry
python
sh
ssh
ssl
tls
ubuntu
ufw
vpc
vpn
wireguard
Links
websitesaffiliates
© 2023 Paul Schwendenman · Made with pelican, tailwindcss, daisyui

Creative Commons License Content licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where indicated otherwise.

Back to top
  • About
  • Home
  • Projects
  • Quotes
  • Blog
  • Archives