Tagged Questions
0
votes
1answer
51 views
Removing all tags from images [duplicate]
Possible Duplicate:
Batch delete exif info
How can I remove all tags from images under a directory (using Linux)? I can find all files with something like find pictures -type f -iname ...
2
votes
1answer
773 views
Convert a folder of images into a multi-page pdf file usind command line tools?
I have a folder with 100 jpg images. I want to convert these images into a multi-page pdf file, with all the images (cropped to A4 size). They are already in the correct rotation.
Which tools should ...