Learn some of the basic capabilities that ImageMagick provides for manipulating images via the command line.
Baeldung Author
Jonathan Cook
Jonathan has more than 10 years of experience as a Senior Software Engineer with a focus on Java. He is particularly passionate about testing and ensuring the quality of the systems he is responsible for. He has contributed to several open source projects and can now be found in Spain looking after the ESA science archives.
Here's what I've written (so far):
Baeldung on Linux
- All
- Files (2)
- File Editing (2)
- Web (1)
- Scripting (1)
- File Compression (1)
Extracting a WAR File in Linux
Filed under File Compression, Files
Explore several alternatives for extracting and viewing the contents of WAR files on the Linux platform.
Linux Commands – Remove All Text After X
Filed under File Editing, Files
A quick and practical overview of trimming strings after sequence occurrences on Linux.
Guide to Linux jq Command for JSON Processing
Filed under Web
Explore the capabilities that jq provides for processing and manipulating JSON via the command line.
Linux Commands – Looping Through Directories
Filed under Scripting
Learn strategies for looping through directories in Linux