Quantcast
Channel: magick Discussions Rss Feed
Browsing all 3693 articles
Browse latest View live
↧

New Post: How can I set memory option defaultly?

I think you should switch to the x64 version of Magick.NET if you want to allocate that much memory. If you use the Q16 build you need 4GB memory, but under windows in a 32bit process you can only...

View Article


New Post: PDF to PNG conversion running slow

I tried the 6.8.9.002 64bit version and that seems to work with multiple threads, however a PDF file of around 3MB (containing 194 pages) seems to take up around 7.5GB of RAM initially and then goes...

View Article


New Post: PDF to PNG conversion running slow

The huge amount of memory usage is not due to the memory leak. It only leaks small memory blocks. The previous Q16 version of Magick.NET used 32 bits per pixel. The new version uses 'only' 16 bits per...

View Article

New Post: PDF to PNG conversion running slow

Okay. Thanks for clearing that up. I will continue to use this version (6.8.9.002) and wait for the next release. I request you to build the next release as thread safe with the Ghostscript so it can...

View Article

New Post: PDF to PNG conversion running slow

I don't build Ghostscript so I cannot make the call to the library with the thread safe option. I might be able to add an extra download with a custom build of Ghostscript but I will have to find some...

View Article


New Post: PDF to PNG conversion running slow

Sorry, I meant building it with 'GS_THREADSAFE' to allow multiple instances of it like in previous 64 bit versions. I ran a test with the same file, the latest version converted it in 6 min 21 seconds...

View Article

New Post: PDF to PNG conversion running slow

The 'GS_THREADSAFE' flag is for when you build Ghostscript, it is not a flag for ImageMagick. The binary release published by Ghostscript is not build with that flag. I could create a custom binary...

View Article

New Post: I share for you all these VB.NET snippets

Hi Just I've discovered this awesome wrapper and I would like to share some snippets that I've wrote, are basically the same as the examples of the officlal documentation, but a little bit modified and...

View Article


New Post: I share for you all these VB.NET snippets

Thanks for sharing this. It is probably a good idea to also have samples in VB. And there is a trick to automatically do this in the sample package described here:...

View Article


New Post: GraphicsMagick?

I'm under the impression that GraphcisMagick is much faster than ImageMagick. Would you be willing to perform the same service to the .NET community again by making a GM.NET? Thanks!

View Article

New Post: Composite ImageMagick equivalent in Magick.NET

Hello Is it possible to write the following command line using Magick.NET ?convert myimage.jpg -set colorspace RGB ( -clone 0 -fill #ff0000 -colorize 100% ) ( -clone 0 -colorspace gray -negate)...

View Article

New Post: Composite ImageMagick equivalent in Magick.NET

Did you find how to do it? I tried but I didn't find the right syntax? Please could you give me a piece of code to make me sleep in peace again :)

View Article

New Post: GraphicsMagick?

I have been thinking about that but I don't know if I have the time to do it. Coding for a project like this takes up quite some time. Working on Magick.NET has made me become a developer for...

View Article


New Post: Composite ImageMagick equivalent in Magick.NET

I cannot reproduce the same result as the command line. I will have to debug ImageMagick in VisualStudio to figure out what is happening. I will get back to this later.

View Article

New Post: Do we need to install vs 2012 on server to use ImageMagick?

Conversion of PDFs to images is working fine in DEV site but it gives me error on LIVE site. Error is "Failed to load embedded assembly: Access is denied. " We are using Magick.NET-AnyCPU.dll Can you...

View Article


New Post: Do we need to install vs 2012 on server to use ImageMagick?

The AnyCPU library will try to write it's embedded assembly to a temporary directory but it seems it is not allowed to write anything there. You can set the directory with the following property:...

View Article

New Post: Do we need to install vs 2012 on server to use ImageMagick?

Should I have to create a directory inside temporary directory?

View Article


New Post: Do we need to install vs 2012 on server to use ImageMagick?

You need to specify a directory that is outside your wwwroot but writable by your application. The AnyCPU library will create a directory inside the directory you specify.

View Article

New Post: Composite ImageMagick equivalent in Magick.NET

Thank you for your responding so fast. After reading my post again I feel like it looks a bit confused, just to be sure about the issue : I need to compose 3 images into one using Magick.NET C#...

View Article

New Post: Composite ImageMagick equivalent in Magick.NET

You can compose 3 images with Magick.NET and the correct syntax is indeed 'img.Composite(filter2, Gravity.Center, CompositeOperator.Blend, args);'. But the current release contains a bug so this will...

View Article
Browsing all 3693 articles
Browse latest View live