Rounded Corners PNG Thumbnail Imagehttp://forums.asp.net/t/1442932.aspx/1?Rounded+Corners+PNG+Thumbnail+ImageSun, 05 Jul 2009 10:40:44 -040014429323272866http://forums.asp.net/p/1442932/3272866.aspx/1?Rounded+Corners+PNG+Thumbnail+ImageRounded Corners PNG Thumbnail Image <p>Hi all,</p> <p>I tried to search for this topic but could not find anything that can match with what I tried to do. Below are the requirements:</p> <p>1. I will upload the image in TIF, GIF or JPG format. I need to convert to PNG. How to do this?</p> <p>2. Once convert to PNG, I need to crop it so it is a squared image (crop means the longer edge will be cut from both side evenly)</p> <p>3. I also need to make 3 corners rounded with 5px radius in 80x80 size. The rounded corners must be transparent (that's why I need PNG)</p> <p><br> </p> <p>If you can help me with either one of three above, that would be great. Thanks!<br> </p> 2009-07-03T06:59:03-04:003273860http://forums.asp.net/p/1442932/3273860.aspx/1?Re+Rounded+Corners+PNG+Thumbnail+ImageRe: Rounded Corners PNG Thumbnail Image <p>Hi,</p> <p>There is lots of stuff available on internet to convert an image format and cropping using .NET,</p> <p>Please see following link for Image Format Convertion,<br> </p> <p>http://www.codeproject.com/KB/GDI-plus/dotnet_convertimage.aspx</p> <p><br> </p> <p>Please see following link for Imange Cropping</p> <p>http://www.codeplex.com/webcropimage/Wiki/View.aspx?title=Home</p> <p><br> </p> <p>Hope it will work for you,</p> <p><br> </p> <p>Thank You</p> <p>Muhammad Akhtar Shiekh<br> </p> <p><br> </p> 2009-07-03T17:08:08-04:003273877http://forums.asp.net/p/1442932/3273877.aspx/1?Re+Rounded+Corners+PNG+Thumbnail+ImageRe: Rounded Corners PNG Thumbnail Image <p>Hi Muhammad</p> <p><br> </p> <p>Thanks so much. I was able to do 1 and 2. But how to do 3 especially the transparent corners. I made it rounded but it was black.<br> </p> 2009-07-03T17:41:34-04:003275282http://forums.asp.net/p/1442932/3275282.aspx/1?Re+Rounded+Corners+PNG+Thumbnail+ImageRe: Rounded Corners PNG Thumbnail Image <p>&nbsp;Hi,</p> <p>Which browser you are using? It is a problem with IE6 that it doesn't&nbsp;support PNG's transparent background. There are some CSS and javascript based workarround available to display transparent background of PNG images in IE6.</p> <p>Please see</p> <p><a href="http://www.twinhelix.com/css/iepngfix/">http://www.twinhelix.com/css/iepngfix/</a></p> <p>Thanks</p> <p>Muhammad Akhtar Shiekh</p> 2009-07-05T10:40:44-04:00