Posts by Vinicius Borges • 3 points
2 posts
-
0
votes2
answers30
viewsA: I need to solve an image resizing problem in C#
People I managed to solve here, in case someone goes through something of the type, follows my solution public async Task<string> SalvarImagemPBlog(long RedeId, IFormFile File, long BlogId,…
-
0
votes2
answers30
viewsQ: I need to solve an image resizing problem in C#
i am trying to implement a code to do image resizing because currently are uploading very large images on my system, however I am not able to perform resizing proportionally. Follows the code in…