To generate JPG images with a resolution of 300 dpi using the command line and ExifTool, follow these steps:
-
First, ensure you have ExifTool installed on your system. You can download it from here.
-
Navigate to the directory containing the images you want to modify.
-
Run the following command to change the resolution of the images:
exiftool -a -XResolution=300 -YResolution=300 *.jpg
This command will change the resolution of all .jpg files in the current directory.
Note: Replace *.jpg with the appropriate file extension if you're working with a different image format.
Here's a summary of the references:
-
Books
- Digital Photography Complete Course: A Step-by-Step Guide to Mastering the Art and Craft of Photography by Anthony Morganti
-
Articles
-
Online Resources