Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 50,269 for

bitmap

(0.05 sec)
  1. Aspose::Words::Saving::ImageSaveOptions::get_Me...

    Aspose::Words::Saving::ImageSaveOptions::get_MetafileRenderingOptions method. Allows to specify how metafiles are treated in the rendered output in C++.... When Bitmap is specified, Aspose.Words...for MetafileRenderingMod is Bitmap . Examples Shows how to set...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Convert OTP to JPEG using C# | products.aspose.com

    Sample code for OTP to JPEG C# conversion. Use API example code for batch OTP files to JPEG 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/otp-t...
  3. Convert PPT to JPEG using C# | products.aspose.com

    Sample code for PPT to JPEG C# conversion. Use API example code for batch PPT files to JPEG 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/ppt-t...
  4. Convert PPTM to JPEG using C# | products.aspose...

    Sample code for PPTM to JPEG C# conversion. Use API example code for batch PPTM files to JPEG 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/pptm-...
  5. Convert PPS to PNG using C# | products.aspose.com

    Sample code for PPS to PNG C# conversion. Use API example code for batch PPS files to PNG 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/pps-t...
  6. Convert PPTX to JPEG using C# | products.aspose...

    Sample code for PPTX to JPEG C# conversion. Use API example code for batch PPTX files to JPEG 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-...
  7. Convert PPTM to GIF using C# | products.aspose.com

    Sample code for PPTM to GIF C# conversion. Use API example code for batch PPTM 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/pptm-...
  8. 使用 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-...
  9. Providing an image as pixel array|Documentation

    Adding an image as an array of pixels to the Aspose.OCR for Java recognition package....unsupported file formats or with raw bitmap data. Pixels are listed from...example, 2x2 pixels full color bitmap (24 bits per pixel without...

    docs.aspose.com/ocr/java/ocrinput/image-by-pixel/
  10. Merge PNG Images in Python | products.aspose.com

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

    products.aspose.com/slides/python-net/merge/png...