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

New Post: Convert image from Bitmap to 1Bpp

You can use the Threshold or the Quantize method of MagickImage for this.

View Article


New Post: Convert image from Bitmap to 1Bpp

Can you please share your code...., because i am not getting exact what i want.

View Article


New Post: Convert image from Bitmap to 1Bpp Image

Can any one share your code to convert Bitmap image to 1Bpp image (i.e color image to only Black and white Image) thanks for reading, looking forward for your reply....

View Article

New Post: Bitmap Image to 1Bpp image

I don't know what you want exactly but here are some examples (I forgot about setting ColorType to BiLevel earlier):using (MagickImage image = new MagickImage("logo:")) { image.Threshold(50);...

View Article

New Post: Bitmap Image to 1Bpp image

thank you so much for your reply, its working.

View Article


New Post: Full function reference?

First of all, thanks for making this wrapper, I'm finding it really useful so far. However, I'm finding it quite cumbersome to find my way around with regards to where image operations are and how they...

View Article

New Post: Full function reference?

Most command line options are methods of the MagickImage class. Some of the methods are named otherwise because Magick.NET use ImageMagick 7 instead of ImageMagick 6. There is no complete function...

View Article

New Post: Full function reference?

Ok, thanks. Starting to make some more sense of it now.

View Article


Image may be NSFW.
Clik here to view.

New Post: Hard Mix question

Hi, Is there a difference in the way Magick.NET (or ImageMagick) processes a HardMix composite in comparison to Photoshop? If I take the following blue and red channels in photoshop and apply Hard Mix...

View Article


New Post: Hard Mix question

It looks like there is something wrong with HardMix in ImageMagick 7. It does work in ImageMagick 6 but the result is different from what you created with Photoshop. I will look into this and get back...

View Article

New Post: Hard Mix question

Thank you, I appreciate your time.

View Article

New Post: More than one crop results in a 1x1 (blank) image

I know it's not the most ideal but for code simplicity, I do 2 crops on the same image. It's actually a crop, then a scale, then another crop, but I got rid of the scale in the middle and was still...

View Article

New Post: More than one crop results in a 1x1 (blank) image

It seems you have to reset the 'page' of the image before you do the next crop. You can find some information about that here: http://www.imagemagick.org/Usage/crop/#crop_repage. Your code would become...

View Article


New Post: More than one crop results in a 1x1 (blank) image

Awesome, I was hoping it would be an easy fix! I don't know if I would've ever found that on my own. I was even going to ask if it's recommended to do that after every crop but I see that link you...

View Article

New Post: raw image read performance sloooow

I am using C# magick.net to read images from camera raw files. Specifically I am testing a 36MB Canon 5Dmark3 raw file. It is taking 10sec to read the image. How can I make this faster?PS: As far as I...

View Article


New Post: More than one crop results in a 1x1 (blank) image

Brilliant, thanks! I encountered a similar issue last night with cropping resulting in a 1x1 pixel output but I worked around it by saving the image and reloading it before performing the crop....

View Article

New Post: More than one crop results in a 1x1 (blank) image

I will update the Intellisense help to include a remark about using RePage after a Crop.

View Article


New Post: raw image read performance sloooow

You are correct that dcraw is used and I know that reading raw files can be slow. You can modify the parameters in the delegates.xml file...

View Article

New Post: raw image read performance sloooow

Thanks for the fast response. We already found the delegates.xml and used it to make dcraw a bit faster. But unfortunately, dcraw.exe can not make very fast reads. All you can do is to drop -q 0 to...

View Article

New Post: Annotating Images - Labeling Below (or Above) an Image

Greetings, First, I would like to thank MagickImage team for the amazing effort and the great functionality this environment is providing. I am new to the MagickImage, Magick.NET specifically. I am...

View Article
Browsing all 3693 articles
Browse latest View live


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