From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Proposed: Image Conversion Server Date: Thu, 26 Oct 2006 08:01:36 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <85e334c50610260608o5a66785eq53950ceca68d6bf9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d6c7af3c-ead1-11e9-9d60-3106f5b1d025 > Is server-load .. mount the best way to do this? This would be a first > step towards an image processing system that could apply a chain of > filters to the source images. the BUG section of pipefile(1) agrees that an fs is the right way. i wonder if there's a general conversion fs; maybe by giving it the filter for the conversion (e.g. "jpg -c"). for an operating model, wouldn't something like lnfs(1) work better? convert-jpegs /usr/glenda/jpegs ls /usr/glenda/jpegs pawn.jpg cat /usr/glenda/jpegs/pawn.jpg.9 then in convert-jpgs if found pawn.jpg.9 return contents if not look for pawn.jpg if found generate pawn.jpg.9 from pawn.jpg.9 and return contents if not error not found