Hi,
There are 2 situations that I’d like to request your help with:
1. Transparency added on basic load/save
I have an image that was manipulated using Aspose.PSD and its background was automatically manipulated without doing anything on my end.
This is the effect automatically applied (original on the left)
image (2).jpg (190.9 KB)
I’m not sure if it’s clear, but some sort of transparency was automatically added by Aspose.
This is a sample code that causes this behavior:
public static void func(string filePath)
{
using (Aspose.PSD.FileFormats.Psd.PsdImage image = (Aspose.PSD.FileFormats.Psd.PsdImage)Aspose.PSD.Image.Load(filePath))
{
image.Save();
}
}
I’m not exactly sure what’s happening, since everything seems normal with this image.
A relevant note: this happened in a PSD file with multiple layers. In order to test this, I copied the affected layer into a new PSD file, ran the same code and got the same result.
I’ll gladly share the file with Aspose’s team via Direct Message.
2. This compression method is not supported: ZipWithoutPrediction
I’m getting this error when trying to open a specific file.
This file has been previously manipulated via Aspose.PSD, but I’m not exactly sure what caused this problem.
My question is: is there any chance that Aspose is able to correctly open this file? And if not, could you please clarify what the problem is, so that I can figure out how to prevent this from happening in the first place?
I’ll also be able to share this file via Direct Message.
Thanks in advance!