Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 11,066 for

scaling

(0.14 sec)
  1. Customize QR Codes|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....Contents [ Hide ] Resize or Scale QR Codes Adjust Foreground and...

    docs.aspose.com/barcode/java/1-2-2-customizing-...
  2. Графика LaTeX | команда \includegraphics

    Стоит упомянуть включение графики в TeX. Говоря об этом, первое, что приходит на ум, — это команда `\includegraphics`.... png }} % scales both width and height by 0...includegraphics{sample - image. png }} % scales the width and height by 0....

    docs.aspose.com/tex/ru/net/latex-graphics/
  3. Aspose.PSD для .NET 22.12 - Примечания к выпуск...

    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....const int Scale = 4 ; int newWidth = image . Width * Scale ; int...newHeight = image . Height * Scale ; // Изменяет размер image ...

    docs.aspose.com/psd/ru/net/aspose-psd-для-net-2...
  4. Aspose.PSD لـ .NET 22.12 - ملاحظات الإصدار|Docu...

    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....const int Scale = 4 ; int newWidth = image . Width * Scale ; int...newHeight = image . Height * Scale ; // يتم تغيير الحجم image ...

    docs.aspose.com/psd/ar/net/aspose-psd-for-net-2...
  5. Aspose.PSD pro .NET 22.12 - Poznámky k vydání|D...

    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....const int Scale = 4 ; int newWidth = image . Width * Scale ; int...newHeight = image . Height * Scale ; // Provede změnu velikosti...

    docs.aspose.com/psd/cs/net/aspose-psd-pro-net-2...
  6. تقديم الطباعة|وثائق Aspose.Slides

    طباعة تقديم باوربوينت بلغة جافا...getHeight ( null ); double scale = Math . min ( scaleX , scaleY...image . getWidth ( null ) * scale ); int height = ( int ) ( image...

    docs.aspose.com/slides/ar/java/print-presentation/
  7. Печать презентации|Документация Aspose.Slides

    Печать презентации PowerPoint на Java...getHeight ( null ); double scale = Math . min ( scaleX , scaleY...image . getWidth ( null ) * scale ); int height = ( int ) ( image...

    docs.aspose.com/slides/ru/java/print-presentation/
  8. Aspose.PSD for .NET 20.10 - Release Notes|Docum...

    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.... // We can scale, rotate, skew, distort, perspective...string fileName ) { const int scale = 4 ; string filePath = dataDir...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  9. Image processing|Documentation

    Automatic or manual actions for formatting an image before sending it for recognition to Aspose.OCR for Python via .NET....background Resizing Proportionally scale images up / down, or manually...Remove noise Adjust contrast Scale Resize Convert to grayscale...

    docs.aspose.com/ocr/python-net/image-processing/
  10. Duplicate image is creating when i try to conve...

    Duplicate image is creating when i try to convert into pdf is there any issue in this sample code? class ImageProcessor implements FileProcessor { @Override public void processFile(Document pdfDocument, File file) { …...imgHeight > pageHeight) { double scale = Math.min(pageWidth / imgWidth...= imgWidth * scale; newHeight = imgHeight * scale; } Image image...

    forum.aspose.com/t/duplicate-image-is-creating-...