No announcements
Found 3073589 threads
-
1 Votes
LoadImage() behavior on Vista/Win7 for loading Jpg images
LoadImage() cannot load .jpeg files.Answered | 2 Replies | 4688 Views | Created by gaurang_bshah - Saturday, August 29, 2009 10:49 AM | Last reply by nobugz - Saturday, August 29, 2009 12:35 PM -
0 Votes
Are JPG images supported in Lightswitch?
Thanks Spaso, I managed to get the JPG files to work.Answered | 3 Replies | 1985 Views | Created by Ray Cacciatore - Sunday, August 28, 2011 4:41 AM | Last reply by Ray Cacciatore - Tuesday, August 30, 2011 6:12 PM -
2 Votes
How to resize a jpg image
If you have a target file size, start with 100% quality and reduce until you achieve the desired file size.Answered | 8 Replies | 12160 Views | Created by graphicsxp - Saturday, August 8, 2009 6:24 PM | Last reply by Acaspita - Sunday, August 28, 2011 4:17 AM -
3 Votes
How to load an image from file using a stream?
The following code works pretty well for me: <DockPanel> <Button Width="100" Height="30" Content="Open" ...Answered | 2 Replies | 20291 Views | Created by mynkow - Friday, June 13, 2008 1:12 PM | Last reply by sr pt - Monday, June 23, 2008 3:34 PM -
0 Votes
How to load image file on picturebox
How about the result after creating a new application with a picturebox and adding the code into form load event?Answered | 7 Replies | 13811 Views | Created by taejjun - Sunday, June 17, 2012 1:39 AM | Last reply by Cor Ligthert - Monday, June 18, 2012 9:27 AM -
0 Votes
How to load a JPG from resource ID?
The image can be loaded successfully in both above ways.Answered | 2 Replies | 907 Views | Created by Yan Yang - Thursday, October 11, 2018 5:15 PM | Last reply by Yan Yang - Friday, October 12, 2018 1:31 PM -
3 Votes
Show .jpg file in picturebox loaded from listbox
Hello, I would guess that the crash is caused by how you are attempting to load the image which is seen as a string.Answered | 23 Replies | 1047 Views | Created by Kevin Kastelein - Saturday, August 2, 2014 2:17 PM | Last reply by Frank L. Smith - Saturday, August 2, 2014 10:54 PM -
3 Votes
How do I load images?
How do I load images without a picturebox?Answered | 7 Replies | 3355 Views | Created by FutrePro - Monday, May 31, 2010 1:49 PM | Last reply by John Anthony Oliver - Tuesday, June 1, 2010 2:02 PM -
3 Votes
load image problem from file
i already put the stream as public but still don't know how to close it,cause i got error when try to close it 2.is that the only way to load the ...Answered | 4 Replies | 2940 Views | Created by RusdyRIP - Wednesday, January 18, 2012 8:52 AM | Last reply by RusdyRIP - Wednesday, January 18, 2012 1:24 PM -
0 Votes
loading jpg files into listbox WPF
you will need to create an image from this byte[] like public Image ByteArrayToImage(byte[] byteArrayIn) { MemoryStream ...Answered | 2 Replies | 1528 Views | Created by Enric Vives - Thursday, July 4, 2013 9:14 AM | Last reply by sqlguy - Thursday, July 4, 2013 4:07 PM -
0 Votes
How to use gdi to save JPG without dortertion?
I suggest you try convert PNG to BMP, or other raw format, and then convert the new image to JPG format.Answered | 4 Replies | 2608 Views | Created by Joe CL Hsu - Wednesday, January 11, 2012 2:19 AM | Last reply by Helen Zhao - Tuesday, January 17, 2012 7:51 AM -
0 Votes
How to read an Image's properties without loading it into memory?
"Is it really possible to get image information without loading into memory?Answered | 5 Replies | 5311 Views | Created by Vibhor Agarwal - Wednesday, November 21, 2012 10:48 AM | Last reply by JohnWein - Sunday, November 25, 2012 8:40 PM -
0 Votes
LoadPicture with jpg files
If you use the image control in Access 2010, just set the image path to the Picture propety.Answered | 1 Replies | 12028 Views | Created by JAPA2972 - Wednesday, March 2, 2011 9:04 PM | Last reply by Bruce Song - Tuesday, March 8, 2011 6:15 AM -
0 Votes
Replacing JPG File inside a File
I gave you an explanation of how to write the new file.Answered | 8 Replies | 2007 Views | Created by ChronoCross - Thursday, September 29, 2011 2:16 PM | Last reply by Armin Zingler - Friday, September 30, 2011 11:05 AM -
4 Votes
How to load a JPG image without the file dialog
Don't call CWinApp::OnFileOpen if you don't want the dialog displayed.Answered | 2 Replies | 4080 Views | Created by PXU - Tuesday, December 1, 2009 6:27 PM | Last reply by Brian Muth - Tuesday, December 1, 2009 8:54 PM -
1 Votes
Loading images from files (jpg, png, gif, tiff, etc.)
I just want to peruse a folder for images and load them for viewing.Answered | 5 Replies | 2369 Views | Created by NewToWin8 - Tuesday, July 30, 2013 2:51 AM | Last reply by NewToWin8 - Wednesday, July 31, 2013 4:39 AM -
0 Votes
Create a resource file with icons and jpgs
Then i can make easy a change of a jpg or an icon in a c# class.Answered | 3 Replies | 2404 Views | Created by Bernd Riemke - Friday, April 6, 2012 4:52 PM | Last reply by Bernd Riemke - Saturday, April 7, 2012 4:22 AM -
0 Votes
Photo app fails to render and display JPG images
The JPG files that our app generates do not seem to work with Photo app.Answered | 5 Replies | 3386 Views | Created by Jeremy_Cook - Monday, April 23, 2012 10:41 PM | Last reply by Eric Hanson-MSFT - Monday, June 4, 2012 11:40 PM -
0 Votes
How to convert and Save JPG to BMP image?
Hi PHegde, If you are reading .jpg file you can convert it in bmp format, .Net CF Imaging class supported using ImageFormat (.Gif, .Png, .Bmp, jpeg) ...Answered | 2 Replies | 3859 Views | Created by PHegde - Wednesday, May 6, 2009 2:49 PM | Last reply by WmDev - Wednesday, May 6, 2009 6:28 PM -
0 Votes
How to load images in bulk onto a WPF Grid?
Then you can create Image controls that reference those images via URIs: // names of the image files you added to your project var imageNames ...Answered | 2 Replies | 1334 Views | Created by Laserbeak43 - Sunday, January 26, 2014 6:02 AM | Last reply by Laserbeak43 - Monday, January 27, 2014 2:25 AM - Items 1 to 20 of 3073589 Next ›
No announcements