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

New Post: Magick.NET performance

There are a lot of factors that could influence the performance of Magick.NET. Magick.NET uses a lot of memory so it is possible that disk cache is being used. You could use the new Log event of...

View Article


New Post: Create Animated Gif with images of different dimensions

You can find information about how the resizing works here: http://www.imagemagick.org/Usage/resize/#fill. You need to Crop or Extent your image to make it exactly 500x500.

View Article


New Post: Loading eps file with tiff preview only loads preview

The 898x988 dimensions are the size with the DPI applied. If you want to get a larger image you should use the MagickReadSettings class and specify the Density. MagickReadSettings settings = new...

View Article

New Post: Loading eps file with tiff preview only loads preview

Got it. Thanks for your help.

View Article

New Post: Any known issues with AMD processors? SEHException

Ok, I have tested the new dll version and now I get a different error on the client machine: Could not load file or assembly 'Magick.NET-x86.dll' or one of its dependencies. Exception from HRESULT:...

View Article


New Post: Create Animated Gif with images of different dimensions

Thank you

View Article

New Post: Any known issues with AMD processors? SEHException

According to the documentation here: http://msdn.microsoft.com/en-us/library/7t5yh4fd(v=vs.100).aspx SSE2 is used by default for the x86 build. I will not disable this for the .NET 4.0 build but it...

View Article

New Post: Any known issues with AMD processors? SEHException

I tried the 2.0 version and it did indeed fix the issue. I appreciate the help! Thanks! If someone is deploying on ancient machines (Athlon XP) the 2.0 version is the way to go.

View Article


New Post: Any known issues with AMD processors? SEHException

Any idea what causes this? Could not load file or assembly 'Magick.NET-x86.dll' or one of its dependencies. This application has failed to start because the application configuration is incorrect....

View Article


New Post: Any known issues with AMD processors? SEHException

Did you install the Visual C++ Redistributable for Visual Studio 2008? You now need this version because you switched to the .NET 2.0 version.

View Article

New Post: Any known issues with AMD processors? SEHException

Doh! That is a silly mistake to make. Works great, thanks!

View Article

New Post: Minimize file size of embedded images in PDF output

pnw_bob, Could you post a fragment of what your final code looked like ? Turns out I want to do something very similar and it would save me some time. And I am doing the same thing, converting...

View Article

New Post: Magick.NET performance

This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

View Article


New Post: Performance issue

Hi, First of all, great library. I am playing around with it for a number of different scenarios. However I have noticed some performance issues. I was wondering whether I am doing something wrong? So...

View Article

New Post: Performance issue

The reason it is using so much memory is because of the size of your image. It will use 5058 x 9251 x 16 bytes per pixel = 748664928 bytes = 740MB per page. At some point ImageMagick will switch to...

View Article


New Post: modulate problems

using Magick.NET-6.8.8.201-Q8-x64-net40-client just starting to test, other methods I've tested so far working fine but simple: Modulate(new Percentage(100), new Percentage(100), new Percentage(100));...

View Article

New Post: modulate problems

Can you add a link to the image you are using? If you don't want to publicly post this feel free to contact me through CodePlex. And can you also post a command line example? The '-modulate' command is...

View Article


New Post: modulate problems

Here is quick sample code that fails for me:MagickImage magickImage = new MagickImage(@"c:\thumb.bmp"); magickImage.Modulate(new Percentage(90), new Percentage(100), new Percentage(100));...

View Article

New Post: Caption text color and effects

I've looked at code sample in other threads and see code similar to the belowDim image = New MagickImage(MagickColor.Transparent, width, height) image.FillColor = New MagickColor("#FFFFFF")...

View Article

New Post: Caption text color and effects

That effect is done by the Gecko font. You need to install and specify that font to get that effect.

View Article
Browsing all 3693 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>