New Post: When I convert image with thereshold 80% I get a blank page
I don't have a release cycle but you can expect a new release very soon. I hope this weekend.
View ArticleNew Post: Converting 2 pages TIF Files to jpg
It looks like your image is corrupt. But it is also possible there is a bug in the tiff reader that is being used by ImageMagick. Can you post a link to your image? Feel free to contact me through...
View ArticleNew Post: Color transformation with Fx
Can you post a link to your image so I can also do some testing with it? I have no experience with fx but I will try to help you.
View ArticleNew Post: Converting 2 pages TIF Files to jpg
Hi dlemstra thank you for your response. I sent you a message.
View ArticleNew Post: Powershell
Curious if anyone has tried Magick.NET with powershell and possibly could supply a working example.
View ArticleNew Post: Color transformation with Fx
There is the image, but I doubt, that my problem is related to the image, I suppose there is something wrong with the Fx expression.
View ArticleNew Post: Color transformation with Fx
You are right the problem is the expression you are using. Using rgb(...) in fx is only for specifying a unique color and not for doing computations. You would have to rewrite your code to the...
View ArticleNew Post: Powershell
I just tried to see if I could get it to work and it is not that difficult. Below is a simple example that resizes an image:# Magick.NET.ps1[void][Reflection.Assembly]::LoadFrom("Magick.NET-x64.dll")...
View ArticleNew Post: Converting 2 pages TIF Files to jpg
Thank you for the image. Your image contains a corrupt tiff tag that causes a MagickCoderErrorException. We made a change to ImageMagick that will allow you to ignore a specific tiff tag. Below is an...
View ArticleNew Post: Color transformation with Fx
Thanks, it works great. Is there a similar "trick" for hsl(...)?
View ArticleNew Post: Color transformation with Fx
The "trick" is identical for hsl and rgb. The Channels enum does not define the hue/saturation/lightness channels so you have to use the rgb names: h = r, s = g, l = b.
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
Hi the Magick.Net community, I am trying to convert CR2 file to Tiff without changing the color. My CR2 Files' color profiles are AdobeRGB1998, but not embedded color profile. It has the space name but...
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
Can you post a link to your cr2 image? And which version of dcraw are you using, or where did you download it? And can you post an image that contains the expected colors?
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
Hi again, I use Magick.net but I think it uses ImageMagick. So the ImageMagick has dcraw 9.19 I posted Photoshop tiff conversion of the CR2 image also. It is same with CR2. But with Magick.Net it like...
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
Which version of Magick,NET are you using and did you also install ImageMagick?
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
Magick.Net-Q16-x64 Version: 6.8.8.701 ImageMagick-6.8.8-Q16
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
Can you post a link to the converted with Photoshop image so I can compare it with the result from Magick.NET?
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
My Output: http://speedy.sh/d6KC4/IMG-8042384.tiff You can also convert CR2 to Tiff with Photoshop The results are different
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
I meant the output from CR2 to tiff with Photoshop. I do not have Photoshop.
View ArticleNew Post: CR2 to TIFF Conversion without Color Change
Sorry for misunderstanging. I am uploading the photoshop output image.
View Article