Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 8,993 for

layer

(2.64 sec)
  1. Aspose.PSD for .NET 20.2 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....特性 PSDNET-251 重构 PsdImage 和 Layer 以更改转换行为(如果我们单独转换一个图层,则对图层蒙版进行正确的调整/旋转/裁剪)...P:Aspose.PSD.FileFormats.Psd.Layers.LayerMaskDataFull.UserMaskRectangle...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. Úpravy souborů PSD online | products.aspose.com

    Upravte soubory PSD Adobe Photoshop online...NET // How to update Text Layer in PSD File using (PsdImage...Load("layers.psd")) { foreach (var layer in psdImage.Layers) { if...

    products.aspose.com/psd/cz/editor/
  3. Aspose.PSD for Java 25.10 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....for ( var layer : image . getLayers ()) { if ( layer instanceof...for ( var layer : image . getLayers ()) { if ( layer instanceof...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  4. 【Aspose.PDF】レイヤの表示制御について - Free Support Forum -...

    PDFのレイヤ構造を利用したく、Aspose.PDFの購入を検討しております。 以下URLのmevenよりライブラリを取得し、動作検証を行っております。 以下のようなソースコードを記述し、PDFファイルにレイヤ構造の画像を追加することはできました。 ===== // PDF作成 Document doc = new Document(); // ページ追加 Page page = doc.getPages().add()…...png”); // レイヤ作成 Layer layer = new Layer(“1”, “testlayer”);...レイヤイメージ追加 layer.getContents().add(new GSave()); layer.getContents()...

    forum.aspose.com/t/aspose-pdf/313491
  5. GIS Data Manipulation APIs for Python via .NET ...

    Create, read, convert, and process GIS data including GeoPackage, Shapefile, and raster formats. Render maps with a high-performance .NET API for Python on Windows, macOS (Intel & ARM).... Create Layers and Datasets Read/Write Multiple...shapefile) as layer: for i in range(layer.count): feature = layer[i] #...

    products.aspose.com/gis/python-net/
  6. Otvorite i uredite PSB datoteku | products.aspo...

    Otvorite i uredite PSB datoteku s mrežnim uređivačem...NET // How to update Text Layer in PSB File using (PsdImage...Load("layers.psb")) { foreach (var layer in psdImage.Layers) { if...

    products.aspose.com/psd/cr/editor/psb/
  7. SplitMode|Documentation

    Multi-GPU model distribution in Aspose.LLM for .NET — None for single GPU, Layer for Layer-wise split, Row for tensor parallelism....LLAMA_SPLIT_MODE_NONE , LLAMA_SPLIT_MODE_LAYER , LLAMA_SPLIT_MODE_ROW Category... LLAMA_SPLIT_MODE_LAYER ( 1 ) Split layers across GPUs. KV cache...

    docs.aspose.com/llm/net/developer-reference/par...
  8. Aspose.PSD for Java 23.10 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PSDJAVA-541 Do not repaint Shape layer if it has not been changed Feature...PsdImage.Save when having Shape layer Bug Public API Changes Added...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  9. Bug 5075: Converting MapInfoTab to MapInfoTab -...

    Hi Alexander, Please see: Tests data(Input/Output/QGIS) 5075-MafInfoTab -MafInfoTab.zip (13.7 KB) Thanks,...does not contain any layers (or the layer names are not recognized)...even if the file reports no layers // (useful for TAB files without...

    forum.aspose.com/t/bug-5075-converting-mapinfot...
  10. How to Add Image Watermark to PSD in C#

    This step by step tutorial elaborates how to add image watermark to PSD in C#. Adding image watermark to PSD in C# is quick and easy with Aspose.PSD for .NET....using Image class Create a base Layer object using an image from FileStream...FileStream Add base layer object to the PSD image object created...

    kb.aspose.com/psd/net/how-to-add-image-watermar...