9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Randall Bohn" <rsbohn@gmail.com>
To: 9fans@cse.psu.edu
Subject: [9fans] Proposed: Image Conversion Server
Date: Thu, 26 Oct 2006 07:08:19 -0600	[thread overview]
Message-ID: <85e334c50610260608o5a66785eq53950ceca68d6bf9@mail.gmail.com> (raw)

I want to make a new server that converts JPEG files to Plan9 image
files. Then you can just connect the server to a directory and you get
image files out...

convert-jpegs -s /srv/xjpeg -src /usr/glenda/jpegs
mount -c /srv/xjpeg /n/images
ls /usr/glenda/jpegs
pawn.jpg
bishop.jpg
knight.jpg
rook.jpg

ls /n/images
pawn.jpg.image
bishop.jpg.image
knight.jpg.image
rook.jpg.image

If you want on-the-fly conversion you can use these images direct from
/n/images. If you want to batch convert them just

dst=/usr/glenda/images {
	mkdir $dst
	cp /n/images $dst
}

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.

Thanks,
rsbohn


             reply	other threads:[~2006-10-26 13:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-26 13:08 Randall Bohn [this message]
2006-10-26 15:01 ` Skip Tavakkolian
2006-10-26 16:38 ` matt
2006-10-26 17:34   ` erik quanstrom
2006-10-26 18:02     ` maht
2006-10-26 23:39       ` erik quanstrom
2006-10-27  8:46         ` Steve Simon
2006-10-27  9:03           ` Bruce Ellis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85e334c50610260608o5a66785eq53950ceca68d6bf9@mail.gmail.com \
    --to=rsbohn@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).