Search found 6 matches

by kapauldo
2019-02-24T09:55:34-07:00
Forum: Users
Topic: sharpen image for barcode scanning
Replies: 1
Views: 2700

sharpen image for barcode scanning

Hi, I capture images from a webcam which does not have "flower" mode built in (cant't zoom in on close objects). I am trying to figure out how to sharpen an image that looks like this: https://i.imgur.com/DT5Vwb5.jpg So that zbar can scan the barcode. The scanning code works great on mobil...
by kapauldo
2011-09-01T18:52:53-07:00
Forum: Developers
Topic: fonts show up in fc-list but not convert -list fonts
Replies: 7
Views: 15502

Re: fonts show up in fc-list but not convert -list fonts

[SOLVED] I did exactly this and it worked. Thanks so much for your help, hope this helps someone else. It was a mystery because fc-list, etc. worked fine. Thanks again!

Kevin
by kapauldo
2011-09-01T07:46:44-07:00
Forum: Developers
Topic: fonts show up in fc-list but not convert -list fonts
Replies: 7
Views: 15502

Re: fonts show up in fc-list but not convert -list fonts

Here's another clue- when i run a convert -list font on the machine where all of the fonts are available, there is a "Path: System Fonts" in the output. That section is totally missing from the machine where the fonts are not available. Does this mean that Image Magick is not properly hook...
by kapauldo
2011-09-01T04:11:47-07:00
Forum: Developers
Topic: fonts show up in fc-list but not convert -list fonts
Replies: 7
Views: 15502

Re: fonts show up in fc-list but not convert -list fonts

Thanks again for the reply. My fonts did NOT make it into type.xml, but they are not in type.xml on the machine where the fonts are working. I verified this by renaming the type.xml file on both machines and convert threw and an error. Now, this may be a difference between CentOS and Ubuntu, on my C...
by kapauldo
2011-08-31T19:55:56-07:00
Forum: Developers
Topic: fonts show up in fc-list but not convert -list fonts
Replies: 7
Views: 15502

Re: fonts show up in fc-list but not convert -list fonts

Thanks for the reply.

I ran this, reconfigured and recompiled ImageMagick, no luck. Exact same problem. Fonts show up in fc-list but not IM. Any other ideas? Is my assumption correct that if the font can be seen with fc-list, it should be seen by convert -list font?

Thanks,
kevin
by kapauldo
2011-08-31T17:06:51-07:00
Forum: Developers
Topic: fonts show up in fc-list but not convert -list fonts
Replies: 7
Views: 15502

fonts show up in fc-list but not convert -list fonts

Hi - I am trying to get my fonts into ImageMagick. I have been working on this for days and cannot get it to work. I have downloaded ImageMagick source and run config with --with-gs-font-dir to my ghostscript font directory. The fonts I want are there and I can see them with fc-list. But, after I co...