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

New Post: Automatic change of RGB images to greyscale - in jpgs

Hello, I'm trying to do some metadata editing / resizing to images, and am having trouble retaining the colorspace / colorprofile / colortype of images when the original image was an RGB that's mostly...

View Article


New Post: Automatic change of RGB images to greyscale - in jpgs

Can you post an example file that I can use to reproduce the issue? If I remember correctly you got my e-mail so feel free to e-mail my a link to the file if you don't want to share it publicly. And...

View Article


New Post: Automatic change of RGB images to greyscale - in jpgs

I've just updated to the latest version, and it still does it. I sent you a link to an image. According to command-line ImageMagick it's got a colorspace and colortype of Gray / Grayscale. But it also...

View Article

New Post: Automatic change of RGB images to greyscale - in jpgs

I just tested your image in Magick.NET and the following test fails:using(MagickImage image = new MagickImage("grey_adobe_1998.jpg")) { // This works Assert.AreEqual(ColorSpace.sRGB, image.ColorSpace);...

View Article

New Post: Automatic change of RGB images to greyscale - in jpgs

Thank you! It would be excellent if either it stopped automatically converting images to greyscale, or at least there was an option you could use to disable automatic colour conversion. Sometime last...

View Article


New Post: Automatic change of RGB images to greyscale - in jpgs

This is an automatic optimization that normally would not cause any issues. But it I can understand that you would like to have the choice to avoid this behavior. I will talk with the rest of the team...

View Article

New Post: Generating a Histogram

I see that there is a Histogram feature with ImageMagick and also noted that you can create a Dictionary object utlizing the histogram() method. Is there a way to actually generate a histogram as an...

View Article

New Post: Generating a Histogram

You should be able to get a histogram image with following code:using (MagickImage image = new MagickImage("logo:")) { image.Write("histogram:your-histogram.gif"); }

View Article


New Post: Disable multithreading for Magick.NET

Thanks!

View Article


New Post: Density with Script

Hi, How can i set the output image density with MagickScript ? Best regards,

View Article

New Post: Density with Script

You can do that with the density...

View Article

Image may be NSFW.
Clik here to view.

New Post: Wrong application markers order after changing one of them

Hello I have the image with several profiles(exif, iptc, and so on). I change several profiles: add or remove some values and save them with the new image.using (MagickImage image = new...

View Article

New Post: Wrong application markers order after changing one of them

The profiles are saved to the file in an unspecified order and you cannot force a specific order. Why would that be important?

View Article


New Post: Wrong application markers order after changing one of them

I need to load file into stream and cut off some application markers from it. I have a code which works on images not processed by MagickNET. This code expects that all blocks were saved in a correct...

View Article

New Post: Wrong application markers order after changing one of them

I read the page you linked and searched Google to see if the application segments should be written in a particular order but I could not find any evidence for that. The code of ImageMagick 'for...

View Article


New Post: Setting Font Style with Captions or Lables

I have scoured the Internet as well as the ImageMagick website and have not been able to come up with any concrete instance in which you can set the font style for a label or caption in which a custom...

View Article

New Post: Wrong application markers order after changing one of them

Why don't you use Magick.NET to remove some of the application markers? As I wrote before: I have to process the stream. I can't create a MagickImage because of performance issue. I fixed that problem...

View Article


New Post: Setting Font Style with Captions or Lables

I spend all night figuring out how I could get this to work and I am close to a solution. I will have to make some changes for this so it won't be available until the next release. I will get back to...

View Article

New Post: Setting Font Style with Captions or Lables

That would be awesome and much appreciated.

View Article

New Post: The C++ module failed to load while attempting to initialize the...

Thanks, It is working now. But I have to use wrapper class also in my AnyCPU build. Also I need help with converting psd from other source using http path. Is there any sample code/doc for same??...

View Article
Browsing all 3693 articles
Browse latest View live


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