EMBED YOUR TERMINAL RECORDINGS ONLINE

Imagemagick's mogrify and convert

DATE: 2011-10-22
AUTHOR: ghx
AUTHOR WWW: http://nl.wikipedia.org/wiki/ImageMagick
RELATED ARTICLE: http://www.imagemagick.org/script/index.php

Related recordings:

CAT COMMAND IN LINUX
tags: cat unix gnu linux view file textfile editing
LIST DIRECTORIES IN LINUX WITH LS
tags: ls directory show content linux disk beginner
SUTRAPHP-INTRODUCTION
tags: sutraphp sutra php console cli eventbased
MORE OVERVIEW IN MYSQL WITH SELECTS
tags: mysql, select, more overview, console
M4, THE HIDDEN GNU TREASURE
tags: m4, gnu, macroprocessor, template, search, replace, sed
THE UNIX TREE COMMAND
tags: unix console tree bash directory listing
DEVTODO: COMMANDLINE TODO MANAGEMEN
tags: todo xml tasks productivity management
VIM ALIGN
tags: vim align aligning text text editing text trick
VISUAL SELECTS IN VIM
tags: vim visual selects regex text editing fast
GENERATING PHP & SQL (MAPPING) CODE
tags: sutra generate sql generate database php cms mysql





EMBED THIS RECORDING:
<div><script id="playterm-MjAxMS0xMC9pbWFnZW1hZ2lja3R0eXJlYy0xMzE5Mjk3Mjk5fDgweDI0" type="text/javascript" src="https://playterm.org/js/?hash=MjAxMS0xMC9pbWFnZW1hZ2lja3R0eXJlYy0xMzE5Mjk3Mjk5fDgweDI0" class="size:80x24"></script></div>
I recorded this `imagemagick's mogrify and convert` shellsession because people have to know its a
great tool to:

- create batches of resizing images
- process/identify images
- convert pdfs to images

example commands
================
man convert
man identify
man mogrify
convert -resize 100 original.jpg resized.jpg # resize single image
convert -resize 100 *.jpg                    # resize all images to width 100px
convert -resize 750×500 *.jpg                # resize 

 

Name   
Email (never shown)  
Comment