Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 52,631 for

vectorizer

(0.07 sec)
  1. Конвертировать текст в вектор – векторизация те...

    Преобразуйте текст SVG в вектор с помощью библиотеки Python. Текст SVG преобразуется из шрифта в векторную графику, и его нельзя редактировать в текстовом редакторе....демонстрирует использование свойства Vectorize_text для векторизации текста...join (output_folder, "text_to_vector.svg" ) 10 if not os. path ...

    docs.aspose.com/svg/ru/python-net/convert-text-...
  2. OGC GeoPackage (GPKG)

    The OGC GeoPackage (GPKG) is a file format and data exchange standard for storing geospatial data. It combines the advantages of a geospatial database and a file-based format, providing a self-contained and platform-independent solution for storing and sharing geospatial information. The GeoPackage format supports various types of data, including vector features, raster images, and attribute data, allowing for the storage of complex geospatial datasets in a single file. It is an open standard developed by the Open Geospatial Consortium (OGC) and is widely used in the geospatial industry for mobile applications, offline mapping, and data interoperability....various types of data, including vector features, raster images, and...management and analysis: 1. Vector data storage: GPKG files can...

    products.aspose.com/gis/net/gis-formats/gpkg/
  3. C++でセルに画像を挿入する方法|Documentation

    C++を使ってAspose.Cellsでセルに画像を挿入する方法を学びます。...#include <fstream> #include <vector> #include "Aspose.Cells.h"...// Read image file into byte vector std :: ifstream file ( "aspose...

    docs.aspose.com/cells/ja/cpp/how-to-insert-pict...
  4. Kopf und Fußzeilen mit C++ festlegen|Documentation

    Dieser Artikel erklärt, wie man programmgesteuert ein Bild in die Kopf und Fußzeile von Excel Arbeitsblättern einfügt, indem man die Kopf und Fußzeile mit Skriptbefehlen mithilfe der C++ API oder Bibliothek festlegt....#include <fstream> #include <vector> #include "Aspose.Cells.h"...; // Declaring a byte array vector < uint8_t > binaryData ; //...

    docs.aspose.com/cells/de/cpp/setting-headers-an...
  5. Configurando encabezados y pies de página con C...

    Este artículo explica cómo insertar programáticamente una imagen en el encabezado y pie de página de las hojas de Excel al configurar el encabezado y pie de página mediante comandos de script usando la API o biblioteca C++....#include <fstream> #include <vector> #include "Aspose.Cells.h"...; // Declaring a byte array vector < uint8_t > binaryData ; //...

    docs.aspose.com/cells/es/cpp/setting-headers-an...
  6. Excel e Arka Plan Resmi Ekleme (C++ ile)|Docume...

    Aspose.Cells for C++ kullanarak Excel e arka plan resmi nasıl eklenir....namespace Aspose :: Cells ; Vector < uint8_t > GetDataFromFile...fileSize ); fileStream . close (); Vector < uint8_t > data ( buffer ...

    docs.aspose.com/cells/tr/cpp/insert-background-...
  7. Hintergrundbild in Excel mit C++ einfügen|Docum...

    „Wie man mit Aspose.Cells for C++ ein Hintergrundbild in Excel einfügt.“...namespace Aspose :: Cells ; Vector < uint8_t > GetDataFromFile...fileSize ); fileStream . close (); Vector < uint8_t > data ( buffer ...

    docs.aspose.com/cells/de/cpp/insert-background-...
  8. Render a Slide as an SVG Image|Aspose.Slides Do...

    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....SVG—an acronym for Scalable Vector Graphics—is a standard graphics...images. SVG stores images as vectors in XML with details that define...

    docs.aspose.com/slides/cpp/render-a-slide-as-an...
  9. Rendering in Python|Aspose.Words for Python via...

    Use Aspose.Words for Python via .NET rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....Scalable Vector Graphics image (SVG), or convert into a vector image...

    docs.aspose.com/words/python-net/rendering/
  10. Convertire PNG in SVG in Python

    Questo articolo spiega come convertire PNG in SVG in Python. Include l'algoritmo e un codice di esempio funzionante per convertire Image in SVG in Python....formato SVG con il metodo vectorize Puoi seguire i passaggi sopra...file sorgente nel metodo vectorize come parametro. Invoca il...

    kb.aspose.com/it/svg/python/convert-png-to-svg-...