Search found 6 matches

by thany
2018-06-07T01:13:25-07:00
Forum: Users
Topic: How to use JPEG-XR
Replies: 0
Views: 10532

How to use JPEG-XR

Trying to convert pictures to JPEG-XR. On the formats page it says I need to install jxrlib. But jxrlib appears to be deprecated. The codeplex link kind of works, but I can't download a sensible package to put in the execution path. I can only download the full archive which doesn't seem to contain ...
by thany
2014-10-16T04:36:27-07:00
Forum: Bugs
Topic: SVG to PNG makes a black image
Replies: 3
Views: 6143

Re: SVG to PNG makes a black image

Does that mean it would work fine on Linux? And/or can it be fixed? Because it would be really nice to have colours declared in one place, especially in more complex drawings. /edit So the answer to my first question is no :) It doesn't work on linux either (after installing librsvg, as imagemagick ...
by thany
2014-10-16T03:30:19-07:00
Forum: Bugs
Topic: SVG to PNG makes a black image
Replies: 3
Views: 6143

SVG to PNG makes a black image

When I convert an SVG to a PNG, I'm getting a PNG that's completely black. This is the command line: convert -size 296x69 logo.svg output\logo.png My environment is Windows 7 x64. I'm using ImageMagick-6.8.9-8-Q16-x64-static. Since I see no way to attach a file (I'm fairly new here), let's paste it ...
by thany
2014-01-13T02:20:25-07:00
Forum: Developers
Topic: Building x64 from source on Windows
Replies: 5
Views: 7822

Re: Building x64 from source on Windows

Did you set your target platform to x64 instead of win32 when you build the VisualDynamicMT solution? No, I didn't touch it. Just opened it, and hit Build Solution... If you don't mind bleeding-edge, v7 alpha pecompiled for Windows does HDRI, and it is x64. Available from http://imagemagick.org/dow...
by thany
2014-01-10T09:07:49-07:00
Forum: Developers
Topic: Building x64 from source on Windows
Replies: 5
Views: 7822

Re: Building x64 from source on Windows

I honestly didn't see the link :X I'm trying to build the dynamic version. Should I not? Because I noticed the static version produces fairly large executables, and I was hoping the dynamic version would produce DLL's to be shared between the exe's. Anyway, VisualStaticMT doesn't sound right, now th...
by thany
2014-01-10T07:32:03-07:00
Forum: Developers
Topic: Building x64 from source on Windows
Replies: 5
Views: 7822

Building x64 from source on Windows

I'm trying to build ImageMagick x64 on Windows from source. Configure.exe works just fine, and I selected Dynamic MT build, 64-bit distribution, and Enable HDRI. The rest I left default. On the next screen, I also left things default. Then, the configure appears to work normally. Then I open the Vis...