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

New Post: Monitoring progress for effects

Thanks a lot for your very fast answer. It works well now. I was working with an outdated version (1.0.0.22). The image class did not have the Progress event. Very sorry for the inconvenience. Thanks...

View Article


New Post: Monitoring progress for effects

I just did a quick check of the PNG coder and it turns out that the Origin for the PNG writer is incorrect. It now uses 'Load/Image' instead of 'Save/Image' when you write it. This will be fixed in the...

View Article


New Post: Pixels.Set() does not compile

The following code compiled in 7.0.0.0101, but not in 0102:// inside a loop pixels.Set(x, y, new[] {(ushort)array[x, y], (ushort)array[x, y], (ushort)array[x, y] }); The error shown says the ushort...

View Article

New Post: Pixels.Set() does not compile

Nevermind. My fault - I accidentally referenced Q8 instead of the Q16 flavor. :/ I'll go get some more coffee.

View Article

New Post: Pixels.Set() does not compile

I switched the downloads :) The Q8 version is now the recommended version.

View Article


New Post: Pixels.Set() does not compile

I was so eager to download I didn't even read what it said! :D Just tested the two outstanding issues (Swirl and VirtualPixel) - both work great! Thanks! :)

View Article

New Post: Recombining a CropToTile output

In an effort to improve performance, I tried comparing an effect (Oil Paint, for example) on a 2000 x 2000 image as a whole, and then asynchronously by using CropToTile() and running the effect on each...

View Article

New Post: Recombining a CropToTile output

You could use the Montage method of MagickImageCollection for that. You can find some information about how to use montage here: http://www.imagemagick.org/Usage/montage/.

View Article


New Post: MagickImage.Depth

I'm trying to save to PNG format. I think I only tested from JPEG and PNG inputs. Thanks

View Article


New Post: Updated from 4 to 7, have some issues

I updated from 4 to 7, because my old library was throwing an SEHException that I couldn't navigate around. I was hoping the update had fixed the issue. With the update, I ran into changes in the...

View Article

New Post: Updated from 4 to 7, have some issues

I don't undestand what you mean by version 4 and 7 but it looks like you are using the latest version of Magick.NET. I made a lot of changes in version 7.0.0.0101. Below is an answer to all your...

View Article

New Post: Updated from 4 to 7, have some issues

Thanks for the updates. I'd had the following.<Reference Include="Magick.NET-AnyCPU, Version=6.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">...

View Article

New Post: Updated from 4 to 7, have some issues

For future reference, you can find the log of breaking changes here: https://magick.codeplex.com/SourceControl/latest#Readme.txt

View Article


New Post: Changes in Drawable

Hello, I just updated my application to use the latest version of Magick.Net and am running into a few issues. Most I think I have resolved due to some changes but I am having problems with converting...

View Article

New Post: Changes in Drawable

Never mind. I figured this out. Not sure why I was having so much difficulty doing so bot for anyone that is interested the drawable class seems to have been replaced with the IDrawable class and the...

View Article


New Post: Read image list using custom font

Hello Dirk! Is there any way to get images collection using custom font settings? With native "convert.exe" it's simple, for example:convert.exe -font Verdana -pointsize 8 test.txt test.jpg But I've...

View Article

Image may be NSFW.
Clik here to view.

New Post: Updated from 4 to 7, have some issues

So I changed "The Font, FillColor settings are now set with the Settings property of MagickImage." But the image doesn't look the same anymore. Here's the code as it stands now:MagickReadSettings...

View Article


New Post: Read image list using custom font

There is no way to do this at the moment. I do think I have a solution for this but it will be quite a huge change. There is a MagickReadSettings class that has some settings for when you read the...

View Article

New Post: exif

Couple of questions about reading Exif data. GetExifProfile() is on MagickImage. Does the image get decoded if all you do is get that property?using (MagickImage im = new MagickImage(SourceStream)) {...

View Article

New Post: exif

When you use the constructor the whole image will be decoded. You should use the Ping method if you don't want to decode the whole image. But I am not sure if the exif profile will be read. I might be...

View Article
Browsing all 3693 articles
Browse latest View live


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