Search found 3 matches
- 2011-09-02T06:25:28-07:00
- Forum: Users
- Topic: How to protect text from recognition
- Replies: 1
- Views: 3638
How to protect text from recognition
Hi! I have couple of PDF files with text. I can "render" them to PNG with any dpi I like (with Ghostscript). After "rendering" files, I get couple of black-white (even not grayscale) PNG files with rendered text. So, there's the question - what is the best way to "distort" these files to protect ...
- 2011-09-02T04:16:55-07:00
- Forum: Users
- Topic: Slow 'convert' on captions. And 1 more question.
- Replies: 2
- Views: 4350
Re: Slow 'convert' on captions. And 1 more question.
You the man!
Thanks to you example, I understood how things work I also studied myself, and replaced "label:" statement with a set of "draw" instructions, and got nice gradient through each line
Thanks again.
Thanks to you example, I understood how things work I also studied myself, and replaced "label:" statement with a set of "draw" instructions, and got nice gradient through each line
Thanks again.
- 2011-08-31T13:37:44-07:00
- Forum: Users
- Topic: Slow 'convert' on captions. And 1 more question.
- Replies: 2
- Views: 4350
Slow 'convert' on captions. And 1 more question.
Hello! First of all. I need to create custom background for my images (~ 660x1000) - the repeating arbitrary text rotated at arbitrary angle. Also it would be nice to have gradient on this text (blue-red, from top to bottom, for example, but it's not case). After reading manuals, I've decided to do ...