From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 16:37:54 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 56B5C16A424 for ; Fri, 31 Mar 2006 16:37:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2D843D46 for ; Fri, 31 Mar 2006 16:37:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k2VGaTYY059521; Fri, 31 Mar 2006 09:36:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 31 Mar 2006 09:37:12 -0700 (MST) Message-Id: <20060331.093712.44146841.imp@bsdimp.com> To: fbsdlists@gmail.com From: "M. Warner Losh" In-Reply-To: <54db43990603310652q1e40c699kd4f48702f27f33ab@mail.gmail.com> References: <20060330.230839.19965278.imp@bsdimp.com> <54db43990603310652q1e40c699kd4f48702f27f33ab@mail.gmail.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: bobo1009@mailtest2.eng.ufl.edu, freebsd-questions@freebsd.org 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 16:37:54 -0000 In message: <54db43990603310652q1e40c699kd4f48702f27f33ab@mail.gmail.com> "Bob Johnson" writes: : On 3/31/06, M. Warner Losh wrote: : > Let us suppose that I have a HP DeskJet 5850 that I can talk to via : > CUPS. I can print test pages w/o any problem. : > : > What are my options to print photos and what kind of quality can I : > expect relative to Windows? : > : : According to http://www.linuxprinting.org/show_printer.cgi?recnum=HP-DeskJet_5850, : HP's HPIJS driver gives "excellent" photo quality with HP printers. : One reviewer says that the quality at high resolution isn't quite as : good as Windows, but it isn't clear whether that means high-resolution : "normal" mode, or photo mode, or both. : : ports/print/foomatic-db-hpijs and /ports/print/hpijs Bob, Thanks for the tips. I have these ports installed, but am tripping over something stupidly basic: what converts the pict0001.jpg into something that can be fed to the hpijs driver that will print? Warner