Questions
- Which of the following statements is false?
- There’s not much you can do with ImageMagick, because it lacks a graphical user interface.
- It’s sometimes easier to apply an effect with ImageMagick than it is with a GUI-type program.
- You can batch process a directory full of graphics files by placing ImageMagick commands into a shell script.
- ImageMagick is simple to use for simple tasks, but you can also perform more complex image manipulations with more complex scripts.
- What are two methods that you can use to automate the process of changing filename extensions on a whole directory of graphics files?
- Use command substitution
- Use variable expansion
- Use command expansion
- Use the
basename
utility
- Which ImageMagick command would you use to display image properties?
show
identify
show_properties
properties...