Note sulla versione di Aspose.PSD per .NET 22.10

Chiave Sommario Categoria
PSDNET-1287 Rimuovere le proprietà obsolete in Lfx2Resource Miglioramento
PSDNET-1071 Aspose.PSD non riesce ad aprire PSD (RGB/16bit) con compressione ZipWithoutPrediction Bug
PSDNET-1257 Gli effetti della timeline scompaiono e vengono visualizzati in modo strano. (in Photoshop) Bug
PSDNET-1278 La trasparenza non funziona per l’effetto Stroke con Posizione Interna Bug
PSDNET-1279 Regressione: Errore nell’apertura del file PSD Bug
PSDNET-1284 L’aggiornamento del testo fallisce con alcuni simboli asiatici. Errore con l’analisi di simboli specifici Bug
PSDNET-1291 L’aggiornamento del testo fallisce con alcuni simboli asiatici. Errore nella rappresentazione di simboli specifici Bug
PSDNET-1292 Errore nell’apertura del file esportato da Photoshop dopo il salvataggio di simboli asiatici specifici Bug

Modifiche all’API pubblica

API aggiunte:

  • Nessuna

API rimosse:

  • P:Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lfx2Resource.Data
  • P:Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lfx2Resource.BlendMode
  • P:Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lfx2Resource.EffectColor
  • P:Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lfx2Resource.Opacity

Esempi di utilizzo:

PSDNET-1071. Aspose.PSD non riesce ad aprire PSD (RGB/16bit) con compressione ZipWithoutPrediction

string src = "237708.psd";
string output = "out_237708.psd";

using (var psdImage = (PsdImage)Image.Load(src))
{
    psdImage.Save(output);
}

PSDNET-1257. Gli effetti della timeline scompaiono e vengono visualizzati in modo strano. (in Photoshop)

string sourceFile = "clearFile.psd";
string outputFile = "output_not_clearFile.psd";

using (var psdImage = (PsdImage)Image.Load(sourceFile))
{
    // Crea una timeline con pochi frame.
    TimeLine timeLine = TimeLine.InitializeFrom(psdImage);
    var layerIds = timeLine.LayerIds;

    List<Frame> frames = new List<Frame>(timeLine.Frames);
    for (int i = 0; i < 3; i++)
    {
        frames.Add(new Frame(timeLine));
    }
    timeLine.Frames = frames.ToArray();

    timeLine.Frames[1].LayerStates[layerIds[1]].StateEffects.AddColorOverlay();

    timeLine.Frames[2].LayerStates[layerIds[1]].StateEffects.AddGradientOverlay();
    timeLine.Frames[2].LayerStates[layerIds[1]].StateEffects.IsVisible = false;

    timeLine.ApplyTo(psdImage);

    psdImage.Save(outputFile);
}

PSDNET-1278. La trasparenza non funziona per l’effetto Stroke con Posizione Interna

string sourceFile = "psdnet1278.psd";
string output = "out_1278.png";

using (var image = (PsdImage)Image.Load(sourceFile, new PsdLoadOptions() { LoadEffectsResource = true }))
{
    image.Save(output, new PngOptions());
}

PSDNET-1279. Regressione: Errore nell’apertura del file PSD

string sourceFile = "AllTypesLayerPsd.psd";
string outputPsd = "out_1279.psd";

using (var image = (PsdImage) Image.Load(sourceFile))
{
    image.Save(outputPsd);
}

PSDNET-1284. L’aggiornamento del testo fallisce con alcuni simboli asiatici. Errore con l’analisi di simboli specifici

string testData = @"尐少尒尓尔尕尖尗尘尙尚尛尜尝尞尟尠尡尢尣尤尥尦尧尨尩尪尫尬尭尮尯尰就尲尳尴尵尶尷尸尹尺尻尼尽尾尿局屁层屃屄居屆屇屈屉届屋屌屍屎屏";

testData = testData.Substring(25, 1); // seleziona il simbolo problematico

string srcFile = "TestFileForAsianCharsBig.psd";
string output = "output.psd";

using (var image = (PsdImage)Image.Load(srcFile))
{
    var layer = (TextLayer)image.Layers[0];
    layer.UpdateText(testData);
    image.Save(output);
}

PSDNET-1287. Rimuovere le proprietà obsolete in Lfx2Resource

string src = "fileWithEffects.psd";
string output = "output.psd";

using (var psdImage = (PsdImage)Image.Load(src, new PsdLoadOptions() { LoadEffectsResource = true }))
{
    var layer = psdImage.Layers[1];
    var effect = layer.BlendingOptions.Effects[0];

    // Aggiorna l'opzione BlendMode dell'effetto
    effect.BlendMode = BlendMode.Darken;

    // Aggiorna l'opzione di Opacity dell'effetto
    effect.Opacity = 128; // 50%

    // Aggiorna l'opzione di riempimento del colore dell'effetto stroke
    var strokeSettings = (IColorFillSettings)((StrokeEffect)effect).FillSettings;
    strokeSettings.Color = Color.DarkRed;

    psdImage.Save(output);
}

PSDNET-1291. L’aggiornamento del testo fallisce con alcuni simboli asiatici. Errore nel rendering di simboli specifici

string testData = @"咐咑咒咓咔咕咖咗咘咙咚咛咜咝咞咟咠咡咢咣咤咥咦咧咨咩咪咫咬咭咮咯咰咱咲咳咴咵咶咷咸咹咺咻咼咽咾咿
哀品哂哃哄哅哆哇哈哉哊哋哌响哎哏";

testData = testData.Substring(40, 25); // seleziona i simboli problematici

string srcFile = "TestFileForAsianCharsBig 2.psd";
string output = "output.psd";

using (var image = (PsdImage)Image.Load(srcFile))
{
    var layer = (TextLayer)image.Layers[0];
    layer.UpdateText(testData);
    image.Save(output);
}

PSDNET-1292. Errore nell’apertura del file esportato da Photoshop dopo il salvataggio di simboli asiatici specifici

string testData = @"尐少尒尓尔尕尖尗尘尙尚尛尜尝尞尟尠尡尢尣尤尥尦尧尨尩尪尫尬尭尮尯尰就尲尳尴尵尶尷尸尹尺尻尼尽尾尿局屁层屃屄居屆屇屈屉届屋屌屍屎屏";

string srcFile = "TestFileForAsianCharsBig 2.psd";
string outFile = "output.psd";

using (var image = (PsdImage)Image.Load(srcFile))
{
    var layer = (TextLayer)image.Layers[0];
    layer.UpdateText(testData);

    image.Save(outFile);
}