Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 7,110 for

rotate

(0.07 sec)
  1. TIF Images Dithering with Python | products.asp...

    How to use Python for TIF images and photos dithering on desktop and web applications....transformations (resize, crop, flip&rotate, binarization, grayscale, adjust)...

    products.aspose.com/imaging/python-net/dither/tif/
  2. View WMZ images via .NET | products.aspose.com

    Try our On-Premise document APIs to View WMZ image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....transformations (resize, crop, flip&rotate, binarization, grayscale, adjust)...

    products.aspose.com/imaging/net/viewer/wmz/
  3. View EMZ images via Java | products.aspose.com

    Try our On-Premise document APIs to View EMZ image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....transformations (resize, crop, flip&rotate, binarization, grayscale, adjust)...

    products.aspose.com/imaging/java/viewer/emz/
  4. SVG viewBox – How does the SVG viewBox work?

    Learn with Aspose.SVG what a viewbox is and how it can be used to scale and crop SVG images....flexible – it can be scaled, rotated, skewed, or flipped through...height = "56" transform = "rotate(90 125 128)" /> 6 < rect x...

    docs.aspose.com/svg/net/drawing-basics/svg-view...
  5. Add Image stamps in PDF using JavaScript via C+...

    Add the Image Stamp to your PDF document using AsposePdfAddStamp function with the JavaScript toolkit.... Rotation . on270 , 0.5 , "ResultStamp...setWidth_ = 40 ; const rotation_ = 'Module.Rotation.on270' ; const setOpacity...

    docs.aspose.com/pdf/javascript-cpp/stamping/
  6. Aspose.PSD

    Java Package (class library) to read, write, edit, convert Adobe Photoshop® (PSD, PSB) & Adobe Illustrator® (AI) vector graphics via Java API....adding watermarks, compression, rotation, scaling or rendering one...Compress PSD with RLE and ZIP Rotate, flip, scale or crop images...

    releases.aspose.com/psd/java/
  7. Product Overview|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....barcode appearance settings Rotate barcode images as needed Encode...background color, bar color, rotation angle, X-dimension, image...

    docs.aspose.com/barcode/androidjava/product-ove...
  8. Add Text stamps in PDF programmatically|Aspose....

    Add a text stamp to a PDF file using the TextStamp class with Java....100 ); // rotate stamp textStamp . setRotate ( Rotation . on90 );...

    docs.aspose.com/pdf/java/text-stamps-in-the-pdf...
  9. 在 PS 文件中使用渐变 | Python

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 Python 中使用该功能...height, offset_x, offset_y) 37 # Rotate transform to get colors change...to down 38 brush_transform. rotate (90.) 39 # Set the transform...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  10. Working with Gradient in PostScript | C++

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++...height, offsetX, offsetY); 42 //Rotate transform to get colors change...to down 43 brushTransform -> Rotate(90. 0f ); 44 //Set transform...

    docs.aspose.com/page/cpp/ps/working-with-gradient/