 |
 |
How do I print 150 jpgs without opening them one at a time?
|
 |
|
 |
|
Grizzled Veteran
Join Date: Sep 2001
Location: In a Jackalope space, I'm the Jackalope guy...
Status:
Offline
|
|
Ok, recently I found a series of anatomy books* that I have been looking for online. These have been out of print for decades, so I grabbed every last jpg scanned page they had. Now, I want to print them.
Is there some way I can print the whole shebang without having to open each image one at a time and hitting the ol' print key combo? I've never had to batch-print images before. Any help would be appreciated.
*No, not porn you bastards! 
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Aug 2001
Location: Capitol City
Status:
Offline
|
|
first guess would be drag them all into the print center, and see what happens. (maybe like try 3 or 4 at first)
second guess would be to learn a little bit of applescript, and write a little loop where you go through a directory and print all of them.
third would be to use photoshop, you can make actions and turn them into droplets.
By the way, I've got a life drawing class next semester, are these jpgs still available? could you make them available?
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Apr 2001
Location: Long Beach, CA
Status:
Offline
|
|
Open the print center. Select all of your jpegs and drop them on the printer you want to use. You could also try batch printing from iPhoto.
|

ACSA 10.4/10.3, ACTC 10.3, ACHDS 10.3
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2001
Location: Viva Chile Mierda
Status:
Offline
|
|
open Preview and drag them all to it's Dock icon.
Then print
(this is asuming you have 10.2)
|
:: frankenstein / lcd-less TiBook / 1GHz / radeon 9000 64MB / 1GB RAM / w/ext. 250GB fw drive
noname usb bluetooth dongle / d-link usb 2.0 pcmcia card / dell 2407wfp - X.5.3
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jan 2002
Location: Manitoba
Status:
Offline
|
|
lpr *.jpg
while in the directory with all the pictures should do the trick.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2001
Location: Viva Chile Mierda
Status:
Offline
|
|
Originally posted by Sarah31:
lpr *.jpg
while in the directory with all the pictures should do the trick.
neat !
thx for the tip
reminder ... and this to the thread of "things you never knew you could with Mac OS X" 
|
:: frankenstein / lcd-less TiBook / 1GHz / radeon 9000 64MB / 1GB RAM / w/ext. 250GB fw drive
noname usb bluetooth dongle / d-link usb 2.0 pcmcia card / dell 2407wfp - X.5.3
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Aug 2001
Location: Capitol City
Status:
Offline
|
|
Originally posted by Sarah31:
lpr *.jpg
while in the directory with all the pictures should do the trick.
Sarah, queen of the command line. I bow my head in humility.
Sometimes the command line is the easiest way to do it. I'm glad we have it now. I never understood why people use the dos command, but now I can understand that its good for some tasks. Though bash and tcsh are way cooler than stupid dos. IM(H)O.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Sep 2001
Location: In a Jackalope space, I'm the Jackalope guy...
Status:
Offline
|
|
Dragging into print center didn't work...tried that before (sorry, I should have mentioned that).
Ok... so the command line thing makes me curious. I open the terminal and type "lpr*.jpg" EXACTLY? Or is the "*" the name of the various jpgs that I have to type in manually?
Total n00b when it comes to the Terminal.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2001
Location: NYC
Status:
Offline
|
|
Originally posted by The Jackalope:
Ok... so the command line thing makes me curious. I open the terminal and type "lpr*.jpg" EXACTLY? Or is the "*" the name of the various jpgs that I have to type in manually?
Total n00b when it comes to the Terminal.
The * character is called a wildcard. So lpr *.jpg means "print ANYTHING.jpg" (in that directory). Very powerful.
Make sure you type the command exactly right, spaces and all.
Also, don't forget you have to navigate to the directory first.
some simple navigation commands:
cd is change directory
ls is list contents of directory
cd .. will move you back one level in the hierachy
man command will give you detailed info about the command
pressing tab will auto-complete (very useful)
You can also just drag the folder you want to go into into the Terminal window (very cool). e.g. Type cd then space bar, then drag the folder into the window, then press return. Boom -- you're there.
Try a google search, there's dozens of good tutorials on using simple UNIX commands in Terminal. Have fun!
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Aug 2001
Location: Capitol City
Status:
Offline
|
|
You can also go to macosxhints.com for lots of tips and tricks, a lot of which involve the terminal, and all the nice little things that you can access through it.
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jan 2000
Status:
Offline
|
|
This is the first time I noticed that OS X doesn't let you print from the Finder. Another advantage of 9 where you could just select all the files and select print.
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Nov 2002
Location: Canada eh?
Status:
Offline
|
|
Originally posted by lookmark:
You can also just drag the folder you want to go into into the Terminal window (very cool). e.g. Type cd then space bar, then drag the folder into the window, then press return. Boom -- you're there.
Wow, that is the coolest thing I've learned it a while, thanks!!
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Sep 2000
Location: Boulder City, NV USA
Status:
Offline
|
|
Graphicconverter will also batch print folders of pictures.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Feb 2001
Location: Sitting in front of computer
Status:
Offline
|
|
Th only problem with dragging the items onto the print centre is that you dont get any options before printing (ie colour, quality etc)
revs
|
|
I free'd my mind... now it won't come back.
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jan 2002
Status:
Offline
|
|
iPhoto sounds like the best solution here. Drag the folder into iPhoto to create a photolist. And select print and choose the options you want.
iPhoto is slow, but it works.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Sep 2001
Location: In a Jackalope space, I'm the Jackalope guy...
Status:
Offline
|
|
Ok, GraphicConverter is doing the job as we speak. I couldn't get the Terminal to do it, but actualy, this has really made me curious on how the terminal works. Thanks to Sarah and Lookmark for getting me interested in starting to learn about UNIX command line...it seems very usefull in toodling around...
Also, thanks to Spiney for the GraphicConverter hint, Deathman for the link on those hints, and everyone else for jumping in on this! 
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Sep 2000
Location: New Orleans, La. USA
Status:
Offline
|
|
[quote]Originally posted by The Jackalope:
[b]Ok, recently I found a series of anatomy books* that I have been looking for online. These have been out of print for decades, so I grabbed every last jpg scanned page they had. Now, I want to print them.
Is there some way I can print the whole shebang without having to open each image one at a time and hitting the ol' print key combo? I've never had to batch-print images before. Any help would be appreciated.
HAVE YOU EVER HEARD OF COPYRIGHT??
I see violations all over this.
I WOULD BE CARFULL DOING THIS!
You might want to look for this in a used bookseller online before doing this.
|
|
G5 Quad - 6.5 GB RAM - 10.5.1 - 23" Cinema Display
MacBook Pro - 2 GB RAM - 10.5.1
G4 533 DP - 1.5GB Ram - 10.4.11 - 20" Cinema Display
Airport Extreme
Canon iPF5000 • Xerox N2125 • Epson 740i
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2003
Status:
Offline
|
|
Originally posted by The Jackalope:
Ok, recently I found a series of anatomy books* that I have been looking for online. These have been out of print for decades, so I grabbed every last jpg scanned page they had.
Not to get off topic, but what is the URL?
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: May 2001
Location: Sydney, Australia
Status:
Offline
|
|
I'd be interested to know too! E-mail me.
|
|
|
| |
|
|
|
 |
|
 |
|
Admin Emeritus 
Join Date: Oct 1999
Location: Baltimore, MD
Status:
Offline
|
|
If the book has been out of print for "decades," it's unlikely that the copyrights on it have been renewed, and if they have, it's unlikely they'd be enforced.
tooki
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2001
Location: NYC
Status:
Offline
|
|
I'd be curious to know, too. 
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jan 2002
Location: Manitoba
Status:
Offline
|
|
while technically this would be infringing on the copyright it is very unlikely charges would ever be brought against the individual posting those pages. this is what would be called grey area as reproducing the pages is illegal but no profit is being gained.it is a money losing venture on the part of the one that would press charges. especially since the books are no longer in print. no money lost really by any one and if the author did want financial reimbersment the individual posting the pages would not likely have even posted them.
very grey area to me. | | | |