Notatki do wydania Aspose.PSD dla Java 24.3

Klucz Podsumowanie Kategoria
PSDJAVA-601 [Format AI] Zmniejszenie czasu ładowania dużych obrazów AI wielostronicowych. Udoskonalenie
PSDJAVA-604 Plik PSD po konwersji z 8 bitów na 16 bitów stał się nieczytelny. Błąd
PSDJAVA-605 Plik PSD po konwersji z 8 bitów na 32 bity stał się nieczytelny. Błąd
PSDJAVA-606 [Format AI] Naprawa renderowania krótkiej krzywej w pliku AI. Błąd

Zmiany w API publicznym

Nowe interfejsy API:

  • T:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters.getFilters
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters.isEnabled
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters.isMaskEnabled
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters.isMaskExtendWithWhite
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters.isMaskLinked
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters.isValidAtPosition
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters.setFilters(com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter[])
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.SmartFilters.updateResourceValues
  • T:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.#ctor
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.apply(com.aspose.psd.RasterImage)
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.applyToMask(com.aspose.psd.fileformats.psd.layers.Layer)
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.deepClone
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.getBlendMode
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.getFilterId
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.getName
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.getOpacity
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.getSourceDescriptor
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.setBlendMode(long)
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.setEnabled(boolean)
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.setOpacity(double)
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.SmartFilter.isEnabled
  • T:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.#ctor
  • F:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.FilterType
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.getAmountNoise
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.getDistribution
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.getFilterId
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.getName
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.setAmountNoise(double)
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.setDistribution(int)
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.setMonochromatic(boolean)
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.AddNoiseSmartFilter.isMonochromatic
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.rendering.ISmartFilterRenderer.render(com.aspose.psd.PixelsData)
  • T:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.GaussianBlurSmartFilter
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.GaussianBlurSmartFilter.#ctor
  • F:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.GaussianBlurSmartFilter.FilterType
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.GaussianBlurSmartFilter.getFilterId
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.GaussianBlurSmartFilter.getName
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.GaussianBlurSmartFilter.getRadius
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.GaussianBlurSmartFilter.setRadius(double)
  • T:com.aspose.psd.fileformats.psd.layers.smartfilters.rendering.ISmartFilterRenderer
  • T:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.NoiseDistribution
  • F:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.NoiseDistribution.Gaussian
  • F:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.NoiseDistribution.Uniform
  • T:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.UnknownSmartFilter
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.UnknownSmartFilter.getFilterId
  • M:com.aspose.psd.fileformats.psd.layers.smartfilters.filters.UnknownSmartFilter.getName

Usunięte interfejsy API:

  • Brak

Przykłady użycia:

PSDJAVA-604. Plik PSD po konwersji z 8 bitów na 16 bitów stał się nieczytelny

        String sourceFile = "src/main/resources/test_smart_layer.psd";
        String outputFile = "src/main/resources/export.psd";

        try (PsdImage psdImage8 = (PsdImage) Image.load(sourceFile)) {
            PsdOptions psdOptions16 = new PsdOptions();
            psdOptions16.setChannelBitsCount((short) 16);

            psdImage8.save(outputFile, psdOptions16);
        }

        try (PsdImage psdImage16 = (PsdImage) Image.load(outputFile)) {
            if (psdImage16.getGlobalLayerResources()[0] instanceof Lr16Resource) {
                // jest ok
            } else {
                throw new Exception("Nieprawidłowy zasób globalny, pierwszy zasób powinien być Lr16Resource");
            }
        }

PSDJAVA-605. Plik PSD po konwersji z 8 bitów na 32 bity stał się nieczytelny

        String sourceFile = "src/main/resources/test_smart_layer.psd";
        String outputFile = "src/main/resources/export.psd";

        try (PsdImage psdImage8 = (PsdImage) Image.load(sourceFile)) {
            PsdOptions psdOptions32 = new PsdOptions();
            psdOptions32.setChannelBitsCount((short) 32);

            psdImage8.save(outputFile, psdOptions32);
        }

        try (PsdImage psdImage8 = (PsdImage) Image.load(outputFile)) {
            if (psdImage8.getGlobalLayerResources()[0] instanceof Lr32Resource) {
                // jest ok
            } else {
                throw new Exception("Nieprawidłowy zasób globalny, pierwszy zasób powinien być Lr16Resource");
            }
        }

PSDJAVA-606. [Format AI] Naprawa renderowania krótkiej krzywej w pliku AI

        String sourceFile = "src/main/resources/shortCurve.ai";
        String outputFilePath = "src/main/resources/shortCurve.png";

        try (AiImage image = (AiImage) Image.load(sourceFile)) {
            image.save(outputFilePath, new PngOptions());
        }