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

New Post: DDS format

Yes, think this would be a great idea. Maybe you can add an example to the documentation.

View Article


New Post: DDS format

Okay, I will make the change and add a new page to the documentation that contains the example above.

View Article


New Post: DDS format

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: didn't find how to set interlaced png

I saw this bug has been closed Can you send me a new beta version?

View Article

New Post: didn't find how to set interlaced png

I am working on another issue and I will publish a new release later today. If this is really urgent please contact me through codeplex and I might make an exception.

View Article


New Post: didn't find how to set interlaced png

ok! I'll wait for you to publish I like it very much

View Article

New Post: 4.5 .Net Framework

Hi, thank you very much for your excellent coding. Do you have plans to support 4.5?

View Article

New Post: 4.5 .Net Framework

You can use the .NET 4.0 version of Magick.NET in a .NET 4.5 project.

View Article


New Post: .Quality Value Range

Hi In PhotoShop or CorelDraw we have Quality from 1 to 12 but in Magic.net in "Image.Quality" Property (as integer and Default value is 75), I don't know equal value of PhotoShop or Corel qulity in...

View Article


New Post: .Quality Value Range

What is the Format of your output image?

View Article

New Post: AutoLevel and AutoGamma doesn't cause any result

I'm trying to apply AutoLevel and AutoGamma, but the result image is the original unchanged.private void AutoEnhance() { this.magickImage.AutoLevel(); this.magickImage.Write(this.temporaryFile);...

View Article

New Post: AutoLevel and AutoGamma doesn't cause any result

Can you post a link to the image you are using? Feel free to contact me through codeplex if you don't feel like posting your image here.

View Article

New Post: AutoLevel and AutoGamma doesn't cause any result

https://plus.google.com/photos/116246311558171242023/albums/5948040496669926161/5948040502324692130?banner=pwa&pid=5948040502324692130&oid=116246311558171242023

View Article


New Post: AutoLevel and AutoGamma doesn't cause any result

What is the result you are expecting? AutoLevel stretches your image to the minimum and maximum of the QuantumRange (0-255 / 0-65535). Your image is already at the minimum and maximum, so it will not...

View Article

New Post: AutoLevel and AutoGamma doesn't cause any result

I'm trying to get something close to an autoenhance.

View Article


New Post: Is there any way to update all pixels at once using a byte array?

Is there any way to update all pixels at once using a byte array?private void ApplyEffect(string parameter) { try { int width = this.imageSource.PixelWidth; int height = this.imageSource.PixelHeight;...

View Article

New Post: Is there any way to update all pixels at once using a byte array?

You can access the pixels of the image with the GetWritablePixels method of MagickImage. At this moment there is only a Set method that accepts a float array. Might be a good idea to also add a method...

View Article


New Post: AutoLevel and AutoGamma doesn't cause any result

Are you talking about this option: http://www.imagemagick.org/script/command-line-options.php#enhance? It seems I forgot to add it to Magick.NET. You can check the result like this:C:\Test>convert...

View Article

New Post: Generate an image based on character and font

Trying to have an image with the following property, but there is no pixels in image.Using image As New MagickImage image.Format = MagickFormat.Png Dim color As New MagickColor color.R = 0 ' color.G =...

View Article

New Post: AutoLevel and AutoGamma doesn't cause any result

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

View Article
Browsing all 3693 articles
Browse latest View live


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