Quantcast
Channel: ImageMagick
Browsing all 35 articles
Browse latest View live

MagickWand • Re: Library producing 12MB MIFF images

MIFF can only be viewed using ImageMagick display command. How did you try to open it? It has a header that can be viewed if you open the file in a text editor. The pixel data will be gibberish in the...

View Article



MagickWand • How to Create symbol tables to be used by gdb

Hi I am new to MagickWand. I want to step through using gdb and need to create symbol tables. I don't see any option for doing that using "make". Please let me if anybody has used gdb for single...

View Article

MagickWand • How to Link to MagickWand library statically?

Hi,I follow the instructions in https://imagemagick.org/script/advanced ... lation.php and build ImageMagick as "Static Multi-threaded runtimes" settings.Then I create a test project TestMagick and...

View Article

MagickWand • Redistribute program using MagickWand?

Hi,My program will use MagickWand. I wonder how to redistribute it without installing ImageMagick on the target computer.In the thread https://imagemagick.org/discourse-serve ... f=1&t=8136 , it...

View Article

MagickWand • Reduce the size of the final built file

Hi,Currently I am using MagickWand to create a DLL which can convert image files from one format to anther.Therefore, all functions I use is just as...

View Article


MagickWand • distort:viewport

Hi,I have got the following magick command line which I want to convert to DLL calls:CODE: @echo offset MAGICK=PathToMagickExeset IN=InputFilenameset OUT2=OutputFilenamerem TLS = top left sourcerem...

View Article

MagickWand • Re: distort:viewport

I found one solution, but maybe not the best:CODE: NewWand = MagickGetImageRegion(Wand, 640, 431, 0, 30);The resulting picture is now binary identical to the one the command line creates.But there...

View Article

Image may be NSFW.
Clik here to view.

MagickWand • unexpected PerspectiveDistortion result

I am using MagickDistortImage trying to correct a trapezoid distortion like this:(image hand painted, just for demonstration purposes)The image has 640x480 pixels.I'm using the following...

View Article


MagickWand • Re: unexpected PerspectiveDistortion result

You specify some movement in the x-direction, from 640.5 to 639.5. But most of the movement in that direction comes from the expansion in the y-direction.Perhaps you don't understand perspective...

View Article


MagickWand • AWS Lambda Error: UnableToOpenConfigureFile `delegates.xml'

I am using ImageMagick v3 as a layer for a Lambda Function in Golang, using the https://github.com/gographics/imagick library. I've compiled ImageMagick 7.0.9-8 from source inside an EC2 t3 micro...

View Article

MagickWand • Re: Gradient options via MagickWand

Yes! Although it's a little awkward in python. You need to set the property before reading the image. Usually like:Allocate an instance of wand w/o an imageSet the definition on Image.options...

View Article

MagickWand • Reduce the size of the final built file

Hi,Currently I am using MagickWand to create a DLL which can convert image files from one format to anther.Therefore, all functions I use is just as...

View Article

MagickWand • How can I add a C object to the wand sharing library?

How do I add an extra C object to the wand shared library?I added the relevant entries to makefile.am in the wand dir, and then did a make distclean followed by a reconfigure. However I don't see a...

View Article


MagickWand • Re: How can I add a C object to the wand sharing library?

Try these commands:CODE: autoreconf --force --install --verbose./configureStatistics: Posted by magick — 2020-03-02T04:17:16-07:00

View Article

MagickWand • Function calls take longer and longer to complete over time.

We have an app using libgphoto2 and libmagickwand on Raspberry Pi. The app captures a preview from a camera with gphoto2 and uses magickwand to draw a circle at the center of the preview. The app...

View Article


MagickWand • Re: Function calls take longer and longer to complete over time.

See https://github.com/gphoto/libgphoto2/issues/278. Do you need to free the gphoto2 buffer?Statistics: Posted by magick — 2020-03-03T17:12:40-07:00

View Article

MagickWand • problem during executing MagickWand resize method parallel...

Written a c program for image resize with MagickWand and called that c program from java (with the help JNA) and called that c program with multi thread conceptproblem : image resize is not working...

View Article


MagickWand • Re: problem during executing MagickWand resize method parallel...

The problem must lie within Java. You should be able to create threads in Java and run any command-line utility in parallel. We can help you with ImageMagick, as expected, but not Java.Statistics:...

View Article

MagickWand • Re: Doubt Related to MagickWand

See exception.c and exception.hStatistics: Posted by snibgo — 2020-04-02T06:24:43-07:00

View Article

MagickWand • How to handle the run Time Error in MagickWand

How to Handle the RunTime Error in MagickWand?Is there Any Way to Handle the RunTime Error in MagickWandStatistics: Posted by ArunKumar — 2020-04-02T21:16:55-07:00

View Article
Browsing all 35 articles
Browse latest View live




Latest Images