New Post: exif
What is the proper way to use MagickImage.Ping()? I've tried to use it before but couldn't figure out the syntax. Thanks
View ArticleNew Post: exif
Like this:using (MagickImage im = new MagickImage()) { im.Ping(SourceStream); ExifProfile exifPro = im.GetExifProfile(); }
View ArticleNew Post: exif
Ah, cool. That's easy enough. We'll try it out and see if the profile gets read or not. Thanks
View ArticleNew Post: Updated from 4 to 7, have some issues
The TextGravity is not set correct because I missed a call when you set that setting. This will be fixed in the next release of Magick.NET and I also added a unit test to make sure it stays fixed.
View ArticleNew Post: Defective PSD files from portrait images
Hello guys! I'm trying to convert some images via the Magick.NET library to psd files. So far so good. Yesterday I tried to convert an image in portrait orientation (its height being larger than its...
View ArticleNew Post: Defective PSD files from portrait images
Can you explain by what you mean by a corrupted PSD. Is it possible that this issue only occurs when your input image has no alpha channel. It does look like our ImageMagick code has an issue when...
View ArticleNew Post: Defective PSD files from portrait images
Okay, let me elaborate this a little bit further. The above code is just an example, which helps reproduce the effect. In reality I add the image as a layer (not background-layer) to the...
View ArticleNew Post: Defective PSD files from portrait images
I don't own Photoshop so I cannot really test this issue. What is the exact version of Magick.NET that you are using? And can you open the PSD files that are created with the following code?using...
View ArticleNew Post: Defective PSD files from portrait images
I am using the newest one available which at the moment is Magick.NET 7.0.0.0102. Prior I used version '7.0.0.0022' but due to some strange problems with TIFF images I switched to '7.0.0.0101' and...
View ArticleNew Post: Converting PSD to PNG - Cannot render the Layer Style in Generated PNG
I hope you all are Fine, Today I'm experiencing a quite confusing problem. I'm trying to make a simple application which can convert the PSD to Transparent PNG. But I'm not happy with the results I'm...
View ArticleNew Post: Converting PSD to PNG - Cannot render the Layer Style in Generated PNG
Can you share your input image?
View ArticleNew Post: Converting PSD to PNG - Cannot render the Layer Style in Generated PNG
Here it is my Friend! (Sharita.)https://drive.google.com/file/d/0B_xMBkaQJC47aUloRXRrdjNoV00/view?usp=sharing Thanks a lot of viewing my request. maher
View ArticleNew Post: Converting PSD to PNG - Cannot render the Layer Style in Generated PNG
The issue with this image is that it does not contain a 'merged image'. This is the image that combines all the layers from your PSD file. And the reader now creates this merged image itself. The...
View ArticleNew Post: Defective PSD files from portrait images
I don't want to install that piece of software to test this. I asked someone who has Photshop CS and that could open the file without any problem. Which Quantum (Q8/Q16/Q16-HDRI) are you using? And can...
View ArticleNew Post: Defective PSD files from portrait images
I am using the Q8 - AnyCPU version of Magick.NET since I only convert images for web content. The requested files are here. By the way, MaxView is portable so no installation required. But its okay, I...
View ArticleNew Post: Defective PSD files from portrait images
Thanks for the quick response. I can now investigate this much better. I am not sure when I will start on this because I will start my new job tomorrow and I don't know if I have the time/energy for it...
View ArticleNew Post: Defective PSD files from portrait images
Well take your time and good luck with the new job.
View ArticleNew Post: TextInterlineSpacing
I wonder if someone might be able to help me. I am struggling with trying to get TextInterlineSpacing to function. So far when I run the code, everything (font size, color, etc) is created correctly...
View ArticleNew Post: TextInterlineSpacing
Thanks for reporting this. It seems I broke some of the setting properties when I rewrote the library. I fixed those properties and added unit test for them to make sure this stays fixed. This will be...
View Article