Search found 19 matches

by FrereTuck
2018-03-19T08:59:25-07:00
Forum: Users
Topic: Can we extract as an image blocks of text?
Replies: 2
Views: 4019

Re: Can we extract as an image blocks of text?

I will have a look at it, thanks!
by FrereTuck
2018-03-18T14:24:50-07:00
Forum: Users
Topic: Can we extract as an image blocks of text?
Replies: 2
Views: 4019

Can we extract as an image blocks of text?

Hi, my final goal is to cut words from a scanned text as images, make Tesseract find the text that is within them, and rename the image files containing the words with their content. http://ez2cu.free.fr/imagemagick/normalize.png For the first line of this image, there would be a first image contain...
by FrereTuck
2018-01-29T06:44:11-07:00
Forum: Users
Topic: Matching two images (an original and a scanned & modified one)
Replies: 5
Views: 5317

Re: Matching two images (an original and a scanned & modified one)

Thanks a lot, Fred, I do appreciate your help.
I will make some tests with your proposal.
by FrereTuck
2018-01-27T13:10:42-07:00
Forum: Users
Topic: Matching two images (an original and a scanned & modified one)
Replies: 5
Views: 5317

Matching two images (an original and a scanned & modified one)

Hi, I have a use case of an image (a drawing) I am producing with Gimp that I have to modify once printed and then create a new layer with the modifications I have made by hand (once scanned). For the time being, that has proved pretty difficult and not very precise I may say. The original image is ...
by FrereTuck
2018-01-25T10:52:28-07:00
Forum: Users
Topic: Creating a resulting image with 24 rotations of the source image (every 15°)
Replies: 3
Views: 3485

Creating a resulting image with 24 rotations of the source image (every 15°)

Hi, I currently have an image I'd like to rotate (every 15°) to create a series of images I will use later on. http://ez2cu.free.fr/imagemagick/c.png It would be nice to have that series in a single image. I made a simple bash script that creates the 24 images, but would like to know how to do it in...
by FrereTuck
2017-11-10T01:33:22-07:00
Forum: Users
Topic: How to dirty a font
Replies: 20
Views: 30020

Re: How to dirty a font

Thanks a bunch, Anthony!
by FrereTuck
2017-11-09T11:20:13-07:00
Forum: Users
Topic: How to dirty a font
Replies: 20
Views: 30020

Re: How to dirty a font

Nice. I added "xc:white", and it worked. Maybe the script at http://www.imagemagick.org/Usage/fonts/#dirty_print could be changed accordingly.
by FrereTuck
2017-11-09T09:50:13-07:00
Forum: Users
Topic: How to dirty a font
Replies: 20
Views: 30020

Re: How to dirty a font

Thanks. I hadn't seen that, my bad.
by FrereTuck
2017-11-09T08:56:52-07:00
Forum: Users
Topic: How to dirty a font
Replies: 20
Views: 30020

Re: How to dirty a font

This next command has no input image but works:

Code: Select all

convert -size 320x100 xc:lightblue -font Ubuntu -pointsize 72 -fill navy  -annotate +25+65 'Anthony' -blur 0x3 font_fuzzy.jpg
by FrereTuck
2017-11-09T08:29:19-07:00
Forum: Users
Topic: How to dirty a font
Replies: 20
Views: 30020

Re: How to dirty a font

My tries are pretty encouraging. For the time begin, I had good results with disperse -s 1 -d 2 -c 2 flowRoot3688.png test4.png As for the sample, I just don't get why convert -size 320x100 -font Candice -pointsize 72 -annotate +25+65 'Anthony' \ -spread 1 -blur 0x1 -threshold 50% -blur 0x1 font_dir...
by FrereTuck
2017-11-09T01:41:02-07:00
Forum: Users
Topic: How to dirty a font
Replies: 20
Views: 30020

Re: How to dirty a font

Thanks a lot, guys, I will try that today.
by FrereTuck
2017-11-07T13:55:29-07:00
Forum: Users
Topic: How to dirty a font
Replies: 20
Views: 30020

Re: How to dirty a font

I will try that. I don't know why my result is so different from snibgo's one.
I will investigate now that imagemagick is up and running again.
Thanks.