Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 58,313 for

vectorizer

(0.7 sec)
  1. الكشف عن تنسيق ملف ملفات Office المشفرة ملفات O...

    تعلم كيفية اكتشاف تنسيق ملفات Office Open XML المشفرة باستخدام Aspose.Cells for C++....namespace Aspose :: Cells ; Vector < uint8_t > GetDataFromFile...fileSize ); fileStream . close (); Vector < uint8_t > data ( buffer ...

    docs.aspose.com/cells/ar/cpp/detect-file-format...
  2. Cara Mengubah PNG ke SVG menggunakan C#

    Temukan Jawaban oleh API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cel......Vectorize() Simpan file yang dihasilkan...menjadi SVG menggunakan metode Vectorize. Dalam tutorial ini, kami...

    kb.aspose.com/id/svg/net/how-to-transform-png-t...
  3. Kako pretvoriti PNG u SVG koristeći C#

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......Vectorize(). Spremite rezultirajuću...transformirati sliku u SVG koristeći Vectorize metodu. U ovom smo vodiču...

    kb.aspose.com/hr/svg/net/how-to-transform-png-t...
  4. MetafileRenderingOptions.EmfPlusDualRenderingMo...

    Discover how the EmfPlusDualRenderingMode property enhances EMF Dual metafile rendering. Optimize your graphics with flexible rendering options today!...when metafile is rendered as vector graphics. When metafile is...metafiles that we can render as vector graphics. saveOptions . MetafileRenderingOpt...

    reference.aspose.com/words/net/aspose.words.sav...
  5. 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/
  6. 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...
  7. 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...
  8. Конвертировать текст в вектор – Aspose.SVG for ...

    Преобразуйте текст 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-...
  9. Chuyển đổi PDF sang WMF qua Java | products.asp...

    Xuất tệp PDF sang WMF trong các ứng dụng Java của bạn mà không cần sử dụng bất kỳ ứng dụng nào của bên thứ ba...sang WMZ** cho phép đồ họa vector từ PDF được sử dụng trong các...Sử Dụng Chính Nhúng đồ họa vector PDF vào các ứng dụng Office...

    products.aspose.com/total/vi/java/conversion/pd...
  10. Hello, world!|Documentation

    Get started with Aspose.OCR for C++ by creating and running a bare minimum example....#include <string> #include <vector> #include <aspose_ocr.h> Declare...source . url = file . c_str (); vector < AsposeOCRInput > content...

    docs.aspose.com/ocr/cpp/hello-world/