Search found 9 matches

by philipt18
2012-12-14T04:12:25-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Re: Watermarking images in multiple sub-directories

It's true that some PDFs have no resolution, when they're generate with text and scalable graphics. However, when a PDF is a scanned image, for example, it's basically just holding an embedded JPG image inside it, and that image has a resolution. So for example, if I scan a business card at 600dpi ...
by philipt18
2012-12-14T03:36:03-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Re: Watermarking images in multiple sub-directories

I see in other discussions this resolution loss problem when converting from PDF to JPG. It suggests using the -density setting to counteract that. Seems odd that there is no way to get it to keep the resolution as is. If you know of a way, I would love to hear it. Also, I noticed your mogrify ...
by philipt18
2012-12-14T03:24:26-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Re: Watermarking images in multiple sub-directories

In mogrifying PDFs to JPGs I noticed a huge reduction in resolution, which is a big problem. I suspect it kept the size, but lowered the resolution from the scan resolution to 72dpi or something. Does mogrify default to something like that? How do I get it to keep the resolution when converting the ...
by philipt18
2012-12-14T02:26:39-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Re: Watermarking images in multiple sub-directories

thank you, I'll give it a shot.
by philipt18
2012-12-13T09:18:31-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Re: Watermarking images in multiple sub-directories

I've put up files at http://glnk.org/watermark/ The file igra-logo-trans-500px.png is the watermark file. It's 500x500px and it has a transparent background. I'm not sure, but I'd probably want to reduce the opacity of the final watermark to not more than 50%, maybe even 30%. I could do this in ...
by philipt18
2012-12-12T14:33:24-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Re: Watermarking images in multiple sub-directories

Could someone help me with a bash script that would go through all sub-directories and first convert all PDFs to JPGs, then watermark all JPGs with the same image? To make it easy the watermark image can just be one size and the gravity can be set to center so it will just put the image in the ...
by philipt18
2012-12-05T03:51:50-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Re: Watermarking images in multiple sub-directories

Is there a way to get mogrify to act recursively and change all the images in the sub folders?
by philipt18
2012-12-04T15:08:24-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Re: Watermarking images in multiple sub-directories

ImageMagick 6.6.0-4 running on Debian on a Dreamhost server.

In theory I could compile a newer version on the server, but I'd prefer to use the version already there if I can.
by philipt18
2012-12-04T14:22:38-07:00
Forum: Users
Topic: Watermarking images in multiple sub-directories
Replies: 17
Views: 23104

Watermarking images in multiple sub-directories

I have a directory that has dozens of sub-directories. Each subdirectory has multiple images. Some directories have jpegs and some have PDFs. I want to convert all the images so they are all jpegs, and they all have a common watermark. I can duplicate the main directory first, so I don't need to ...