mogrify -resize 512 *.tif
Whereas to resize tif images to height of 512 pixels:
mogrify -resize x512 *.tif
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
mogrify -resize 512 *.tif
mogrify -resize x512 *.tif
[alias]
tree = log --graph --all --decorate --pretty=oneline --abbrev-commit
Then git tree
will give text based tree of branches:
while true; do clear; git tree -20; sleep 2; done
vboxmanage list vms
"w7" {25e911a6-7bae-422a-84c2-30ced68d701d}
[Desktop Entry]
Type=Application
Name=MyStartup
Comment=Starts my applications
Exec=/bin/bash /home/put-your-user-name/.mystartups.sh
X-GNOME-Autostart-enabled=true
Hidden=false
NoDisplay=false
#!/bin/bash
sleep 2
exo-open /usr/share/applications/terminator.desktop
sleep 1
exo-open /usr/share/applications/chromium.desktop
mogrify -alpha off -colorspace gray -depth 8 -flatten *.tiff
sudo ntfsfix /dev/sdc1
ffmpeg -f x11grab -video_size 2560x1440 -i $DISPLAY -f alsa -i default -c:v ffvhuff -c:a flac test.mkv
ffmpeg -i test.mkv -vcodec libx264 -preset ultrafast -qp 0 -acodec copy -vf scale=-1:720 output.mkv
wget http://downloads.sourceforge.net/project/openjpeg.mirror/2.0.1/openjpeg-2.0.1.tar.gz
tar xzvf openjpeg-2.0.1.tar.gz
cd openjpeg-2.0.1/
cmake .
make
sudo make install
pip install -I pillow