Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 51,671 for

bitmap

(0.12 sec)
  1. Convert ODT to Images in Python | products.aspo...

    ODT 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...
  2. Creating Car Body Drawing|Documentation

    Creating Car Body drawing with Aspose.Drawing .NET (C#) 2d graphic library. The library allows to creation of drawings with color transparency levels, semi-transparent images and text rendering.... We then incorporate a new Bitmap frame created from both the...`DrawFrame` function creates new `Bitmap` graphics with dimensions `w...

    docs.aspose.com/drawing/net/showcases/car-body/
  3. NodeRendererBase.get_size_in_pixels method | As...

    aspose.words.rendering.NodeRendererBase.get_size_in_pixels method...create a bitmap for rendering the shape neatly onto the bitmap. Returns...create a bitmap for rendering the shape neatly onto the bitmap. Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 档案

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

    blog.aspose.com/zh/drawing/image-clipping-in-cs...
  5. Barcode Recognition Basics|Documentation

    This Article Describes How to Read Barcodes of Different Symbologies from Images or Stream and How to Recognize All 1D Barcodes Presented in an Image...represented as a file, a stream, or a bitmap object. After that, target...source (image file, stream, or bitmap), e.g. set the path to a source...

    docs.aspose.com/barcode/androidjava/barcode-rec...
  6. Add background to BMP image file via .NET | pro...

    Add background to BMP image file via .NET....your images, leveraging the Bitmap class and raster graphics drawing...Create a bitmap object from BMP image file using Bitmap class....

    products.aspose.com/drawing/net/edit-image/add-...
  7. Change background of TIFF image file via .NET |...

    Changing image background for TIFF file via .NET....efficiency, leveraging the Bitmap class and raster graphics drawing...Create a bitmap object from TIFF image file using Bitmap class....

    products.aspose.com/drawing/net/edit-image/chan...
  8. Add background to TIFF image file via .NET | pr...

    Add background to TIFF image file via .NET....your images, leveraging the Bitmap class and raster graphics drawing...Create a bitmap object from TIFF image file using Bitmap class....

    products.aspose.com/drawing/net/edit-image/add-...
  9. 使用字体库的文本渲染| .NET

    将文本转换为图像,并在.NET产品中渲染TrueType和Opentype字体。 C#API用于开发人员操纵和字体文件。...); 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/zh/net/developer-guide/tex...
  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/