Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 274,250 for

image

(0.09 sec)
  1. TIF Images Filters with Python | products.aspos...

    How to use Python to apply filters for TIF Images and photos on desktop and web applications....Imaging Python via .NET Filter Tif...for TIF Images Create Python Apps to Filter TIF Images and Photos...

    products.aspose.com/imaging/python-net/filter/tif/
  2. Change background in WMF documents via Java | p...

    Try our On-Premise document APIs to change background from WMF files on Java Application....Imaging Java Change Background Wmf...using server-side APIs. Aspose.Imaging for Java Overview API Home...

    products.aspose.com/imaging/java/change-backgro...
  3. Convert BMP to JPEG via Java | products.aspose.com

    Sample code for BMP to JPEG Java conversion. Use API example code for batch BMP files to JPEG conversion within any Web or Desktop Java based application....Imaging Java Conversion BMP to JPEG...any image editor or 3rd-party libraries. Aspose.Imaging for Java...

    products.aspose.com/imaging/java/conversion/bmp...
  4. Convert ODG to JPG via Java | products.aspose.com

    Sample code for ODG to JPG Java conversion. Use API example code for batch ODG files to JPG conversion within any Web or Desktop Java based application....Imaging Java Conversion ODG to JPG...any image editor or 3rd-party libraries. Aspose.Imaging for Java...

    products.aspose.com/imaging/java/conversion/odg...
  5. Convert OTG to JPG via Java | products.aspose.com

    Sample code for OTG to JPG Java conversion. Use API example code for batch OTG files to JPG conversion within any Web or Desktop Java based application....Imaging Java Conversion OTG to JPG...any image editor or 3rd-party libraries. Aspose.Imaging for Java...

    products.aspose.com/imaging/java/conversion/otg...
  6. Create Thumbnails of Presentation Shapes in PHP...

    Generate high-quality shape thumbnails from PowerPoint slides with Aspose.Slides for PHP via Java – easily create and export presentation thumbnails....view the images of the shapes separately in an image viewer. In...helps them generate thumbnail images of the slide shapes. In this...

    docs.aspose.com/slides/php-java/create-shape-th...
  7. Filter TIF images via .NET | products.aspose.com

    Try our On-Premise document APIs to Filter TIF Image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....Imaging .NET Filter Tif PPTX DOCX XLSX...XLSX PDF ODP TIF Filter TIF images via C# Build your own .NET...

    products.aspose.com/imaging/net/filter/tif/
  8. Compress GIF images via Java | products.aspose.com

    Try our On-Premise document APIs to compress GIF files on Java Application....Imaging Java Compress Gif PPTX DOCX...XLSX PDF ODP GIF Compress GIF images via Java Build your own Java...

    products.aspose.com/imaging/java/compress/gif/
  9. Grayscale GIF images via Java | products.aspose...

    Try our On-Premise document APIs to grayscale GIF Image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....Imaging Java Grayscale Gif PPTX DOCX...XLSX PDF ODP GIF Grayscale GIF images via Java Build your own Java...

    products.aspose.com/imaging/java/grayscale/gif/
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...isLandscape); Image image = new Image(); image.setImageStream(new...decode(base64Image))); image.setFixWidth(100); image.setFixHeight(50);...

    forum.aspose.com/t/pdf-base64image/315504