Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 51,662 for

bitmap

(0.23 sec)
  1. Aspose::Words::Saving::MetafileRenderingMode en...

    Aspose::Words::Saving::MetafileRenderingMode enum. Specifies how Aspose.Words should render WMF and EMF metafiles in C++....renders this metafile to a bitmap. Vector 1 Aspose.Words renders...metafile as vector graphics. Bitmap 2 Aspose.Words invokes GDI+...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition...source: from an image file, a bitmap, or a stream. The following...BarCodeReader . Read Barcodes from Bitmap Objects In Aspose.BarCode for...

    docs.aspose.com/barcode/java/set-barcode-source/
  3. Create GIF image file via .NET | products.aspos...

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

    products.aspose.com/drawing/net/create/gif/
  4. Create PNG image file via .NET | products.aspos...

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

    products.aspose.com/drawing/net/create/png/
  5. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for Java: insert, crop, compress, recolor, and export images with Java examples for PPT, PPTX, and ODP presentations....This code generates a small bitmap, converts it to a stream, and...in-memory image. BufferedImage bitmap = new BufferedImage ( 100 ...

    docs.aspose.com/slides/java/examples/elements/p...
  6. 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...
  7. Change background of JPEG image file via .NET |...

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

    products.aspose.com/drawing/net/edit-image/chan...
  8. 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/
  9. Query Regarding PixelFormat Support in Aspose.D...

    We are in the process of migrating our .NET application from System.Drawing.Common to Aspose.Drawing (v25.7) for cross-platform support. System details: Aspose .Drawing version: 25.7.0 .NET Framework: 4.7.2 OS: Windo…...Our existing code creates a Bitmap for a mask using PixelFormat...and flattening it. 32bpp ARGB bitmap (originally 16bpp) is created...

    forum.aspose.com/t/query-regarding-pixelformat-...
  10. Create Transparent Image in C#

    Follow this article to create transparent image in C#. It has all the settings for the IDE, a list of steps, and a sample code for drawing images with transparent background in C#....transparent image Create a bitmap and use it for creating a Graphics...to enable drawing Clear the bitmap and set its background to transparent...

    kb.aspose.com/drawing/net/create-transparent-im...