Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 50,270 for

bitmap

(0.17 sec)
  1. Adjust WMF images via Java | products.aspose.com

    Try our On-Premise document APIs to Adjust WMF image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....for storing vector as well as bitmap-format images data. To be more...Portable Network Graphics) BMP (Bitmap Picture) ICO (Windows icon)...

    products.aspose.com/imaging/java/adjust/wmf/
  2. NodeRendererBase.get_opaque_bounds_in_pixels me...

    aspose.words.rendering.NodeRendererBase.get_opaque_bounds_in_pixels method...useful when you want to create a bitmap for rendering the shape with...useful when you want to create a bitmap for rendering the shape with...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Сreate Custom Barcodes with IBarcodeGenerator|D...

    How to create custom barcodes from MS Word documents with IBarcodeGenerator, Aspose.Words and Aspose.BarCode...static Bitmap DrawErrorImage ( Exception error ) { Bitmap bmp =...= new Bitmap ( 100 , 100 ); using ( Graphics grf = Graphics ...

    docs.aspose.com/barcode/net/how-to-create-custo...
  4. Convert HTML to BMP via Java – Aspose.HTML for ...

    Sample Java code for HTML to BMP conversion. Use this example code to convert HTML to BMP in any Java web or desktop application....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/html/java/conversion/html-t...
  5. Rotate Image in Java

    This concise topic shows how to rotate image in Java. The Java rotate Bitmap operation will be demonstrated for a user-defined angle, including how to specify the background color for areas revealed by the rotation.... The Java rotate bitmap operation will be demonstrated...Rotate Image in Java To rotate bitmap Java , the sample uses the...

    kb.aspose.com/imaging/java/rotate-image-in-java/
  6. Quality of Thumbnails Is Very Poor When Convert...

    Hi, I am trying to get thumbnail images for certain shapes, but the quality of thumbnails is very poor. Please find attached the thumbnail image, code below. ppt_tb_image_1.png (1.8 KB) ppt_tb_image_21.png (575 Bytes) …...as file auto bitmap = srcShape->GetImage(); bitmap->Save(Syste...

    forum.aspose.com/t/quality-of-thumbnails-is-ver...
  7. Saving a printable form and recognition pattern...

    How to save a generated printable form and a recognition pattern file on disk....MemoryStream objects containing bitmap images of form pages. IEnumerable...printable pages (as System.Drawing.Bitmap objects). You can manually...

    docs.aspose.com/omr/net/generate-template/save/
  8. Convert SVG to PNG in C++ | products.aspose.com

    Convert SVG to PNG in C++. Use C++ library API to convert SVG files to PNGs...slide to a Bitmap object System :: SharedPtr < Bitmap > bmp = pres...

    products.aspose.com/slides/cpp/conversion/svg-t...
  9. Convert GIF to EPS using Java API Solution

    GIF to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Convert GIF image to EPS from Bitmap object to file. 2 3 // Create..."input.gif" )); 8 // Save GIF bitmap to EPS file 9 PsDocument. saveImageAsEps...

    docs.aspose.com/page/java/convert/gif-to-eps/
  10. Convert PNG to EPS using Java API Solution

    PNG to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Convert PNG image to EPS from Bitmap object to file. 2 3 // Create..."input.png" )); 8 // Save PNG bitmap to EPS file 9 PsDocument. saveImageAsEps...

    docs.aspose.com/page/java/convert/png-to-eps/