Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 58,213 for

vectorization

(0.11 sec)
  1. Convert images CDR to J2K via C# | products.asp...

    Sample code for CDR to J2K C# image conversion. Use API example code for batch CDR files to J2K 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-...
  2. Convert images CDR to EMZ via C# | products.asp...

    Sample code for CDR to EMZ C# image conversion. Use API example code for batch CDR files to EMZ 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-...
  3. Convert images ICO to WMF via C# | products.asp...

    Sample code for ICO to WMF C# image conversion. Use API example code for batch ICO 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...Metafile (WMF) for storing vector as well as bitmap-format images...

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

    Sample code for J2K to WMF C# image conversion. Use API example code for batch J2K 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...Metafile (WMF) for storing vector as well as bitmap-format images...

    products.aspose.com/imaging/net/conversion/j2k-...
  5. Come Inserire un immagine in una cella con C++|...

    Impara come inserire un immagine in una cella 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/it/cpp/how-to-insert-pict...
  6. 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...
  7. Add Barcodes to Word Documents|Documentation

    How to Add Barcodes to MS Word Files Using Aspose.BarCode and Aspose.Words...raster (raster graphics) o vector (Windows metafile) format and...range from 300 to 600 dpi. For vector formats, the resolution does...

    docs.aspose.com/barcode/net/add-barcode-to-word...
  8. Векторизация – базовый обзор – примеры 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/
  9. How to filter an image|Documentation

    Filter an image. Apply Rectangular, Sharpen, Motion, Smoothing, Blur, and Median filters.... Applying the filter to a vector image is also possible, in...in this case, the vector image needs to be rasterized before that:...

    docs.aspose.com/imaging/java/developer-guide/ho...
  10. Gestione di oggetti OLE con C++|Documentation

    Impara come aggiungere, estrarre e manipolare oggetti OLE nei fogli di lavoro usando Aspose.Cells con C++....#include <fstream> #include <vector> #include "Aspose.Cells.h"...namespace Aspose :: Cells ; std :: vector < uint8_t > ReadFileToVector...

    docs.aspose.com/cells/it/cpp/managing-ole-objects/