Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 3,744 for

layer management

(0.71 sec)
  1. Invalid index: index should be in the range [1....

    Hi, I am adding Image to a PDF Layer in 2 different functionality for same PDF file but it throws Exception “Invalid index: index should be in the range [1…n] where n equals to the operators count” Here is the sample c…...Product Family add-layer-pdf , access-pdf-layers cpaperless November...I am adding Image to a PDF layer in 2 different functionality...

    forum.aspose.com/t/invalid-index-index-should-b...
  2. Effect loss when working with smart objects - F...

    Hello! I have some problem with smart objects. I need to edit data in a inner smart and save. But when I do it without any update, unfortunately the smart loss effect. How to fix it? Many thanks. I have attached a source…...Layers); smartObjectPsdImage.Save("c:\\psd\\2...TruecolorWithAlpha }); } public Layer FindLayer(string layerName,...

    forum.aspose.com/t/effect-loss-when-working-wit...
  3. The text style is incorrect in a smart object w...

    Hello. I use latest Aspose.PSD version. I have a psd file which contains a smart object. The smart object has TextLayer. When I try to change a text value and replace the Layer, the text has an incorrect style. It is lo…...Family psd-net , psd , psd-text-layer BankaiPro July 31, 2023, 8:30am...text value and replace the layer, the text has an incorrect style...

    forum.aspose.com/t/the-text-style-is-incorrect-...
  4. LayerGroup.BlendingOptions.Effects is always em...

    Why when I add for example Stroke to the LayerGroup in the photoshop, after load I get empty effects list. PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.LoadEffectsResource = true; loadOptions.All…...foreach (var layer in psdFile.Layers) { if (layer is LayerGroup...reproduce this issue. Does this Layer Group has the Effects already...

    forum.aspose.com/t/layergroup-blendingoptions-e...
  5. Warp tranformation not working after ReplaceCon...

    using System.Web.Mvc; using Aspose.PSD; using Aspose.PSD.FileFormats.Psd; using Aspose.PSD.FileFormats.Psd.Layers; using Aspose.PSD.FileFormats.Psd.Layers.SmartObjects; using Aspose.PSD.FileFormats.Psd.Layers.Warp; using…...Layers; using Aspose.PSD.FileFormats.Psd.Layers.SmartObjects;...Aspose.PSD.FileFormats.Psd.Layers.Warp; using Aspose.PSD.ImageLoadOptions;...

    forum.aspose.com/t/warp-tranformation-not-worki...
  6. Aspose.PSD 24.8.0 issue with particular documen...

    Hi! We’ve been testing Aspose.PSD 24.7.0 and 24.8.0 both produce a new error for a particular document. It works on 24.6.0 fyi The code is the following: var psdImage = (PsdImage)Image.Load(psdFilePath); foreach (var …...document when iterating through Layers Aspose.PSD Product Family psd-net...psd-net , psd , psd-text-layer IBurzoEvoRWS September 12, 2024...

    forum.aspose.com/t/aspose-psd-24-8-0-issue-with...
  7. 如何替换图层,更新关联内容? - Free Support Forum - aspose.com

    怎么替换图层图片实现自动更新? var dataDir = AppDomain.CurrentDomain.BaseDirectory; var psdFile = Path.Combine(dataDir, "test.psd"); var replaceImg = Path.Combine(dataDir, "test.png"); const string LayerName = "插画-1-透明"; Console.Wr…...GetLayersByDisplayNa<LayerGroup>(image, "Layer group: 替换"); foreach (var layerGroup...(var layer in layerGroup.Layers) { Console.WriteLine(layer.DisplayName);...

    forum.aspose.com/t/topic/293712
  8. Out of Memory Error When Saving PSD File After ...

    Hi Support, I am writing to seek assistance with an issue I am encountering while working with PSD files using the Aspose.PSD library. When attempting to save a PSD file after editing its Layers, I am encountering an “…...PSD file after editing its layers, I am encountering an “Out...foreach (var layer in im.Layers) { if (layer.Name != "Layer 1") { var...

    forum.aspose.com/t/out-of-memory-error-when-sav...
  9. [.NET] Problem with during complex PSD renderin...

    During rendering/export in PNG, we have a problem with image background and smart object. Also if I not made any modify to file (simple loading and saving like source code attached) Source PSD -> https://we.tl/t-jOJaZ6…...Group Layer is applied incorrectly and hides the layer below...if the one of its internal layer has Clipping Mask You can obtain...

    forum.aspose.com/t/net-problem-with-during-comp...
  10. System.IndexOutOfRangeException when saving PSD...

    Hi Support, I’m getting System.IndexOutOfRangeException when saving PSD file after editing. Below is the code: public ActionResult Update_Color(string unit) { using (var im = (PsdImage)Aspose.PSD.Image.Load(FilePath…...{ foreach (var layer in im.Layers) { if (layer.Name == unit) {...{ var fillLayer = layer as FillLayer; if (fillLayer != null)...

    forum.aspose.com/t/system-indexoutofrangeexcept...