Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 58,306 for

vectorizer

(0.5 sec)
  1. Chuyển đổi hình ảnh thành stencil trong C#

    Hướng dẫn ngắn gọn này chỉ ra cách chuyển đổi hình ảnh thành stencil trong C#. Nó trình bày phương pháp từng bước và cung cấp ví dụ mã cho thấy cách biến ảnh thành stencil trong C#....bạn có thể sử dụng tính năng vector hóa này trên bất kỳ hệ điều...bằng lớp StencilConfiguration Vector hóa hình ảnh và xuất tệp Các...

    kb.aspose.com/vi/svg/net/convert-image-to-stenc...
  2. Архивы

    Архивы...ImageVectorizer class var vectorizer = new ImageVectorizer { //...25, LineWidth = 1 } }; // Vectorize PNG from the specified file...

    blog.aspose.com/ru/svg/convert-png-to-svg-online/
  3. DWG to PDF Output Blurry - Free Support Forum -...

    Output of the conversion of a DWG file to A4 PDF using Aspose.CAD generates an unreadable file contents. Using the following code: using var image = Aspose.CAD.Image.Load(“Drawing.dwg”); var pdfOptions = new PdfOption…...in bitmap format instead of vector, despite this being the documented...version 20 generates readable vector based text, although the lines...

    forum.aspose.com/t/dwg-to-pdf-output-blurry/324329
  4. Convert PS to SVGZ via Java | products.aspose.com

    Export PS file to SVGZ in your Java applications without using any third party application...to SVGZ (Compressed Scalable Vector Graphics) ensures high-quality...Converting PS diagrams into scalable vector graphics for web interfaces...

    products.aspose.com/total/java/conversion/ps-to...
  5. Process of rendering glyphs

    Explore the fundamentals of glyph rendering, covering the processing pipeline, key technologies, and performance considerations....glyph is the concrete outline (vector or bitmap) that the rendering...scalability. The introduction of vector‑based outline fonts (TrueType...

    docs.aspose.com/font/net/what-is-font/glyph-ren...
  6. 使用 C++ 验证加密文件密码|Documentation

    使用 C++ 代码验证加密的Excel(xlsx、xlsb、xls、xlsm)和OpenOffice(ODS)文件的密码。...#include <fstream> #include <vector> #include "Aspose.Cells.h"..."EncryptedBook1.xlsx" ; std :: vector < uint8_t > fileData ; std...

    docs.aspose.com/cells/zh/cpp/verify-password-of...
  7. Избегайте экспоненциального отображения больших...

    Узнайте, как избежать экспоненциального отображения больших чисел при импорте из HTML с помощью Aspose.Cells for C++....#include <iostream> #include <vector> #include "Aspose.Cells.h"...p></body></html>" ; std :: vector < uint8_t > byteArray ; for...

    docs.aspose.com/cells/ru/cpp/avoid-exponential-...
  8. Supported File Formats|CAD 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....Scalable Vector Graphics (SVG) is a web-friendly vector file format...Metafile (WMF) for storing vector as well as bitmap-format images...

    docs.aspose.com/cad/java/getting-started/suppor...
  9. 在 Python 中使用矢量图形|Aspose.PDF for Python via .NET

    学习如何使用 Python 中的 GraphicsAbsorber 在 PDF 页面之间提取、移动、删除和复制矢量图形。... vector . GraphicsAbsorber () as graphics_absorber...GraphicsAbsorber 是…的一部分 aspose.pdf.vector 命名空间,专门用于与 PDF 内容流中的矢量图形交互。...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  10. Image Stencil – So erstellen Sie eine Schablone...

    In diesem Artikel wird erläutert, wie Sie mit Aspose.SVG for Python via .NET-API Schablonen aus Bildern erstellen....Configuration for image vectorization 12 path_builder = BezierPathBuilder()...10 16 17 vectorizer = ImageVectorizer() 18 vectorizer. configuration...

    docs.aspose.com/svg/de/python-net/image-stencil/