Search found 1 match
- 2016-06-14T07:28:35-07:00
- Forum: Users
- Topic: Watermarking + file size
- Replies: 1
- Views: 1140
Watermarking + file size
Trying to watermark a PDF with this command composite -dissolve 25% -gravity center -density 150 "Watermark.png" "Input.pdf" "Output.pdf" I get the desired output with density 150. When the density is reduced, it distorts the output but the file size is acceptable When the density is 150, output is ...