Printing to local printer from Gallery
The way I have been doing this is:
While more_images_to_select {
Right_Click:SaveImage from Gallery to local file system;
}
Select images in Local_File_System;
Print selected images using Local_Printer;
There are some gotchas in doing things this way:
* Having to select the images twice
* RightClick:Saving the thumbnail when you
_ meant to print the highest resolution
I searched the forums and didn’t see any references to local printing. Is there a better way to print than my current method?
I would love to see print to local or internet printer added to the print service options:
Shutterfly
My Photo Printer
….
Posts: 2
I'm not familiar with this language... I'm trying to modify a theme to print locally. Can you give me some idea of where to put this code and how to get this to work?