Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 50,292 for

bitmap

(0.16 sec)
  1. 档案

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

    blog.aspose.com/zh/drawing/using-system-drawing...
  2. 使用 .NET API 将 JPG 转换为 EPS

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

    docs.aspose.com/page/zh/net/convert/jpg-to-eps/
  3. 使用 .NET API 将 GIF 转换为 EPS

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

    docs.aspose.com/page/zh/net/convert/gif-to-eps/
  4. Convert images DIB to BMP via C# | products.asp...

    Sample code for DIB to BMP C# image conversion. Use API example code for batch DIB files to BMP conversion within VB.NET, Asp.NET or any .NET based application....Format A DIB (Device Independent Bitmap) file is a raster image file...in structure to the standard Bitmap files (BMP) but has a different...

    products.aspose.com/imaging/net/conversion/dib-...
  5. DIB to BMP Images Conversion with Python | prod...

    How to use Python for DIB to BMP images and photos conversion on desktop and web applications....Format A DIB (Device Independent Bitmap) file is a raster image file...in structure to the standard Bitmap files (BMP) but has a different...

    products.aspose.com/imaging/python-net/conversi...
  6. Convert DIB to BMP via Java | products.aspose.com

    Sample code for DIB to BMP Java conversion. Use API example code for batch DIB files to BMP conversion within any Web or Desktop Java based application....Format A DIB (Device Independent Bitmap) file is a raster image file...in structure to the standard Bitmap files (BMP) but has a different...

    products.aspose.com/imaging/java/conversion/dib...
  7. Handling Windows Metafiles|Aspose.Words for Nod...

    Aspose.Words for Node.js via .NET implements its own Windows Metafile player to play Metafile format on all platforms and supports the handling of the basic metafile features and can perform fallback to a different type of metafile player....meaning when converting to bitmaps (see also the ImageSaveOptions...metafileRenderingOpt property). Saving to a bitmap works differently on platforms...

    docs.aspose.com/words/nodejs-net/handling-windo...
  8. 档案

    档案...我们可以按照下面给出的步骤以编程方式实现图像裁剪: 首先,创建 Bitmap 类的实例。 接下来,使用 FromImage() 方法创建...中实现图像裁剪。 // 创建一个新的位图 var bitmap = new Bitmap(1000, 800, System.Drawing...

    blog.aspose.com/zh/drawing/image-clipping-in-cs...
  9. 使用 .NET API 将 EMF 转换为 EPS

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

    docs.aspose.com/page/zh/net/convert/emf-to-eps/
  10. Create BMP image file via .NET | products.aspos...

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

    products.aspose.com/drawing/net/create/bmp/