New Post: Unshaprmask working?
Thats just great, thanks for the explanation and code! It worked like a charm :) Well, i simply need to be able to apply Unsharp filter on images..
View ArticleNew Post: Spread Filter Availability?
Is the Spread filter available as I don't see it in the object brower? I am asking about this:http://www.imagemagick.org/script/command-line-options.php#spread If not, may I kindly request it for...
View ArticleNew Post: Layers OptimizeTransparency effect?
I'd like to know how to optimize my generated gif files based on layer transparency. This is super important because it can, in one line, roughly halve the size of most gif files at zero loss. If...
View ArticleNew Post: Spread Filter Availability?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Spread Filter Availability?
The Spread method has been added. You can expect a new release in a couple of days.
View ArticleNew Post: Spread Filter Availability?
dlemstra wrote: The Spread method has been added. You can expect a new release in a couple of days. Awesome! Thanks in advance and keep up the great job!
View ArticleNew Post: Need Help Getting ClipMask To Work
Hey guys; I am a software engineer, working with our UI team to get some SVGs rendered into PNGs to save some bandwidth. The conversion seems to work fine, with the exception of our clipping masks...
View ArticleNew Post: Layers OptimizeTransparency effect?
This is not possible with the current release of Magick.NET. This is the code that you can use in the next release of Magick.NET:using (MagickImageCollection images = new...
View ArticleNew Post: Need Help Getting ClipMask To Work
I don't know if librsvg supports the clipPath element (this is the internal library that is being used to read SVG files). Can you provide me with your complete file to see if I can get it to work with...
View ArticleNew Post: Need Help Getting ClipMask To Work
Hey dlemstra, Thank you! The file is rather large, bigger than the 2000 char limit for CodePlex messages. Can I email it to you? if you want to, email me at [deleted] and I will respond with the file....
View ArticleNew Post: Need Help Getting ClipMask To Work
Actually, we just figured it out using Composite. Thank you so much for your help!
View ArticleNew Post: Running under IIS AppPool Identity?
Has anyone managed to get Magick.NET to run under an IIS AppPool Identity? I can't seem to figure out what permissions I need to set to allow this to work. If I run the site under a privileged user it...
View ArticleNew Post: Running under IIS AppPool Identity?
I think it's coming from SetUseOpenCL(Boolean value) see a very inner stack trace at ImageMagick.MagickException.Throw(Exception* exception) at ImageMagick.MagickNET.SetUseOpenCL(Boolean value) at...
View ArticleNew Post: Running under IIS AppPool Identity?
Another update, it will run under Local System but not Network Service or Local Service or the AppPool Identity
View ArticleNew Post: Running under IIS AppPool Identity?
It is coming from then SetUseOpenCL method. At this moment it needs write access to the following directory: %LOCALAPPDATA%. The next release of Magick.NET will no longer set the OpenCL property from...
View ArticleNew Post: Running under IIS AppPool Identity?
Okay I've answered my own question now but I'll put it here as someone is bound to have the same issue at some stage It seems to need access to C:\Windows\System32\config\systemprofile\AppData\Local It...
View ArticleNew Post: Running under IIS AppPool Identity?
dlemstra, just saw your response after I figured it out as per my post. Sounds, good. I look forward to the next release, in the mean time I can move forward. Thanks, Chris
View ArticleNew Post: Contrast Stretch Availability
I'm just wondering if -contrast-stretch will be available in the next/a future release. void contrastStretch(const double black_point_,const double white_point_); void contrastStretchChannel(const...
View ArticleNew Post: Contrast Stretch Availability
It seems you found another method I forgot to add. It will be included in the next release.
View ArticleNew Post: Issue with MagickImage.Negate()
Can you please check if there's some memory allocation issue with .Negate() filter as I am having the following problem. I load an image into MagickImage. I have 2 Picturebox - one always showing the...
View Article