Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
385 views

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 ...
0
votes
2answers
147 views

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 ...