Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 57,478 for

vectorize

(0.16 sec)
  1. Archiv

    Archiv...ImageVectorizer class var vectorizer = new Aspose.Svg.ImageVectorization... ColorsLimit = 3 } }; // Vectorize raster image from the specified...

    blog.aspose.com/de/svg/vectorize-image-in-csharp/
  2. Arsip

    Arsip...ImageVectorizer class var vectorizer = new Aspose.Svg.ImageVectorization... ColorsLimit = 3 } }; // Vectorize raster image from the specified...

    blog.aspose.com/id/svg/vectorize-image-in-csharp/
  3. Restituire un intervallo di valori utilizzando ...

    Questo articolo presenta un motore di calcolo astratto che restituisce un intervallo di valori in Microsoft Excel utilizzando la libreria Aspose.Cells con C++. Caricando un file Excel esistente o creando uno nuovo, possiamo usare i metodi forniti da Aspose.Cells per ottenere un intervallo di valori e restituire il risultato. Infine, salviamo il file Excel modificato su disco....CalculationData & data ) override { Vector < Object > row1 { Object (...6 , 30 }) , Object ( 2 )}; Vector < Object > row2 { Object (...

    docs.aspose.com/cells/it/cpp/returning-a-range-...
  4. Chuyển đổi hình ảnh sang SVG trong Python

    Bài viết nhanh này giải thích cách chuyển đổi hình ảnh sang SVG trong Python. Bài viết bao gồm thông tin từng bước và đoạn mã để tạo SVG từ PNG trong Python....hình ảnh raster sang định dạng vector Tải hình ảnh nguồn bằng phương...SvgRasterizationOpti Kết xuất hình ảnh vector đầu ra Các bước này liệt kê...

    kb.aspose.com/vi/imaging/python/convert-image-t...
  5. Convert Excel to SVG|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....Excel to SVG SVG ( Scalable Vector Graphics ) is a specification...standards for two-dimensional vector graphics. It is an open standard...

    docs.aspose.com/cells/python-java/convert-excel...
  6. إدارة كائنات OLE باستخدام C++|Documentation

    تعلم كيفية إضافة واستخراج والتعامل مع كائنات OLE في أوراق العمل باستخدام Aspose.Cells مع C++....#include <fstream> #include <vector> #include "Aspose.Cells.h"...namespace Aspose :: Cells ; std :: vector < uint8_t > ReadFileToVector...

    docs.aspose.com/cells/ar/cpp/managing-ole-objects/
  7. Hantera OLE objekt med C++|Documentation

    Lär dig hur du lägger till, extraherar och manipulerar OLE objekt i blad med Aspose.Cells med C++....#include <fstream> #include <vector> #include "Aspose.Cells.h"...namespace Aspose :: Cells ; std :: vector < uint8_t > ReadFileToVector...

    docs.aspose.com/cells/sv/cpp/managing-ole-objects/
  8. Управление объектами OLE с помощью C++|Document...

    Узнайте, как добавлять, извлекать и управлять объектами OLE в рабочих листах с использованием Aspose.Cells и C++....#include <fstream> #include <vector> #include "Aspose.Cells.h"...namespace Aspose :: Cells ; std :: vector < uint8_t > ReadFileToVector...

    docs.aspose.com/cells/ru/cpp/managing-ole-objects/
  9. Векторизация – базовый обзор – примеры C#

    В статьях этого раздела объясняется, как преобразовать текст SVG в вектор и как преобразовать растровое изображение в векторную графику с помощью API Aspose.SVG.... Saving ; Copy 1 // Vectorize PNG to SVG in C# 2 3 // Initialize...ImageVectorizer vectorizer = new ImageVectorizer(); 5 6 // Vectorize image...

    docs.aspose.com/svg/ru/net/vectorization/
  10. Cómo Insertar Imagen en la Celda con C++|Docume...

    Aprende cómo insertar una imagen en una celda con Aspose.Cells usando C++....#include <fstream> #include <vector> #include "Aspose.Cells.h"...// Read image file into byte vector std :: ifstream file ( "aspose...

    docs.aspose.com/cells/es/cpp/how-to-insert-pict...