Tagged Questions
2
votes
1answer
910 views
Convert pdf to jpg keeping the same name; resize & create thumbs then rename?
I have a lot of pdf files (3308) on which I must apply four steps:
1) I have to convert all to jpg
I found this little script on the web with ImageMagick: batch converting pdf to jpg
I want to do ...
6
votes
3answers
1k views
7
votes
2answers
1k views
remove extra tilespace from a montage (ImageMagick) composite image?
I have a bunch of photos. They're all the same height, and I'm trying to put them together into a composite image using ImageMagick's montage program via Bash. The problem is that by default, the tile ...