9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Proposed: Image Conversion Server
@ 2006-10-26 13:08 Randall Bohn
  2006-10-26 15:01 ` Skip Tavakkolian
  2006-10-26 16:38 ` matt
  0 siblings, 2 replies; 8+ messages in thread
From: Randall Bohn @ 2006-10-26 13:08 UTC (permalink / raw)
  To: 9fans

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-10-27  9:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-26 13:08 [9fans] Proposed: Image Conversion Server Randall Bohn
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

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).