Questions tagged [windowsphotogallery]
6 questions
3
votes
2 answers
How can I process an image in .NET for a full-page print with a quality like Windows Photo Gallery does it?
I'm writing a printing routing in C#, using the .NET PrintDocument class, handling the OnPrintPage event.
I've managed to maximize the margins and print the Image in landscape mode, but it simply does not look as good as when I print the same image…

Triynko
- 18,766
- 21
- 107
- 173
2
votes
1 answer
Unable to show an image using python PIL Image.show
I'm using the Python Imaging Library and I am unable to open an image successfully in Windows Live Photo Gallery. There is a message that shows up saying "There are no photos or videos selected" instead of the image.
This is what I've tried:
import…

user2250337
- 135
- 2
- 2
- 5
1
vote
1 answer
How does Windows Photo Viewer get the files for the slideshow from Windows Explorer?
I wrote an image viewer application in C# to replace Windows 7 Photo Viewer which does not have the one feature I needed, which was to set the ratings and keywords directly from the view screen and not by opening some less user-friendly property…

Manawyddan
- 15
- 6
1
vote
1 answer
showing Image swapping like picture gallery in Windows Phone C#
I am not able to make smooth swapping like image gallery in windows phone.
I tried flip gesture listener and its able to swap image but its not swapping smoothly.
I tried to search but didn't got any answer. I am trying to show a list of images in…

Sanghati Mukherjee
- 101
- 4
- 21
0
votes
2 answers
How to use WindowsPhotoGallery to display a gif image with Java?
I use the following code to display a gif image in Java by calling a runtime command, it opens the WindowsPhotoGallery, but doesn't display my image, instead it shows a bunch of other pictures on my PC, my question is : how to pass the gif image…

Frank
- 30,590
- 58
- 161
- 244
0
votes
0 answers
Opening file located in another user's folder in C#
I have a pc with 2 users : administrator one and a standard one.
My C# program is running in the standard user but with admin right (using the other account credentials).
When I try to open an image with…

Lior v
- 464
- 3
- 12