Replies: 5 comments
-
The ZIP compression is handled within the library itself and doe not require the zlib.net package. The Magick.NET (and ImageMagick) library does not support reading PSD files that have ZipWithPrediction. An issue to add support for this has been created here: ImageMagick/ImageMagick#455. It would be helpful if you could add a file that has ZipWithPrediction to that issues. |
Beta Was this translation helpful? Give feedback.
-
I was able to figure it out yesterday and the next version of Magick.NET will include support for 32 bit ZipWithPrediction files. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your prompt reply!
I will check with my client for a test case.
Congratulations on your excellent hard work!
It is amazing!
… On 21 Jun 2020, at 05:49, Dirk Lemstra ***@***.***> wrote:
I was able to figure it out yesterday and the next version of Magick.NET will include support for 32 bit ZipWithPrediction files.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
The new release has been published. Feel free to reach out if you run into any issues. |
Beta Was this translation helpful? Give feedback.
-
I'm very impressed with your excellent work and dedication to this Project!
It worked very well! Congratulations!
Thanks so much!
Em dom., 21 de jun. de 2020 às 17:09, Dirk Lemstra <[email protected]>
escreveu:
… The new release has been published. Feel free to reach out if you run into
any issues.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#674 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHW7STSD2NL2PINUSWZOFIDRXZSJHANCNFSM4ODLJB6Q>
.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I need to convert PSD files with ZipWithPrediction(32 bit) compression type to the JPG format. I have installed the zlib.net package in my Visual Studio Project, but I don't know to configure Magick.Net to use it as a delegate program. Is it possible to do that?
Thanks so much for your help!
Beta Was this translation helpful? Give feedback.
All reactions