What parameters do I have to modify to make the sharpening even more intense?fmw42 wrote: ↑2017-09-20T11:48:13-07:00 Does this help?
Code: Select all
convert -density 150 "ImageMagick Example.pdf" -resize 50% -unsharp 0x1 test2.pdf
Search found 8 matches
- 2017-09-21T07:29:24-07:00
- Forum: Users
- Topic: Sharpen PDF file
- Replies: 13
- Views: 13254
Re: Sharpen PDF file
- 2017-09-20T11:04:01-07:00
- Forum: Users
- Topic: Sharpen PDF file
- Replies: 13
- Views: 13254
Re: Sharpen PDF file
Wow, that's works great, but now my file sizes are huge.
What's the best way to get back to much smaller file sizes?
What's the best way to get back to much smaller file sizes?
- 2017-09-20T08:30:55-07:00
- Forum: Users
- Topic: Sharpen PDF file
- Replies: 13
- Views: 13254
Re: Sharpen PDF file
Example: https://drive.google.com/file/d/0B1LWck ... sp=sharing
What would be an example script to do the sharpening the right way using the resizing?
The file size should be about the same as it was before.
What would be an example script to do the sharpening the right way using the resizing?
The file size should be about the same as it was before.
- 2017-09-19T13:15:38-07:00
- Forum: Users
- Topic: Sharpen PDF file
- Replies: 13
- Views: 13254
Re: Sharpen PDF file
convert -density 300 input.pdf -sharpen 0x1 output.pdf
This command seems to be doing the same thing, or am I mistaken? It seems to use Ghostscript under the hood.
This command seems to be doing the same thing, or am I mistaken? It seems to use Ghostscript under the hood.
- 2017-09-19T13:02:54-07:00
- Forum: Users
- Topic: Sharpen PDF file
- Replies: 13
- Views: 13254
Re: Sharpen PDF file
Why woudn't "convert -density 300" work just the same way?
- 2017-09-19T12:53:13-07:00
- Forum: Users
- Topic: Sharpen PDF file
- Replies: 13
- Views: 13254
Sharpen PDF file
I have a PDF file with multiple pages only containing scanned images. What's the quickest way to sharpen the PDFs using imagemagick? Or do I have to convert the file into images first using another tool?
Thanks in advance!
Thanks in advance!
- 2017-09-12T09:35:01-07:00
- Forum: Users
- Topic: Remove difficult noise from scan
- Replies: 5
- Views: 7765
Re: Remove difficult noise from scan
Thanks man, I really like your website and have used your scripts before.
The only problem I have with your script is that the filter removes big dark shapes, like logos and so on (see the punch holes in the page). Is there any way to prevent this?
The only problem I have with your script is that the filter removes big dark shapes, like logos and so on (see the punch holes in the page). Is there any way to prevent this?
- 2017-09-12T07:05:01-07:00
- Forum: Users
- Topic: Remove difficult noise from scan
- Replies: 5
- Views: 7765
Remove difficult noise from scan
I've scanned a page of notebook paper and my scanner always introduces this weird noise.
I want to keep the lines and also the notes themselves.
Any ideas?
Example: https://i.imgur.com/4dl23SS.jpg
I want to keep the lines and also the notes themselves.
Any ideas?
Example: https://i.imgur.com/4dl23SS.jpg