Optimizing Images for OS X
March 28, 2006 11:00 AM
Subscribe
How should I format pdfs for best viewing in OS X's screen saver slide show?
I'm converting full broadsheet pdfs of a newspaper (12" x 20" at 266 dpi) into jpgs (or png's or tiff's) to be displayed on a Mac. No matter what screen resolution or image size I use, the type pixelates out when it gets displayed in the slide show screen saver.
Does anyone know of an optimum format &/or formula to use for the slide show default settings? Also, I want to keep the "ken burns effect" pans and scans of the newspaper pages (if possible).
posted by valkane to computers & internet (4 comments total)
First, if you display the image at the screen resolution, full size, but without the screensaver, does it also pixelate? Unless you have a really big monitor, I'm not sure you'd have enough pixels to make a full page of real text legible. I think you're saying it looks OK as a JPG, but then if you run it through Screensaver, it looks like crap.... but I'm not completely certain.
If it works without the screensaver, you're probably running into an artifact of whatever scaler it's using. I know it zooms in and out on images, so some pixelation is absolutely inevitable.
The Mac is a LOT more advanced with scaling than Windows is, but I'm not sure that the screensaver is using the same rendering engine.
With Windows, the things I'd try would be:
1. Make it a JPG (also try BMP [probably TIF on the Mac]) in exactly the dimensions as the hard screen resolution, and see what happens.
2. If that doesn't work, you *might* improve pixelation by making the width and height both a multiple of 256. If they're using a floating point scaler, that won't help, but if it's an integer scaler, sometimes it'll zoom more smoothly if you do that.
3. I don't know if it supports this, but the OSX scaler is really, really flexible, and if they were SMART, the screensaver will have tapped into that. You might be able to just specify your original PDFs as sources for your screensaver. PDFs should scale nicely to almost any resolution without pixelation.
I'd try it first on a small one you already have. If you can indeed use PDF sources in Screensaver, then make some in the same aspect ratio as your monitor (ie, cut down your newspaper PDFs), and you're home free.
I'd think you'd need a fast G5 or any Intel Mac to pull this off well... a G4 might have trouble scaling/panning a big PDF.
posted by Malor at 12:02 PM on March 28, 2006