Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 51,673 for

bitmap

(0.1 sec)
  1. Convert POT to JPEG using C++ application | pro...

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

    products.aspose.com/slides/cpp/conversion/pot-t...
  2. Convert SVG to BMP – C# code and Online Converter

    Convert SVG to BMP in C#. Save SVG as BMP image using Aspose.HTML for .NET API. Try online SVG to BMP Converter for free!...Documentation BMP files are bitmap image files that are used to...represent Bitmap Image files that are used to store bitmap digital...

    products.aspose.com/html/net/conversion/svg-to-...
  3. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....Shape: public Bitmap GetThumbnail() public Bitmap GetThumbnail...

    docs.aspose.com/slides/net/public-api-and-backw...
  4. Պատկերի չափում C#-ում

    Այս ձեռնարկն ընդգրկում է, թե ինչպես չափավորել պատկերը C#-ում: Այն պարունակում է համակարգի կոնֆիգուրացիան, քայլ առ քայլ ալգորիթմը և գործարկվող կոդ՝ C#-ում պատկերը բարձրացնելու համար:...պատկերները չափավորելու համար Սկսեք Bitmap դասի օրինակ Ստեղծեք Graphics...կորցնելու C# -ում: Ստեղծեք bitmap դասի օբյեկտ նշված ձևաչափով...

    kb.aspose.com/hy/drawing/net/scale-image-in-csh...
  5. Merge Image to BMP in Python | products.aspose.com

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

    products.aspose.com/slides/python-net/merge/ima...
  6. Գծեր նկարել C#-ով

    Այս կարճ հոդվածը նկարագրում է, թե ինչպես գծեր նկարել C#-ով: Այն ներառում է IDE կարգավորումները, քայլ առ քայլ ծրագիրի հոսքը և աշխատունակ կոդի օրինակ՝ C#-ով հեշտ գծեր նկարելու համար:...Drawing գծեր նկարելու համար Սկսեք Bitmap դասի օրինակ՝ կարգավորելով պիքսելային...պահանջվող լայնության և բարձրության bitmap ստեղծմամբ, ապա այնուհետև (x...

    kb.aspose.com/hy/drawing/net/draw-lines-in-csharp/
  7. 档案

    档案... // 创建位图 Bitmap bitmap = new Bitmap(1000, 800, System...graphics = Graphics.FromImage(bitmap); graphics.SmoothingMode =...

    blog.aspose.com/zh/drawing/working-with-aspose-...
  8. Deskewing a scanned image|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....issue on scanned files (ie, bitmap) so deskewed images will have...

    docs.aspose.com/imaging/java/deskewing-a-scanne...
  9. Deskew image|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....issue on scanned files (ie, bitmap) so deskewed images will have...

    docs.aspose.com/imaging/java/deskew-image/
  10. Convert JPG to EPS using Java API Solution

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

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