A course on digital libraries and building digital collections.
View the Project on GitHub jawalsh/z652-Digital-Libraries-FA24
Some sample image commands
magick identify image.tifmagick image.tif image.jpgmagick -quality 80 image.tif image.jpgmagick image.tif -scale 50% image.jpgmagick image.tif -type Grayscale image.jpgmagick image.tif -resize 1000 image.pngmagick image.tif -resize x1000 image.pngmagick image.jpg -crop 800x800+1000+1000 crop.jpgmagick image.jpg -scale 25% -crop 300x300+500+500 crop.jpgmagick old.jpg -modulate 150,100,100 new.jpgThe above command increases brightness 150%. To decrease brightness, use values less than 100.
The 3 numbers represent: brightness, saturation, and hue. They are all interpreted as percentages.
magick image.png -bordercolor red -border 1 border.pngrotate_left.tiff and rotate_right.tiff images.comics.tif images so you have an image file with just the title panel: