From owner-freebsd-questions@FreeBSD.ORG Fri May 10 14:46:42 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 68D72335 for ; Fri, 10 May 2013 14:46:42 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-x236.google.com (mail-bk0-x236.google.com [IPv6:2a00:1450:4008:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id 53525F86 for ; Fri, 10 May 2013 14:46:40 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id y8so2088703bkt.13 for ; Fri, 10 May 2013 07:46:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=nSLfmYUGvTOBYAJ/NT52yP/TnXTCAbHsICDqYHRN/s8=; b=QR1BsorgI1dHNMhhFQcj0SK8MDo4/emWxoICr5cuDmXlsPyqtEGMgqPRpOTYNMNXe0 HfQAoYybOHk7GkjlDcd8EaKu9V9xL8et5+VZqumGIPcXvGPVPQEDJqu4buYrNn2D1Rp4 Icf3Sg2uEUqampl2COysZYQAyuBdXSMaFI3YevJkQ+iwVaZINtUnHSvwMoa+Q2J047zT 8IflwM1aKKofIcyC6eSGPt+BDcC1DeBu4aibNVjOXeOAphbbhjkBafSoGoTK/5uQ8KxE M6fZ15/CUUkLxJ5jKr6TTZsNP8Wg75mS3H27d4CqFh2FXFgL+8Jr/hJLerBng8y0aSgW kPzw== MIME-Version: 1.0 X-Received: by 10.204.162.8 with SMTP id t8mr4459033bkx.95.1368197199528; Fri, 10 May 2013 07:46:39 -0700 (PDT) Received: by 10.204.34.20 with HTTP; Fri, 10 May 2013 07:46:39 -0700 (PDT) In-Reply-To: <20130510100221.GA1766@tiny.Sisis.de> References: <20130510074117.GA1470@tiny.Sisis.de> <20130510100221.GA1766@tiny.Sisis.de> Date: Fri, 10 May 2013 07:46:39 -0700 Message-ID: Subject: Re: making photoalbums for web pages From: Waitman Gobble To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: kde-freebsd@kde.org, "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 14:46:42 -0000 On Fri, May 10, 2013 at 3:02 AM, Matthias Apitz wrote: > El d=EDa Friday, May 10, 2013 a las 12:59:01AM -0700, Waitman Gobble escr= ibi=F3: > >> Hi Matthias, >> >> I use graphics/burplex to preview / make selects when I'm on the road, >> it stores in a text file for easy scripting / batch processing. It's >> in the ports tree. If you want to batch process 'quicker' on a >> multi-core system you can try dcraw-m and multiraw, which are in gnats >> pr at the moment. Otherwise the burplex port runs OK with regular >> dcraw. > > Hi Waitmann, > > I went to the web side of www.burplex.com... do I understand this right, > that the selected names with their leading dir are just stored in a text > file ".selects" for further processing? If so, that would be exactly > what I was looking for :-) > > Thanks > > matthias > -- > Sent from my FreeBSD netbook > > Matthias Apitz | - No system with backdoors like Apple/And= roid > E-mail: guru@unixarea.de | - Never being an iSlave > WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF= in E-mail > phone: +49-170-4527211 | - Respect for open standards Hi, Yes, it is a simple qt4 program which allows the user to quickly browse RAW or JPEG files and toggle/mark 'selects', which is stored in a plain text file. This file can easily be fed into a batch-process command / script. It does *not* offer any other features, such as sharpening, crop, red-eye, color adjustment, etc. If you use the dcraw in ports, it does not do 'auto orient', so if your wife is shooting with this feature disabled on her camera the images _may_ appear sideways. I have an updated dcraw-m that reads the orientation information and rotates the preview image, but otherwise it works fine, it's perfectly usable without it. :) Also might check out this 'beenie' program that I use to automatically download cards onto the computer. Basically after a shoot I can stick in 4 SD cards at once and the software automatically creates folders with the date, and copies the contents and pre-processes the files. (I use it for video, I realized I was spending alot of time loading one card after another and copying the contents, etc). It's more of a hack-type program, but I've been using it for about a year without trouble. It would likely need some customization for your specific system/needs. https://github.com/waitman/beenie -- Waitman Gobble San Jose California USA 510-830-7975