From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 20:42:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D339F16A401 for ; Fri, 31 Mar 2006 20:42:10 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from smtp106.sbc.mail.re2.yahoo.com (smtp106.sbc.mail.re2.yahoo.com [68.142.229.99]) by mx1.FreeBSD.org (Postfix) with SMTP id D2B7043D46 for ; Fri, 31 Mar 2006 20:42:08 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 11823 invoked from network); 31 Mar 2006 20:42:08 -0000 Received: from unknown (HELO pres1750.airedalesrule.homeunix.org) (donaldj@ameritech.net@69.212.14.218 with plain) by smtp106.sbc.mail.re2.yahoo.com with SMTP; 31 Mar 2006 20:42:08 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Fri, 31 Mar 2006 14:41:56 -0600 User-Agent: KMail/1.9.1 References: <20060330.230839.19965278.imp@bsdimp.com> <20060331.093712.44146841.imp@bsdimp.com> <54db43990603311216y50ea816bi970f31acaf031589@mail.gmail.com> In-Reply-To: <54db43990603311216y50ea816bi970f31acaf031589@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603311441.57084.donaldjoneill@gmail.com> Cc: Bob Johnson , bobo1009@mailtest2.eng.ufl.edu, "M. Warner Losh" Subject: Re: Best way to print photos X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 20:42:10 -0000 On Friday 31 March 2006 14:16, Bob Johnson wrote: > > In principle, an application feeds it to CUPS, CUPS feeds it to > GhostScript, and GhostScript uses the HPIJS driver to print it. Or > something like that. In practice, I use APSFILTER instead of CUPS, > and I haven't ever tried to do photo printing from FreeBSD, although > getting my wife's HP photo printer working with FreeBSD is on my list > of things to do this weekend, or next weekend, or maybe the weekend > after that. > > The process works for printing JPEGs from web pages on my laser > printer (although not with HPIJS), and since the HPIJS driver is > supposed to autodetect photo paper in your printer, I would expect it > to "just work" for photos if you can print a web page with it. > > > As for a specific application, The Gimp knows something about > printing photos, but again, I haven't actually done it. Digikam > also looks very promising as a photo manipulation tool. Anything > that can display it and knows how to print ought to do it (kview for > example?). I'm sure someone with actual experience can provide a more > complete answer. ;-) > > So far, I've printed from the Gimp by writing the file to a USB > thumbdrive, and plugging that into the photo printer. The Gimp will > let you define the picture dimensions in inches, which may be > necessary to get the printing results you want. Otherwise you may > end up with a picture that is 1 x 1.5 inches, or one point by one > point, or a piece of an 8x10 printed on 4x6 paper, or any of several > other possible defaults I've managed to print in the past. Some > printers also do bad things if the image has too many pixels (or > maybe bytes), so I've sometimes needed to reduce the image resolution > before printing. > > - Bob > _______________________________________________ Unless the printer was capable of determining what sort of paper it was loaded with, I just don't see how the HPIJS driver would autodetect photopaper. Don