No announcements
Found 1794763 threads
-
0 Votes
Bitmap resize
Trying to fit the image to the screen.Answered | 3 Replies | 1009 Views | Created by DCPRHC - Tuesday, June 2, 2015 4:24 PM | Last reply by Patrick Hurst - Wednesday, June 3, 2015 8:41 PM -
0 Votes
resize whole bitmap
Got the below code from //Namespace Reference using System.Drawing; using System.Drawing.Drawing2D; using ...Answered | 2 Replies | 3683 Views | Created by --_-- - Monday, September 20, 2010 7:55 AM | Last reply by Helen Zhou - Wednesday, September 22, 2010 7:27 AM -
0 Votes
Graphics DoubleBuffer Bitmap resize
The best practice which i follow all the time is to write simple method (say ExitApplication()) and Dispose all the objects created in the application in that method ...Answered | 8 Replies | 5782 Views | Created by anishk - Tuesday, July 14, 2009 7:31 AM | Last reply by Amit Rote - Tuesday, July 14, 2009 9:43 AM -
0 Votes
Resize Bitmap Image in Application
XAML <Window x:Class="ImageLoaderSaveMemory.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...Answered | 4 Replies | 24279 Views | Created by Bayprince 27 - Friday, April 24, 2009 7:57 PM | Last reply by hamcginn - Monday, April 11, 2011 2:23 PM -
0 Votes
Create Bitmap image
its work properly but i want to open Picture image in MSpaint Best RegardsAnswered | 3 Replies | 921 Views | Created by CompuTechSide - Saturday, October 17, 2020 4:11 AM | Last reply by CompuTechSide - Saturday, October 17, 2020 8:57 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 | 3306 Views | Created by Philoexpat - Sunday, September 13, 2015 9:00 PM | Last reply by Xavier Xie-MSFT - Tuesday, September 15, 2015 7:39 AM -
0 Votes
Bitmap Resizing - Out of Memory error
This resize function is something that is used all over the .net, I guess noone has looped it?Answered | 13 Replies | 8557 Views | Created by Mapster - Monday, June 22, 2009 6:49 PM | Last reply by Mapster - Tuesday, June 23, 2009 5:41 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 | 17280 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 | 12178 Views | Created by graphicsxp - Saturday, August 8, 2009 6:24 PM | Last reply by Acaspita - Sunday, August 28, 2011 4:17 AM -
0 Votes
printing bitmap image.
No I want to print bitmap in "PDF-XChange 4.0" which is another option for printing.Answered | 5 Replies | 4176 Views | Created by anupsapate - Wednesday, February 15, 2012 5:20 AM | Last reply by Sheldon _Xiao - Tuesday, March 6, 2012 7:24 AM -
0 Votes
Resizing a bitmap image created by OutputStream
User-1372641848 posted Bitmap.Height and Bitmap.Width are read only you can not change those once you create bitmap.Unanswered | 1 Replies | 76 Views | Created by Anonymous - Thursday, March 16, 2006 9:42 AM | Last reply by Anonymous - Sunday, March 19, 2006 9:20 AM -
0 Votes
Resize Image Dimensions Programatically
Here is also an example for resizing an image based on a percentage.Answered | 2 Replies | 3241 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
Importing .raw images to create bitmap
If you only want to display a raw image ,I suggest you convert to RGB image and display it.Answered | 3 Replies | 987 Views | Created by jyumai - Monday, September 19, 2016 5:20 AM | Last reply by DotNet Wang - Wednesday, September 21, 2016 10:02 AM -
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 | 633 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
Create CMYK Bitmap
This one should be good for you C#: Image resize, convert, and save : ...Answered | 3 Replies | 7473 Views | Created by ScrewWorkn - Monday, August 25, 2014 5:39 PM | Last reply by chanmm - Friday, August 29, 2014 5:25 AM -
1 Votes
Im trying to resize an bitmap image using for in for ( 4 for's ) but it dosent work:
Hi chocolade, If you just want to resize a bitmap, you are not need to use 4 for-loops instant of doing it as ...Answered | 4 Replies | 4211 Views | Created by chocolade - Sunday, April 3, 2011 2:26 AM | Last reply by Daniel Wan - Wednesday, April 6, 2011 7:10 AM -
0 Votes
resize image
What are you displaying the image in?Answered | 6 Replies | 5426 Views | Created by --_-- - Friday, September 17, 2010 3:11 AM | Last reply by Steven_Schultz - Wednesday, September 22, 2010 9:39 AM -
0 Votes
'Parameter is not valid' when creating bitmap with size specified
You can't resize an image that way.Answered | 2 Replies | 9880 Views | Created by Niehls - Saturday, August 19, 2006 10:57 AM | Last reply by Mandrew360 - Tuesday, March 10, 2009 12:36 PM -
0 Votes
Bitmap^ image
Second, use either a using directive or a using declaration to bring the Bitmap type into scope, or fully qualify the typename:Answered | 1 Replies | 3859 Views | Created by Janc1TN - Monday, December 15, 2008 7:07 PM | Last reply by ildjarn - Monday, December 15, 2008 7:24 PM -
2 Votes
Creating a simple bue screen bitmap image
WayneAKing gives some good links to working with bitmaps using Win32.Answered | 3 Replies | 3514 Views | Created by nasali - Wednesday, July 14, 2010 1:50 PM | Last reply by nasali - Friday, July 16, 2010 12:05 PM - Items 1 to 20 of 1794763 Next ›
No announcements