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

New Post: DCM support questions !

I just pushed my changes to ImageMagick and I can read your image perfectly now. This will be resolved in the next version of Magick.NET. If you want to get the DICOM information you should use the...

View Article


New Post: trying to convert a command line to VB, getting close but cant get...

Using VB.NET 2010, I am trying to resize a image to be 96x72, the image itself will be xx X 72 when resized and I want to center it in a colored box. The convert command line is convert test.jpg...

View Article


New Post: trying to convert a command line to VB, getting close but cant get...

You can just do this: image.Thumbnail(96, 72); image.BackgroundColor = ImageMagick.MagickColors.AntiqueWhite; image.Extent(96, 72, Gravity.Center);

View Article

New Post: adapting imagemagick background removal script to Magick.NET

Hi All, The script I'm desperatly trying to adapt is the one found in the original online documentation here: http://www.imagemagick.org/Usage/masking/#bg_remove (see Recovering Semi-Transparent Edges...

View Article

New Post: trying to convert a command line to VB, getting close but cant get...

Perfect, Thank You ! Mike

View Article


New Post: adapting imagemagick background removal script to Magick.NET

What have you tried so far and where did you get stuck? I could translate the whole script for you but that's probably gonna take me a couple hours. p.s. Are you aware that this script requires you to...

View Article

New Post: Missing documentation

I was able to use the following syntax:using (MagickImage image = new MagickImage("logo:")) { image.Morphology(MorphologyMethod.Close, "3: 0.3,0.6,0.3 0.6,1.0,0.6 0.3,0.6,0.3"); }I copied that straight...

View Article

New Post: MSL transparentColor rotating instead

Hi, i'm currently testing some code and noticed in my .msl file, when I try to use <transparent color="#FFFFFF"/> it rotates the image left 90 degrees rather than setting a color as transparent....

View Article


New Post: adapting imagemagick background removal script to Magick.NET

Hi Dirk, If for you, helping in imagemagick + main author of Magick.net, it takes several hourS .... .. then it is out (for the moment) of my possibilities. I already spent days on other basic tasks...

View Article


New Post: MSL transparentColor rotating instead

Which version of Magick.NET are you using? And do you have a small script that I can use to reproduce the issue? I am unable to reproduce it with my own test code.

View Article

New Post: MSL transparentColor rotating instead

Thanks for the reply dlemstra. I'm told we're using Magick.NET-x86 7.0.0.0 The MSL script I'm trying is nothing more than...<?xml version="1.0" encoding="utf-8" ?> <msl...

View Article

New Post: Trying to perform OrderedDither with 4 levels

Hello, I have the following ImageMagick commands to convert an image to grayscale and then dither it to 4 gray levels, which I'm trying to perform in Magick.NET:convert image.png -colorspace GRAY...

View Article

New Post: Trying to perform OrderedDither with 4 levels

I fixed a bug in OrderedDither inside ImageMagick a couple days ago. This did not work correctly. I will update to the latest version of ImageMagick this weekend and test your code again. I will...

View Article


New Post: MSL transparentColor rotating instead

Your version number should not be 7.0.0.0. Can you check it again?

View Article

New Post: Trying to perform OrderedDither with 4 levels

Thanks so much! I'm pretty new to all this so wasn't sure whether I was missing something obvious.. I'll keep an eye out for the new version.

View Article


New Post: adapting imagemagick background removal script to Magick.NET

I think you will get the best result when you translate the script but that will be quite a lot of work. All of the operations are available in Magick.NET and most of them are methods on the...

View Article

New Post: adapting imagemagick background removal script to Magick.NET

thanks Dirk, but this "best result" suggestion worth zero if I can not achieve it. As said in previous message I have not (yet) enough understanding of all IM methods & already spent days on IM...

View Article


New Post: Can Magick.NET automatically identify image encoding?

I have files that are usually - but not always - in TGA format. They are named with a .1 extension. Code like the below fails on the new MagickImage(f) call with a "no delegate" exception when f is,...

View Article

New Post: Can Magick.NET automatically identify image encoding?

Detecting the format works for a lot of image formats but that is not possible for the TGA format. This format has no marker at the beginning that we can use to identify it (see...

View Article

New Post: Possible to have ImageMagick load hidden layers from PSD?

It's working very well. There will be a new pair of socks on it's way to you =D However I can't get it to loads the hidden players from a PSD: // Load in the source PSDs MagickImageCollection sourcePSD...

View Article
Browsing all 3693 articles
Browse latest View live


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