New Post: Resize is not working properly
I did some research with the help of someone who has Photoshop. We noticed that you can move the image in Photoshop inside the window. We think we found what is causing it but it is still showing up...
View ArticleNew Post: Resize is not working properly
So far, that appears to have fixed it. I have turned it over to my vendor. Thanks!
View ArticleNew Post: Resize is not working properly
Does it show the transparency checkerboard in Photoshop for you? The person who helped it me test it did not see the checkerboard. What is your Photoshop version?
View ArticleNew Post: Adding installed Image Color Profiles (.icm) into an image in C#
I am testing it with JPEG.
View ArticleNew Post: Adding installed Image Color Profiles (.icm) into an image in C#
Lets make it simple Image Loaded MagickImage image = new MagickImage(outputFilePath Profile added to image image.AddProfile(new ImageMagick.ColorProfile (prof.FilePath)); Image...
View ArticleNew Post: Adding installed Image Color Profiles (.icm) into an image in C#
Can you add a link to the image and color profile you are using?
View ArticleNew Post: Adding installed Image Color Profiles (.icm) into an image in C#
Here us the ICM Profile LinkTest Imag1 LinkTest Image2 Link
View ArticleNew Post: Adding installed Image Color Profiles (.icm) into an image in C#
I just tried the following:using (MagickImage before = new MagickImage(@"C:\test\jpg\image_1.jpg")) { ColorProfile colorProfile = new ColorProfile(@"C:\test\jpg\sRGB_Color_Space_Profile.icm");...
View ArticleNew Post: Adding installed Image Color Profiles (.icm) into an image in C#
Yes, I am using the 6.0.0 version of ImageMagick.net, I download the latest version (7.0.0 x64) and integrate it into the same project, First I got an error "error loading ImageMagick" it resolved when...
View ArticleNew Post: Adding installed Image Color Profiles (.icm) into an image in C#
I cannot help you with older version of Magick.NET it was probably a bug that has been fixed in the mean time. Are you using the latest 6 version? It will probably work in that version, otherwise you...
View ArticleNew Post: Adding installed Image Color Profiles (.icm) into an image in C#
Thank you so much for your help. I found the 32 bit version as well
View ArticleNew Post: Resize is not working properly
I am using the cloud version of Adobe Photoshop 2014.
View ArticleNew Post: Resize is not working properly
I'm really not a Photoshop expert, I own the cloud version, but I'm not very good at Photoshop. I do not see a transparency checkerboard, but I could be looking in the wrong place.
View ArticleNew Post: Resize is not working properly
I mean the checkerboard as shown in this image: http://www.merkendiewerken.be/wp-content/uploads/transparante-achtergrond-gif.jpg
View ArticleNew Post: Resize is not working properly
Oh, sorry. My image is a rectangle, so there is no background.I just erased some of it, and yes, now that background is showing up.
View ArticleNew Post: Can we add more than one color profile to an Image?
Can we add more than one color profile to an Image? Is the following code correct and if so, how can we verify that two or more color profiles added to the image? using (MagickImage image = new...
View ArticleNew Post: Can we add more than one color profile to an Image?
Magick.NET/ImageMagick does not support adding multiple color profiles to an image.
View Article