Last post Aug 18, 2020 07:55 AM by guestadmin@nirvriti.com
Member
11 Points
32 Posts
Aug 17, 2020 10:20 AM|guestadmin@nirvriti.com|LINK
hello..
i want to do thumbnail but i dont have any idea about it..Can anybody help me out.. and i do enough search cant find helpful article
Contributor
3730 Points
1431 Posts
Aug 18, 2020 02:03 AM|yij sun|LINK
Hi guestadmin@nirvriti.com,
As far as I think,you could get a image file and then use GetThumbnailImage method to make a thumbnail image.
Just like this:
Image image = Image.FromFile(fileName); Image thumb = image.GetThumbnailImage(120, 120, ()=>false, IntPtr.Zero); thumb.Save(Path.ChangeExtension(fileName, "thumb"));
More details,you could refer to below articles:
https://stackoverflow.com/questions/2808887/create-thumbnail-image/2808901#2808901
https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image.getthumbnailimage?redirectedfrom=MSDN&view=dotnet-plat-ext-3.1#System_Drawing_Image_GetThumbnailImage_System_Int32_System_Int32_System_Drawing_Image_GetThumbnailImageAbort_System_IntPtr_
Best regards,
Yijing Sun
Aug 18, 2020 07:55 AM|guestadmin@nirvriti.com|LINK
yij sun
Thanx for the concern....its done...
Member
11 Points
32 Posts
create thumbnail in asp.net Entity Framework
Aug 17, 2020 10:20 AM|guestadmin@nirvriti.com|LINK
hello..
i want to do thumbnail but i dont have any idea about it..Can anybody help me out.. and i do enough search cant find helpful article
Contributor
3730 Points
1431 Posts
Re: create thumbnail in asp.net Entity Framework
Aug 18, 2020 02:03 AM|yij sun|LINK
Hi guestadmin@nirvriti.com,
As far as I think,you could get a image file and then use GetThumbnailImage method to make a thumbnail image.
Just like this:
More details,you could refer to below articles:
https://stackoverflow.com/questions/2808887/create-thumbnail-image/2808901#2808901
https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image.getthumbnailimage?redirectedfrom=MSDN&view=dotnet-plat-ext-3.1#System_Drawing_Image_GetThumbnailImage_System_Int32_System_Int32_System_Drawing_Image_GetThumbnailImageAbort_System_IntPtr_
Best regards,
Yijing Sun
Member
11 Points
32 Posts
Re: create thumbnail in asp.net Entity Framework
Aug 18, 2020 07:55 AM|guestadmin@nirvriti.com|LINK
yij sun
Thanx for the concern....its done...