IncubXperts / code-ideas-requests

1 stars 0 forks source link

Image Thumbnail generation #1

Open HemangiDongre opened 1 year ago

HemangiDongre commented 1 year ago

When an image is uploaded to a portal, then it is not always possible to display the entire image on the portal due to size or space constraints. Therefore, it is a usual practice to display a thumbnail for the uploaded image.
It is required to convert the uploaded image or video in an appropriate thumbnail with a standard size. The thumbnail should be clickable. On click, it should be possible to either open the image on a pop-up OR the user should be able to download the image or the user should be displayed with the image on the page itself.

rahulbagal commented 1 year ago

This code will just convert a large image to a small thumbnail.
We need to develop it for multiple technologies

Csharp - Dotnet - code developed and published. https://github.com/IncubXperts/image_thumbnail_csharp

TODO: Node JS