Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 57,477 for

vectorizer

(0.41 sec)
  1. SVG to SVGZ Images Conversion with Python | pro...

    How to use Python for SVG to SVGZ images and photos conversion on desktop and web applications....graphic editor is likely to be in vector format. In such instances,...Format SVG files are Scalable Vector Graphics Files that use XML...

    products.aspose.com/imaging/python-net/conversi...
  2. ค้นหา

    ค้นหา...คลาส ImageVectorizer var vectorizer = new ImageVectorizer { Configuration...= 25 } }; // ภาพแรสเตอร์ Vectorize จากไฟล์ที่ระบุ using var document...

    blog.aspose.com/th/svg/convert-image-to-vector/
  3. Convert images ODG to WMF via C# | products.asp...

    Sample code for ODG to WMF C# image conversion. Use API example code for batch ODG files to WMF conversion within VB.NET, Asp.NET or any .NET based application....graphic editor, it might be in vector format. In this scenario, it...store drawing elements as a vector image. It follows the XML based...

    products.aspose.com/imaging/net/conversion/odg-...
  4. Convert images CDR to WMF via C# | products.asp...

    Sample code for CDR to WMF C# image conversion. Use API example code for batch CDR files to WMF conversion within VB.NET, Asp.NET or any .NET based application....graphic editor, it might be in vector format. In this scenario, it...File Format A CDR file is a vector drawing image file that is...

    products.aspose.com/imaging/net/conversion/cdr-...
  5. Hanging Plane entation rientation asılı|Documen...

    Aspose.3D for .NET bir sahnenin değişen yönünü sağlar. Yönlendirmeyi değiştirmek için, yukarı vektör özelliği düzlem sınıfında tanıtılır....change the orientation, Up vector property is introduced in Plane...scene = new Scene (); // Set Vector scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/tr/net/changing-plane-orient...
  6. Convert to SHP|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....file format from other popular vector-based gis files. Live Example...options to convert files . Each vector-based format has its own read/write...

    docs.aspose.com/gis/net/convert-to-shp/
  7. Векторизация изображений – примеры Aspose.SVG f...

    Узнайте, как векторизовать изображения на Python. Рассмотрим функциональные возможности векторизации изображений и влияние свойств конфигурации на результат....png" 8 output_file = "fish-vectorized.svg" 9 if not os. path ....12 # Configuration for vectorization 13 path_builder = BezierPathBuilder()...

    docs.aspose.com/svg/ru/python-net/vectorize-ima...
  8. 記録

    記録... vectorize メソッドを呼び出して PNG を処理します。 最終...ImageVectorizer クラスのインスタンスを初期化します。 vectorizer = svg . imagevectorization...

    blog.aspose.com/ja/svg/transform-png-to-svg-in-...
  9. Настройка шрифтов для отображения таблиц с помо...

    Узнайте, как настраивать шрифты для отображения таблиц в виде изображений, PDF и XPS с помощью Aspose.Cells for C++....namespace Aspose :: Cells ; Vector < uint8_t > GetDataFromFile...fileSize ); fileStream . close (); Vector < uint8_t > data ( buffer ...

    docs.aspose.com/cells/ru/cpp/configuring-fonts-...
  10. Vektorisierung – Grundlegende Übersicht – C#-Be...

    In den Artikeln in diesem Abschnitt wird erläutert, wie Sie mithilfe der Aspose.SVG-API SVG-Text in Vektoren und Rasterbilder in Vektorgrafiken konvertieren.... Saving ; Copy 1 // Vectorize PNG to SVG in C# 2 3 // Initialize...ImageVectorizer vectorizer = new ImageVectorizer(); 5 6 // Vectorize image...

    docs.aspose.com/svg/de/net/vectorization/