What should be the correct location of the freetype fonts for IM to work properly ?
Important thing to notice here is that the text file successfully gets converted to png when the text file contains 1byte char(alphabet).
It's not working only with 2byte char(Japanese).
Search found 4 matches
- 2013-04-15T02:35:07-07:00
- Forum: Bugs
- Topic: convert(1) command can't handle multibyte characters
- Replies: 13
- Views: 20601
- 2013-04-04T22:31:52-07:00
- Forum: Bugs
- Topic: convert(1) command can't handle multibyte characters
- Replies: 13
- Views: 20601
Re: convert(1) command can't handle multibyte characters
Freetype Library is already installed on the system. bash-3.2# pkginfo | grep freetype system SUNWfreetype2 FreeType2 Font library bash-3.2# /usr/sfw/bin/convert label:"HELLO" 1.png convert: FreeType library is not available `/usr/openwin/lib/X11/fonts/TTbitmaps/Arial-Bold14.pcf.Z'. convert ...
- 2013-04-04T02:37:32-07:00
- Forum: Bugs
- Topic: convert text to png not working with IM-6.8.3-10
- Replies: 2
- Views: 3519
convert text to png not working with IM-6.8.3-10
Hi, I am using IM-6.8.3-10 on Solaris. I tried to convert a text to png file by using the following command. $ convert label:"HELLO" 1.png 1.png file gets created but without the text "HELLO" While trying to debug the issue, I found that IM-6.8.3 is using system fonts instead of the fonts specified ...
- 2013-04-04T00:15:09-07:00
- Forum: Bugs
- Topic: convert(1) command can't handle multibyte characters
- Replies: 13
- Views: 20601
convert(1) command can't handle multibyte characters
Hi, convert(1) command can't handle multibyte characters properly and results the garbled characters. It's easy to reproduce.. Create a text file which contains multibyte characters and process it with convert(1) as follows. $ convert label:@test.txt test.png convert: FreeType library is not ...