Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 50,249 for

bitmap

(0.07 sec)
  1. Convert OTP to JPEG using C++ application | pro...

    Sample C++ conversion code for OTP document to JPEG format. Use example code for batch OTP to JPEG conversion within any C++ Application....auto bitmap = slide->GetThumbnail(ScaleX, ScaleY); bitmap->Save(u...few listed below. OTP TO BMP (Bitmap Image) OTP TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/otp-t...
  2. Convert PPSM to GIF using C++ application | pro...

    Sample C++ conversion code for PPSM document to GIF format. Use example code for batch PPSM to GIF conversion within any C++ Application....auto bitmap = slide->GetThumbnail(ScaleX, ScaleY); bitmap->Save(u...listed below. PPSM TO BMP (Bitmap Image) PPSM TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/ppsm-...
  3. BMP Images Grayscale with Python | products.asp...

    How to use Python to grayscale BMP images and photos on desktop and web applications....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/imaging/python-net/grayscal...
  4. BMP Images Compression with Python | products.a...

    How to use Python for BMP images and photos compression on desktop and web applications....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/imaging/python-net/compress...
  5. Convert images AVIF to BMP via C# | products.as...

    Sample code for AVIF to BMP C# image conversion. Use API example code for batch AVIF files to BMP conversion within VB.NET, Asp.NET or any .NET 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/imaging/net/conversion/avif...
  6. Watermark BMP image via C# | products.aspose.com

    Try our On-Premise document APIs to watermark BMP image file on .NET Framework, .NET Core, Windows Application, ASP.NET Web 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/imaging/net/watermark/bmp/
  7. View BMP images via .NET | products.aspose.com

    Try our On-Premise document APIs to View BMP image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web 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/imaging/net/viewer/bmp/
  8. Convert AVIF to BMP via Java | products.aspose.com

    Sample code for AVIF to BMP Java conversion. Use API example code for batch AVIF files to BMP 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/imaging/java/conversion/avi...
  9. Write Text on JPG in C#

    Follow this guide to write text on JPG in C#. It has the IDE settings, steps, and a sample code for developing a simple JPG text editor in C# with multiple options to customize the text....render text on JPG Create the Bitmap object and use it in creating...DrawString() method by creating the bitmap, linking it with the Graphics...

    kb.aspose.com/drawing/net/write-text-on-jpg-in-...
  10. How to Draw Shapes in C#

    This step by step tutorial elaborates how to draw shapes in C#. It helps you draw circle in C#. To draw ellipse C# code is provided as well....evaluation watermark Create a Bitmap object of required dimensions...a Graphics object from the Bitmap object created above Create...

    kb.aspose.com/drawing/net/how-to-draw-shapes-in...