Hi
missing in libxml the wsockcompat.h header file.
I took it from the internet...
but maybe it should be added, at list for the win sources.
Thanks
Search found 7 matches
- 2011-09-25T20:43:25-07:00
- Forum: Bugs
- Topic: missing file on windows ImageMagick-6.7.2
- Replies: 1
- Views: 4381
- 2011-09-25T20:34:52-07:00
- Forum: Users
- Topic: windows system fonts
- Replies: 1
- Views: 4028
windows system fonts
Hi
I have a question, and didn't find answer.
is there a simple way to use windows system fonts from IM?
I mean without manually editing of types.xml.
maybe somehow I can config it to ignore the file, or update it by a script on windows...
for Linux there is a script (imagick_type_gen) to ...
I have a question, and didn't find answer.
is there a simple way to use windows system fonts from IM?
I mean without manually editing of types.xml.
maybe somehow I can config it to ignore the file, or update it by a script on windows...
for Linux there is a script (imagick_type_gen) to ...
- 2009-10-28T07:47:43-07:00
- Forum: Bugs
- Topic: Gif Animation Bug?
- Replies: 1
- Views: 4258
Gif Animation Bug?
Hi,
I'm trying to write some code to resize gif animation
it seem to me that some calculations just went wrong.
here is two cases:
first image is this:
http://img21.imageshack.us/img21/1600/polarbranme0.gif
original page size is 80x60
i resize it to 40x30 (in my code and also) using convert as ...
I'm trying to write some code to resize gif animation
it seem to me that some calculations just went wrong.
here is two cases:
first image is this:
http://img21.imageshack.us/img21/1600/polarbranme0.gif
original page size is 80x60
i resize it to 40x30 (in my code and also) using convert as ...
- 2008-09-11T11:41:03-07:00
- Forum: Users
- Topic: Underline decoration question
- Replies: 2
- Views: 6435
Re: Underline decoration question
Thanks for the response.
what I want is to see the string like this:
hello
I gave "Times New Roman" as font name, and used font weight 100. which is the most thin font as I understood.
Maybe it is not using the standard font? or maybe it will run differently from other Machine or other OS?
what I want is to see the string like this:
hello
I gave "Times New Roman" as font name, and used font weight 100. which is the most thin font as I understood.
Maybe it is not using the standard font? or maybe it will run differently from other Machine or other OS?
- 2008-09-11T09:48:35-07:00
- Forum: Users
- Topic: Underline decoration question
- Replies: 2
- Views: 6435
Underline decoration question
Hi all.
I've tried to put underline decoration for text image.
using the DrawableTextDecoration(UnderlineDecoration)
This is what I've got:
http://img384.imageshack.us/img384/2639/hello1qj5.png
http://img384.imageshack.us/img384/hello1qj5.png/1/w400.png
What I actually want is to put a little ...
I've tried to put underline decoration for text image.
using the DrawableTextDecoration(UnderlineDecoration)
This is what I've got:
http://img384.imageshack.us/img384/2639/hello1qj5.png
http://img384.imageshack.us/img384/hello1qj5.png/1/w400.png
What I actually want is to put a little ...
- 2008-09-10T01:58:49-07:00
- Forum: Bugs
- Topic: writeImages to blob bug?
- Replies: 2
- Views: 6457
Re: writeImages to blob bug?
Thanks!
- 2008-09-09T10:10:14-07:00
- Forum: Bugs
- Topic: writeImages to blob bug?
- Replies: 2
- Views: 6457
writeImages to blob bug?
Hi,
First of all I'm new to ImageMagick. so forgive me for my ignorance... :?
I've tried to read animated gif to a blob and recover it back to an image.
what I did is as follows:
Blob blob;
vector<Image> loader,saver;
readImages(&loader,"input.gif");
cout<<loader.size(); //gives 16 (contains 16 ...
First of all I'm new to ImageMagick. so forgive me for my ignorance... :?
I've tried to read animated gif to a blob and recover it back to an image.
what I did is as follows:
Blob blob;
vector<Image> loader,saver;
readImages(&loader,"input.gif");
cout<<loader.size(); //gives 16 (contains 16 ...