New Post: Connected Components area threshold
The new release has been published can you let me know if that resolves your memory issue?
View ArticleNew Post: Connected Components area threshold
I downloaded the update this morning and the memory issues I was having seem to be resolved. Once again, thank you so much, you're a life saver! I'm hoping all goes well from here, but I will let you...
View ArticleNew Post: Photoshop Cannot Open PSD Created in Magick.Net
Environment: VS2015 SP3, .NET v4.6.1, Windows 10 Pro Anniversary, Magick.NET-Q8-AnyCPU.dll v7.0.3.0, Ghostscript 9.19 I have created a PSD file using the following code: using (MagickImage magickImage...
View ArticleNew Post: Photoshop Cannot Open PSD Created in Magick.Net
Does downgrading resolve your issue? I found a bug in a recent change that I made to the PSD coder this morning.
View ArticleNew Post: Images turn to grain
Sorry, I have been out of town. Yes, the gif that I upload was the first image. If you run that through the code I put in the ticket, you will see that it gets extremely grainy. I just need to figure...
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
Dropbox has released a tool that can compress jpg files by 22% on average without loosing any data. Would it be possible to intergrate their code into this library so I can call their converter from my...
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
Have you tried the JpegOptimizer of this project?
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
Up until now I didn't know such a class existed so I took a sample image, ran it with ImageOptimizer with OptimalCompression=true and saved it, Then took the same image and ran it through Lepton....
View ArticleNew Post: Photoshop Cannot Open PSD Created in Magick.Net
Hi, Yes - downloading v7.0.2.902 solved the problem. Thanks. mlavie
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
They might be removing some other information from the file. Would you mind sharing your input image and the two output images? I might be able to explain why and maybe even improve the class in...
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
You can download all images fromhttps://drive.google.com/file/d/0B39tkBdG3vcgeFU2dUJ6OVZMVzg/view?usp=sharing please note that their compression code (which is on GitHub on the link I posted initially)...
View ArticleNew Post: Photoshop Cannot Open PSD Created in Magick.Net
I am going to publish a new release today to resolve the issue. Can you test it again after that and let me know if your issue is resolved in that version?
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
Aah sorry I did not realize that it was creating a file in a different file format. I don't want to include it in Magick.NET but it might not be that difficult to create a .NET library for this...
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
Good catch! I said to myself over the weekend to try this parameter and then forgot. When running lepton on the ImageOptimizer result it is further reduced Original: 2.8MB Lepton on original: 2.2MB...
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
That is a pretty impressive reduction. Is the 22% lepton reduction with -allowprogressive enabled? And what is the result of using ImageOptimizer with OptimalCompression disabled and running lepton...
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
when only using lepton it did not matter if I used allowprogressive or not. the result was always 2.2MB file When running with OptimalCompression=false on my test image, result was again 2.3MB and then...
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
I just tried to create a proof of concept with Lepton but I could not get it working yet. Its not that easy to get it to work because it is not yet a shared library. There has been some chatting about...
View ArticleNew Post: Feature request: Integrate Dropbox Lepton into Magick.net
Thanks for the update. I'm not much of a C/C++ guy so sadly I can't help you although I'd like to
View ArticleNew Post: Photoshop Cannot Open PSD Created in Magick.Net
Fixed in v7.0.3.1. Thanks! mlavie
View Article