9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] rotating an image
@ 2003-07-06 19:22 Skip Tavakkolian
  2003-07-06 19:38 ` andrey mirtchovski
  0 siblings, 1 reply; 2+ messages in thread
From: Skip Tavakkolian @ 2003-07-06 19:22 UTC (permalink / raw)
  To: 9fans

is there a tool for rotating images?

BTW, for the 48x48x4 thumbnail I am using something like this:

jpg -kc mymug.jpg | crop -r ... | resample -x48 | iconv -k4 > mymug.9

Is this the usual technique?





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

* Re: [9fans] rotating an image
  2003-07-06 19:22 [9fans] rotating an image Skip Tavakkolian
@ 2003-07-06 19:38 ` andrey mirtchovski
  0 siblings, 0 replies; 2+ messages in thread
From: andrey mirtchovski @ 2003-07-06 19:38 UTC (permalink / raw)
  To: 9fans

On Sun, 6 Jul 2003, Skip Tavakkolian wrote:

> is there a tool for rotating images?

pressing 'u' in page will reverse the image to 180 degrees.. adding 90
degree rotation wouldn't be that much difficult ('l' and 'r' are not
currently used by page, but check the BUGS section of the man page)..

> jpg -kc mymug.jpg | crop -r ... | resample -x48 | iconv -k4 > mymug.9

I use 'w' in page to write the image... to be honest, I'd like to see Page
accept plumbing messages for resizing, resampling, rotating, colormapping,
and other commands, thereby turning a simple image viewer into a
command-language driven image editor :)

andrey



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

end of thread, other threads:[~2003-07-06 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-06 19:22 [9fans] rotating an image Skip Tavakkolian
2003-07-06 19:38 ` andrey mirtchovski

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