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

New Post: How do I update a preview window from imagemagick?

Image.FromFile will lock your file so you should do something like this:if (Preview.BackgroundImage != null) Preview.BackgroundImage.Dispose(); using (var bitmap = new Bitmap("foo.png")) {...

View Article


New Post: Convert Pdf to Dcx just black and white color

Yes I think this is it. Thanks a lot!

View Article


New Post: Saving image as RGB565 format BMP

Hi, I am opening a very basic png (but could be a bmp, jpg), adding a line of text via Magick.NET, and then need to save the image in RGB565 format BMP. I am doing this in C#, but I am not sure how to...

View Article

New Post: Saving image as RGB565 format BMP

There is currently no support for writing BMP images in the RGB565 format. I created an issue to add support for this here: https://github.com/ImageMagick/ImageMagick/issues/344. I will probably take a...

View Article

New Post: Saving image as RGB565 format BMP

Alright, thank you.

View Article


New Post: Memory Leak in Creating MagickImage Object From MPC Files

I had a problem with memory leak in our system for couple of months. I was searching and investigating whenever I was less busy during these months. This week I focused on this issue and I found it. I...

View Article

New Post: Memory Leak in Creating MagickImage Object From MPC Files

This is most likely be a memory leak inside the ImageMagick library. Would you mind testing this with the latest release? If you can still reproduce this I will investigate this. And can you reproduce...

View Article

New Post: Memory Leak in Creating MagickImage Object From MPC Files

I reproduced it with different mpc files. And I reproduced it with the latest version of Magick.Net I put the .mpc/.cache and the source jpg I used to create the mpc file (mpc has been created with the...

View Article


New Post: Memory Leak in Creating MagickImage Object From MPC Files

Thanks for your reply. The download site looks weird but I should be able to find the correct link :) I'll take a look at it tonight when I am back home.

View Article


New Post: Memory Leak in Creating MagickImage Object From MPC Files

If you could not download the file you can create your own mpc while this issue is reproduceable with any mpc. but of you want to test please create big mpc (over one megabytes) to see the increase in...

View Article

New Post: Memory Leak in Creating MagickImage Object From MPC Files

I did lots of testing in different projects . It seems that you right that the memory leak is inside the ImageMagick library . I used Ants Memory Profiler and it showed me that 99 percent of the memory...

View Article

New Post: Memory Leak in Creating MagickImage Object From MPC Files

I haven't had a change to look at it last night. Will try to take a look tonight but I also have some other stuff scheduled. But I can promise it will be this week :)

View Article

New Post: Memory Leak in Creating MagickImage Object From MPC Files

The leek has been found and fixed. This will be resolved in the next version of Magik.NET that I will publish this weekend.

View Article


New Post: Memory Leak in Creating MagickImage Object From MPC Files

Thanks a lot. I just wondering that the leak was in Magick.net or in ImageMagick?

View Article

New Post: Memory Leak in Creating MagickImage Object From MPC Files

The leak was inside the MPC reader of ImageMagick.

View Article


New Post: Saving image as RGB565 format BMP

I just added this feature and it will be able in the next release of Magick.NET that I will publish tomorrow.

View Article

New Post: Convert PDF with Vector Graphics to Transparent PDF

I have a PDF file which contains a vector graphics logo on a transparent background (if you open it in Photoshop CC 2017, you see the transparent area displayed correctly). I want to convert that PDF...

View Article


New Post: Convert PDF with Vector Graphics to Transparent PDF

Would it be possible to share your PDF file? And which version of Ghostscript are you using?

View Article

New Post: Convert PDF with Vector Graphics to Transparent PDF

Feel free to contact me through CodePlex if you don't want to share the image publicly.

View Article

New Post: Increase DPI from 72 to 300 does not work

Sorry, I never received a notice that you replied. Attached is my image.TEXT I tried the following code changes. STILL no luck. using (MagickImage resize = new MagickImage(folder + filename)) { Single...

View Article
Browsing all 3693 articles
Browse latest View live