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

New Post: Remove Background

I cannot reproduce your problem. I have recently made some changes to color class of Magick++ in IM7. I am suspecting this has fixed it. A block of memory was not 'zero-ed' and that can lead to...

View Article


New Post: Remove Background

Thanks again for the quick reply, and fix! I confirm the Dev version you sent me indeed fixes the issue, ColorFuzz now always applied. I'll be using this Dev DLL until your next release.

View Article


Image may be NSFW.
Clik here to view.

New Post: Need some help about crashes..

Hello, Any idea when the library produces such files as in the screenshot below? On one of my servers the same app I use across couple of PCs, is generating hell lot of such files and I can't find out...

View Article

New Post: Need some help about crashes..

Those files look like temporary files that are not cleaned up. Some operations create them or they get created when images don't fit in the memory. It is a bit suspicious that the file size is the...

View Article

New Post: Some questions on MagickFormat.Jpeg

Ok, thanks. In fact I misunderstood you. I didn't noticed the quotation-marks. Like so, it works. Thanks for fixing in a future release!

View Article


New Post: TIFF Correction (color space & bit depth)

I'm trying to write a function that will convert any TIFF into a set format acceptable by third party imaging software. The accepted formats are bitonal, 8-bit grayscale, and 24-bit RGB. In particular,...

View Article

New Post: Is Magick.NET just a wrapper or uses it native code?

I just went through our code and it turns out that it will use the first graphics card if it cannot write the performance measurement file. Can you try setting MagickNET.UseOpenCL to false at the...

View Article

New Post: Colorize and transparency

I was using an earlier version of Magick.net and just updated to the latest. Colorize in this version seems to work differently. Before it affected only the areas of the image that are not transparent,...

View Article


New Post: Colorize and transparency

This might be a bug, I will take a look at it this weekend.

View Article


New Post: CompositeOperator enum

I have been trying out Magick.Net this week and have found it very useful. I ran into a problem trying to do a command matching the following operation using the command line tools. convert infile.jpg...

View Article

New Post: CompositeOperator enum

The CopyOpacity has been renamed to CopyAlpha in ImageMagick 7. But that is probably not what you want. ImageMagick does some magic when the input image has no alpha channel and you compose with...

View Article

New Post: TIFF Correction (color space & bit depth)

The 'issue' is with this part:int depth = frames[0].BitDepth();This method actually calculates the bit depth instead of returning the value that was read. I have updated the IntelliSense help to...

View Article

New Post: Colorize and transparency

This is a bug in ImageMagick 7. It will be fixed in the next release of Magick.NET (7.0.0.0007).

View Article


New Post: Colorize and transparency

Wonderful, thanks.

View Article

New Post: TIFF Correction (color space & bit depth)

Unfortunately, the Depth property also has a value of 8.

View Article


New Post: TIFF Correction (color space & bit depth)

Can you post a sample image the I can use to reproduce the problem?

View Article

New Post: TIFF Correction (color space & bit depth)

Certainly. How does one attach a file to a post? I have my test images locally stored rather than anywhere that can be reached with a web URL.

View Article


New Post: TIFF Correction (color space & bit depth)

I use DropBox to share files. You can also contact me through CodePlex to send it by e-mail.

View Article

New Post: CompositeOperator enum

Thanks so much for the quick reply and thorough example. I will give that a try today.

View Article

New Post: CompositeOperator enum

Your suggestion worked perfectly - thank you. Just one thought - you might make a note somewhere on the main page about Magick.Net being built on version 7 of imagemagick. You do have the Magick.Net...

View Article
Browsing all 3693 articles
Browse latest View live