- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 145字
- 2021-07-02 20:23:05
Cropping an image using ImageResizer trigger
In the recent times, with the evolution of smart phones with high-end cameras, it's easy to capture a high-quality picture of huge sizes. It's good to have good quality pictures to refresh our memories. However, as an application developer or administrator, it would be a pain to manage the storage when your website is popular and you expect most of the users to get registered with a high-quality profile picture. So, it makes sense to use some libraries that could reduce the size of the high-quality images and crop them without losing the aspect ratio so that the quality of the image doesn't get reduced.
In this recipe, we will learn how to implement the functionality of cropping the image and reducing the size without losing the quality using one of the built-in Azure Function templates named ImageResizer .
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Google Apps Script for Beginners
- Oracle Database In-Memory(架構與實踐)
- PHP基礎案例教程
- Mastering Unity Shaders and Effects
- 單片機應用技術
- jQuery開發基礎教程
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Java:High-Performance Apps with Java 9
- 新一代SDN:VMware NSX 網絡原理與實踐
- 機器學習微積分一本通(Python版)
- 工業機器人離線編程
- 監控的藝術:云原生時代的監控框架
- Modernizing Legacy Applications in PHP
- Java高并發編程詳解:深入理解并發核心庫