Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 51,673 for

bitmap

(0.14 sec)
  1. 使用 C++ 进行图像放置|Aspose.PDF for C++

    本节介绍使用 C++ 库处理图像放置 PDF 文件的功能。...Drawing :: Bitmap > ( System :: Drawing :: Bitmap :: FromStream...MakeObject < System :: Drawing :: Bitmap > ( resourceImage , ( int )...

    docs.aspose.com/pdf/zh/cpp/working-with-image-p...
  2. Slow Performance When Converting Slides to Imag...

    2222.zip (5.6 MB) PPT 1A33BEA1-5E79-4447-8E8E-ED201D20C8E31: The overall conversion process is slow. PPT 6c98339c-5623-4163-b439-0a04a7effc5b: The conversion process hangs/stalls specifically on page 5. code**********…...public static Dictionary<int, Bitmap> ToBitmapWithTimeout_New(string...maps = new Dictionary<int, Bitmap>(); var slidesData = new List<object>();...

    forum.aspose.com/t/slow-performance-when-conver...
  3. Add border to JPEG image file via .NET | produc...

    Add border to JPEG image file via .NET.... Utilize the Bitmap class and raster graphics drawing...Create bitmap object from JPEG image file using Bitmap class....

    products.aspose.com/drawing/net/edit-image/add-...
  4. 使用 .NET API 将 BMP 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET 版 BMP 转 EPS 功能。...图像保存为 EPS 文件 以下 C# 代码片段中,输入图像由 Bitmap 对象赋值,输出 EPS 文件由字符串赋值: Copy...Convert BMP image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/zh/net/convert/bmp-to-eps/
  5. Convert DOT to Image Formats in Python | produc...

    DOT to image TIFF BMP PNG JPEG GIF EMF SVG conversion in your Python applications without using Microsoft Word...EMAIL (Bitmap Image File) Convert BMP to EML (Bitmap Image File)...to EMLX (Bitmap Image File) Convert BMP to ICS (Bitmap Image File)...

    products.aspose.com/total/python-net/conversion...
  6. Create BMP image file via Java | products.aspos...

    Create BMP image file via Java.... Create bitmap object using Bitmap class. Create graphics...graphic elements. Save created bitmap in BMP image format. System...

    products.aspose.com/drawing/java/create/bmp/
  7. Text Rendering using Font library | .NET

    Convert text to images and render TrueType and OpenType fonts within .NET products. C# APIs for the developers to manipulate and font files....); 8 9 var bitmap = new Bitmap(stream); 10 bitmap.Save(outFile);...9 10 var bitmap = new Bitmap(stream); 11 12 bitmap.Save(outFile);...

    docs.aspose.com/font/net/developer-guide/text-r...
  8. Document.RenderToSize | Aspose.Words for .NET

    Discover the RenderToSize method to efficiently convert document pages into Graphics objects at your desired dimensions. Enhance your rendering process today!...to render the document as a bitmap at a specified location and..."Rendering.docx" ); using ( SKBitmap bitmap = new SKBitmap ( 700 , 700...

    reference.aspose.com/words/net/aspose.words/doc...
  9. 档案

    档案...FilterThumbnailResul FilterThumbnailProce(Bitmap thumbnail); ///<summary> ///...MemoryStream(sourceImage)) using (Bitmap bitmap = new Bitmap(ms)) { foreach (var...

    blog.aspose.com/zh/drawing/using-system-drawing...
  10. Pretvorite PSD u BMP pomoću C# | products.aspos...

    Izvoz PSD, PSB i AI datoteke putem .NET API-ja...represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/psd/cr/psd-to-bmp/