Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 9,323 for

shape image macos

(0.32 sec)
  1. Convert JPG To PNG C++

    Convert JPG to PNG format in C++ code. Save JPG as PNG using C++....in C++ Need to convert a JPG image to PNG format programmatically...few lines of C++ code. Modern image-processing C++ API creates PNG...

    products.aspose.com/words/cpp/conversion/jpg-to...
  2. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/doc/
  3. Convert JPG To GIF C++

    Convert JPG to GIF format in C++ code. Save JPG as GIF using C++....in C++ Need to convert a JPG image to GIF format programmatically...few lines of C++ code. Modern image-processing C++ API creates GIF...

    products.aspose.com/words/cpp/conversion/jpg-to...
  4. Compress TIFF In Java

    Compress TIFF in Java without losing quality. Optimize TIFF content, reduce file size easily....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...setTiffCompression(TiffCompression.LZW); shape.getShapeRenderer().save( "Output...

    products.aspose.com/words/java/compress/tiff/
  5. Convert JPG To BMP C++

    Convert JPG to BMP format in C++ code. Save JPG as BMP using C++....in C++ Need to convert a JPG image to BMP format programmatically...few lines of C++ code. Modern image-processing C++ API creates BMP...

    products.aspose.com/words/cpp/conversion/jpg-to...
  6. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...high-resolution images, as well as documents containing such images. Our...Maximum Fast SuperFast Cache shapes ? // Repository path: https://releases...

    products.aspose.com/words/java/compress/
  7. Compress WORD In Java

    Compress WORD in Java without losing quality. Optimize WORD content, reduce file size easily....SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage()) { // It's up to developer to choose...

    products.aspose.com/words/java/compress/word/
  8. Compress DOCX In Java

    Compress DOCX in Java without losing quality. Optimize DOCX content, reduce file size easily....SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage()) { // It's up to developer to choose...

    products.aspose.com/words/java/compress/docx/
  9. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...saveOptions.setJpegQuality( 50 ); shape.getShapeRenderer().save( "Output...

    products.aspose.com/words/java/compress/jpg/
  10. Draw Pentagon using C#

    Follow this article to draw pentagon using C#. It has the details to set the IDE, a list of steps, and a sample code for drawing of a pentagon Shape using C#....Imaging Product Family Aspose.BarCode...non-Windows environments such as macOS where System.Drawing library...

    kb.aspose.com/drawing/net/draw-pentagon-using-c...