Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 51,749 for

bitmap

(1.22 sec)
  1. Convert PPTX to GIF using C# | products.aspose.com

    Sample code for PPTX to GIF C# conversion. Use API example code for batch PPTX files to GIF 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/pptx-...
  2. Convert Presentation Slides to Images in .NET|A...

    Convert slides from PPT, PPTX and ODP to images in C# using Aspose.Slides for .NET—fast, high-quality rendering with clear code examples....NET, a Bitmap is an object that allows you... etc.). Convert Slides to Bitmaps and Save the Images in PNG...

    docs.aspose.com/slides/net/convert-slide/
  3. | Aspose

    Sample code for BMP to PDF Java conversion. Use API example code for batch BMP files to PDF conversion within any Web or Desktop Java based 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/ocr/java/conversion/bmp-to-...
  4. | Aspose

    Sample code for BMP to JSON Java conversion. Use API example code for batch BMP files to JSON conversion within any Web or Desktop Java based 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/ocr/java/conversion/bmp-to-...
  5. | Aspose

    Sample code for BMP to DOCX Java conversion. Use API example code for batch BMP files to DOCX conversion within any Web or Desktop Java based 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/ocr/cpp/conversion/bmp-to-d...
  6. 使用 Python 将 BMP 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 Python BMP 到 EPS 转换功能。...outputStream, options) 在 Python 中使用 Bitmap 对象和字符串将 BMP 格式保存为 EPS 格式 以下...Python 代码片段中, aspose.pydrawing.Bitmap 对象指定输入图像,字符串指定输出 EPS 文件: Copy...

    docs.aspose.com/page/zh/python-net/convert/bmp-...
  7. Merge JPG Images in Python | products.aspose.com

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

    products.aspose.com/slides/python-net/merge/jpg...
  8. Convert PPT to Word in C++ | products.aspose.com

    Convert PPT to Word in C++. Use C++ library API to convert PowerPoint to Word...and inserts slide image auto bitmap = slide -> GetThumbnail( 1...0f ); builder -> InsertImage(bitmap); // inserts slide's texts...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  9. Convert PPTX to Word in C++ | products.aspose.com

    Convert PPTX to Word in C++. Use C++ library API to convert PowerPoint to Word...and inserts slide image auto bitmap = slide -> GetThumbnail( 1...0f ); builder -> InsertImage(bitmap); // inserts slide's texts...

    products.aspose.com/slides/cpp/conversion/pptx-...
  10. Add an image in PS files | .NET

    .NET API Solution to work with PS, XPS and EPS files. Learn how to add images to a PS file with the attached C# code snippet...Bitmap from the image file. Create...//Create a bitmap from the translucent image file using (Bitmap image...

    products.aspose.com/page/net/add-image-to-ps/