No announcements
Found 372818 threads
-
2 Votes
Resizing an Image
To zoom an image, you can use Shapes.Zoom.Answered | 2 Replies | 4299 Views | Created by pleasehelpmeicantcode - Friday, November 30, 2012 7:21 PM | Last reply by Math Man - Friday, November 30, 2012 11:07 PM -
0 Votes
resize image
What are you displaying the image in?Answered | 6 Replies | 5335 Views | Created by --_-- - Friday, September 17, 2010 3:11 AM | Last reply by Steven_Schultz - Wednesday, September 22, 2010 9:39 AM -
0 Votes
Image resizing
Set the size of Button to 150x150 and for image set stretch property to uniform <Button Width="150" Height"150"> <Image ...Answered | 1 Replies | 387 Views | Created by Arun13579 - Monday, July 18, 2016 12:09 PM | Last reply by Khanna Gaurav - Monday, July 18, 2016 4:46 PM -
1 Votes
Resize Images in directory C#
Hi ajibolao, Please try the following method that described resize the image to the specified width and height, and this will perform a high quality ...Answered | 2 Replies | 17129 Views | Created by ajibolao - Sunday, April 26, 2015 8:08 AM | Last reply by Kristin Xie - Monday, April 27, 2015 2:38 AM -
2 Votes
How to resize a jpg image
Try this code snippet for ReSize images....Answered | 8 Replies | 12078 Views | Created by graphicsxp - Saturday, August 8, 2009 6:24 PM | Last reply by Acaspita - Sunday, August 28, 2011 4:17 AM -
1 Votes
Resize PictureBox image with form
Is there any way to make it so that when the form is resized manually, stays equal sided, i.e. height and width, so that the image is not distorted if ...Answered | 22 Replies | 8912 Views | Created by Rehabilitated - Wednesday, July 8, 2009 11:04 AM | Last reply by BigNameCode - Tuesday, February 12, 2019 2:53 PM -
1 Votes
Image resize - Blob files
There are examples of people doing this already, for example this blog post.Answered | 6 Replies | 762 Views | Created by flaviohenriquecbc - Thursday, October 22, 2015 1:14 PM | Last reply by Mathew Charles - Wednesday, October 28, 2015 3:27 AM -
0 Votes
Add Image to a polygon and resize
Another option is to scale the image according to the scales of the different zoom levels (http://msdn.microsoft.com/en-us/library/cc161076.aspx)Answered | 1 Replies | 3720 Views | Created by Vamsee Konda - Tuesday, October 21, 2008 8:16 PM | Last reply by Ricky_Brundritt - Wednesday, October 22, 2008 2:41 PM -
2 Votes
Image resizer .net application
You could take a look at the following ...Answered | 2 Replies | 1623 Views | Created by tech0007 - Friday, February 7, 2014 10:22 AM | Last reply by Luigi Bruno - Monday, February 10, 2014 2:06 PM -
0 Votes
Resizing the images by preserving the clarity
I am trying to resize pixel images like(.JPG, .BMP, .GIF, .PNG)Answered | 13 Replies | 8691 Views | Created by SwethaSyam - Thursday, June 2, 2011 5:41 AM | Last reply by Aspen VJ - Friday, June 3, 2011 6:08 AM -
0 Votes
Resize Image Dimensions Programatically
Here is also an example for resizing an image based on a percentage.Answered | 2 Replies | 3178 Views | Created by Arjuna_M - Monday, May 31, 2010 5:53 PM | Last reply by Liliane Teng - Thursday, June 3, 2010 8:28 AM -
1 Votes
Default Image Rendition or resize image automatically
Hi, According to your description, my understanding is that you want to you want to know about how to use PublishingRollupImage Column to display a default image rendition ...Answered | 1 Replies | 2782 Views | Created by hp-oswald - Tuesday, March 3, 2015 10:15 AM | Last reply by Jerry Zy - Wednesday, March 4, 2015 7:20 AM -
0 Votes
Hello :) , Resize Image from Folder
http://www.beansoftware.com/ASP.NET-Tutorials/Resize-All-Images-In-Folder.aspx Thanks, ...Answered | 3 Replies | 4242 Views | Created by GigiCS - Wednesday, August 11, 2010 10:24 AM | Last reply by arijit.chatterjee.live - Thursday, March 8, 2012 6:01 PM -
0 Votes
Load an image, resize it and save
Resizing Image Mark Salsbery Microsoft MVP - Visual C++Answered | 1 Replies | 4668 Views | Created by zmb - Saturday, May 23, 2009 6:59 PM | Last reply by Mark Salsbery - Saturday, May 23, 2009 7:43 PM -
0 Votes
Image resize issue
as a side note is it possible to do it when the image is loaded instead of clicking on a button to do it.Answered | 6 Replies | 574 Views | Created by Ben Ramsay - Tuesday, August 29, 2017 10:22 PM | Last reply by Ben Ramsay - Thursday, August 31, 2017 3:56 AM -
1 Votes
How to resize an animated GIF image?
I have created an image resize method which work well for almost image format but not animated GIF!!Answered | 6 Replies | 5225 Views | Created by Johnson yau - Wednesday, September 28, 2016 1:23 PM | Last reply by Thorsten Gudera - Friday, September 30, 2016 11:18 AM -
0 Votes
Image Resizing in the WebPart
filename=tryhtml_image_adjust You can use IMG to adjust the "size" of the rendered image.Answered | 1 Replies | 5483 Views | Created by hema123456 - Thursday, October 30, 2008 10:03 AM | Last reply by Martin Hatch - Thursday, October 30, 2008 10:46 AM -
0 Votes
Image Control Resize algoritm
<Image RenderOptions.BitmapScalingMode="NearestNeighbor" /> HTH, DrewAnswered | 3 Replies | 4047 Views | Created by _patrick_ - Tuesday, September 16, 2008 11:45 AM | Last reply by _patrick_ - Thursday, September 25, 2008 8:31 PM -
0 Votes
Image Resizing using c#
Imaging { /// <summary> /// Provides various image untilities, such as high quality resizing ...Answered | 6 Replies | 36424 Views | Created by Shivaraam - Wednesday, April 13, 2011 12:08 PM | Last reply by Albin Abel - Friday, April 15, 2011 9:32 AM -
0 Votes
Resizing Bitmap to increase image quality
<Image Source="Image.png" RenderOptions.BitmapScalingMode="HighQuality" /> To use HighQuality if the image’s scaled ...Answered | 1 Replies | 3190 Views | Created by Philoexpat - Sunday, September 13, 2015 9:00 PM | Last reply by Xavier Xie-MSFT - Tuesday, September 15, 2015 7:39 AM - Items 1 to 20 of 372818 Next ›
No announcements