Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 50,266 for

bitmap

(0.13 sec)
  1. Providing an image as pixel array|Documentation

    Adding an image as an array of pixels to the spose.OCR for Python via .NET recognition package....unsupported file formats or with raw bitmap data. Pixels are listed from...For example, 2x2 pixels color bitmap is represented as the following...

    docs.aspose.com/ocr/python-net/ocrinput/image-b...
  2. Convert PPT to Word in Java | products.aspose.com

    Convert PPT to Word in Java. Use Java library API to convert PowerPoint to Word...inserts slide image BufferedImage bitmap = slide . getThumbnail ( 1...); builder . insertImage ( bitmap ); // inserts slide's texts...

    products.aspose.com/slides/java/conversion/ppt-...
  3. Merge JPG to PDF in Python | products.aspose.com

    Merge JPG to PDF in Python. Use Python library API to combine JPG and PDF... Bitmap( "image1.jpg" )) slide . shapes...images . add_image(drawing . Bitmap( "image2.jpg" )) slide . shapes...

    products.aspose.com/slides/python-net/merge/jpg...
  4. Manipulating PNG Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....compression format for transmitting a bitmap over networks. When you save...single pixel in a bitmap image. Like all other bitmap formats, PNG...

    docs.aspose.com/psd/net/manipulating-png-images/
  5. Images conversion without borders - Free Suppor...

    Hello, when i try to convert images (Photoshop, tiff, jpg, bmp, etc) into PDF, i obtain some black borders in pdf pages. How can i use all pdf page to occupy entire page space for image? (see attached image originale and…...MemoryStream(tmpBytes); Bitmap b = new Bitmap(mystream); // Set margins...

    forum.aspose.com/t/images-conversion-without-bo...
  6. 使用 .NET API 将 PNG 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET PNG 到 EPS 的转换功能。...图像保存为 EPS 图像 以下 C# 代码片段中,输入图像由 Bitmap 对象赋值,输出 EPS 文件由字符串赋值: Copy...Create the bitmap object from image file 9 using(Bitmap png = new...

    docs.aspose.com/page/zh/net/convert/png-to-eps/
  7. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in Java. Use solid brush to draw graphics in Java....steps: Create an instance of the Bitmap class . Initialize the Graphics...Graphics class from the created bitmap. Create a new Brush using the...

    docs.aspose.com/drawing/java/working-with-brushes/
  8. Image Clipping in C#

    This article explains image clipping in C#. It includes the environment configuration details, the step-by-step process, and a code snippet to make a clipped photo in C#....images Create an object of the Bitmap class while specifying the...C# . Firstly, create a new bitmap, initialize graphics, and define...

    kb.aspose.com/drawing/net/image-clipping-in-csh...
  9. 从PDF生成缩略图|Aspose.PDF for .NET

    本节描述如何从PDF文档生成缩略图... Bitmap )) { Bitmap pdfBitmap = ( Bitmap ) clipboardData...clipboardData . GetData ( DataFormats . Bitmap ); int thumbnailWidth = 45...

    docs.aspose.com/pdf/zh/net/generate-thumbnail-i...
  10. Convert ODP to BMP using C# | products.aspose.com

    Sample code for ODP to BMP C# conversion. Use API example code for batch ODP files to BMP conversion within VB.NET, Asp.NET or any .NET based application....image as a Bitmap with each iteration Call Bitmap.Save method...create a full scale image var bitmap = slide.GetThumbnail( 1f ,...

    products.aspose.com/slides/net/conversion/odp-t...