Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 58,306 for

vectorizer

(0.42 sec)
  1. Configurare i caratteri per il rendering dei fo...

    Impara come configurare i caratteri per il rendering di fogli di calcolo in immagini, PDF e formati XPS usando Aspose.Cells for C++....namespace Aspose :: Cells ; Vector < uint8_t > GetDataFromFile...fileSize ); fileStream . close (); Vector < uint8_t > data ( buffer ...

    docs.aspose.com/cells/it/cpp/configuring-fonts-...
  2. 档案

    档案...ImageVectorizer class var vectorizer = new ImageVectorizer { //...25, LineWidth = 1 } }; // Vectorize PNG from the specified file...

    blog.aspose.com/zh/svg/convert-png-to-svg-online/
  3. Convertir AI a PDF usando Aspose.PSD Python: Gu...

    Aprenda cómo convertir programáticamente archivos AI de Adobe Illustrator a formato PDF con Aspose.PSD for Python via .NET. Guía paso a paso para principiantes....conversión conserve todos los vectores, capas y perfiles de color...archivo AI a PDF sin perder vectores Python . Ejecutando la conversión...

    blog.aspose.com/es/psd/python-via-net-simple-ai...
  4. Chuyển đổi HTML sang WMZ qua Java | products.as...

    Xuất tệp HTML sang WMZ 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...cần thiết để tạo ra **đồ họa vector nén** từ các trang web. WMZ...khả năng chỉnh sửa của đồ họa vector trong khi giảm đáng kể kích...

    products.aspose.com/total/vi/java/conversion/ht...
  5. Vectorisation – Présentation de base – Exemples C#

    Les articles de cette section expliquent comment convertir du texte SVG en vecteur et comment convertir une image raster en graphique vectoriel à l'aide de l'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/fr/net/vectorization/
  6. Trabalhar com Gráficos Vetoriais em Python|Aspo...

    Aprenda como extrair, mover, remover e copiar gráficos vetoriais entre páginas PDF usando GraphicsAbsorber em Python.... vector . GraphicsAbsorber () as graphics_absorber...GraphicsAbsorber é parte do aspose.pdf.vector namespace e é projetado especificamente...

    docs.aspose.com/pdf/pt/python-net/working-with-...
  7. 아카이브

    아카이브...ImageVectorizer class var vectorizer = new ImageVectorizer { //...25, LineWidth = 1 } }; // Vectorize PNG from the specified file...

    blog.aspose.com/ko/svg/convert-png-to-svg-online/
  8. Inställningar av sidhuvuden och sidfötter med C...

    Denna artikel förklarar hur man programmatiskt infogar en bild i sidhuvuden och sidfötter i Excel ark genom att ställa in sidhuvud och sidfot med skriptkommandon med hjälp av C++ API eller bibliotek....#include <fstream> #include <vector> #include "Aspose.Cells.h"...; // Declaring a byte array vector < uint8_t > binaryData ; //...

    docs.aspose.com/cells/sv/cpp/setting-headers-an...
  9. 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
  10. Convertir PNG a SVG en C# – Vectorizar PNG

    Aprenda a convertir PNG a SVG en C# con Aspose.SVG for .NET, vectorizar logotipos PNG y ajustar opciones para obtener SVG más limpios....ImageVectorizerConfi(); 2 ImageVectorizer vectorizer = new ImageVectorizer(configuration);...SVGDocument document = vectorizer. Vectorize (Path. Combine (DataDir...

    docs.aspose.com/svg/es/net/convert-png-to-svg/