Search found 11 matches
- 2011-02-07T03:10:53-07:00
- Forum: Users
- Topic: ImageMagickObject does not register on Windows 7 64
- Replies: 6
- Views: 15531
Re: ImageMagickObject does not register on Windows 7 64
Sorry for misleading post sent before (32bit on 64bit Win). I've tried to install the last build (6.6.7-5) and everything works fine now.
- 2011-02-07T01:44:11-07:00
- Forum: Users
- Topic: ImageMagickObject does not register on Windows 7 64
- Replies: 6
- Views: 15531
Re: ImageMagickObject does not register on Windows 7 64
I've tried Dependency walker http://www.dependencywalker.com/ and ImageMagickObject.dll seems to be 32-bit ! Could it be fixed soon?
- 2011-02-01T02:53:40-07:00
- Forum: Users
- Topic: ImageMagickObject does not register on Windows 7 64
- Replies: 6
- Views: 15531
Re: ImageMagickObject does not register on Windows 7 64
I suspect there are missing some additional dependency libraries in my system. Could anybody bring more light into this?
- 2011-01-31T05:38:26-07:00
- Forum: Users
- Topic: ImageMagickObject does not register on Windows 7 64
- Replies: 6
- Views: 15531
Re: ImageMagickObject does not register on Windows 7 64
I've had the same problem. I've installed VC++ redistributable packages (see the comment at the very bottom: http://www.imagemagick.org/script/binary-releases.php#windows ). Later I registered library without problems (from cmdline as administrator), but although I see that ActiveX in regedit (and I ...
- 2010-11-29T14:57:26-07:00
- Forum: Developers
- Topic: IM enhanced with rsvg library
- Replies: 0
- Views: 4602
IM enhanced with rsvg library
Hello Everyone, I've found default IM SVG to PNG conversion too limited. On the other hand, I've tested stand-alone conversion using rsvg library and it fully satisfies my needs. After having read http://www.imagemagick.org/Usage/draw/#svg_drivers I think there is a chance to get it to work together ...
- 2010-11-29T13:57:02-07:00
- Forum: Bugs
- Topic: Processing SVG with a namespace
- Replies: 9
- Views: 18159
Re: Processing SVG with a namespace
Thanks for the RSVG tip. Finally I've found this procedure how to test rsvg functionality on Windows: http://meta.wikimedia.org/wiki/Talk:SVG_image_support#Windows_version_of_RSVG.3F It is even sufficient just to put the rsvg-convert.exe in GIMP's 'bin' folder and into the cmdline write something ...
- 2010-11-20T11:50:08-07:00
- Forum: Bugs
- Topic: Processing SVG with a namespace
- Replies: 9
- Views: 18159
Re: Processing SVG with a namespace
Thanks for your effort. I have no chance to change the list of supported mime types on that server. What I am trying to test is that background image (flower.jpg, unfortunately not copied to your server) placed into the given area using the special attribute preserveAspectRatio="xMidYMax slice" and ...
- 2010-11-18T13:01:57-07:00
- Forum: Bugs
- Topic: Processing SVG with a namespace
- Replies: 9
- Views: 18159
Re: Processing SVG with a namespace
Anyone that wouldn't mind converting my test SVG file [1] into PNG with rsvg-enhanced ImageMagick and making the result public via imageshack.us or other free picture sharing server? I would be grateful a lot.
_________
[1] http://bilyujezd.cz/other/test.svg
_________
[1] http://bilyujezd.cz/other/test.svg
- 2010-11-16T11:18:55-07:00
- Forum: Bugs
- Topic: Processing SVG with a namespace
- Replies: 9
- Views: 18159
Re: Processing SVG with a namespace
Ok, I've found another pages http://library.gnome.org/devel/rsvg/stable/ where more recent version is mentioned as part of GNOME project. Is there any chance to get this updated rsvg library for Window platform? And compile IM with it succesfully on this platform? Or is it available for *nix only? I ...
- 2010-11-16T10:52:32-07:00
- Forum: Bugs
- Topic: Processing SVG with a namespace
- Replies: 9
- Views: 18159
Re: Processing SVG with a namespace
This is what I am getting: MSVG SVG rw+ ImageMagick's own SVG internal renderer SVG SVG rw+ Scalable Vector Graphics (XML 2.4.19) SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.4.19) I've read something about RSVG in 'usage' pages, but this text seemed to me a bit obsolete as it is not ...
- 2010-11-15T13:01:32-07:00
- Forum: Bugs
- Topic: Processing SVG with a namespace
- Replies: 9
- Views: 18159
Processing SVG with a namespace
Hello Everyone, when a namespace is used in my SVG file, I am getting error @ error/mvg.c/ReadMVGImage/184 <?xml version="1.0" encoding="utf-8"?> <svg:svg xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:svg="http://www.w3.org/2000/svg" version="1.1" width="300" height="100"> <svg:rect width="300 ...