Printing to local printer from Gallery

TELennon

Joined: 2003-06-20
Posts: 6
Posted: Sat, 2003-07-26 16:47

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

 
tyh

Joined: 2006-06-04
Posts: 2
Posted: Mon, 2006-06-05 02:53

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?