9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Steve Simon" <steve@quintile.net>
To: 9fans@9fans.net
Subject: Re: [9fans] graphics scaling
Date: Mon, 22 Dec 2008 11:02:16 +0000	[thread overview]
Message-ID: <080126488105ed00ad89215c1995194d@quintile.net> (raw)
In-Reply-To: <dac0a5820812220234k68516927y1d8713f3e74e91b2@mail.gmail.com>

Re: fusion
would 9vx running under linux be an interesting option?

re: resample
If you are experimenting with interploation a zoneplate is one of
the best test signals to check your work on, though its
interpretation can be tricky.

/n/sources/contrib/steve/zoneplate.c
http://downloads.bbc.co.uk/rd/pubs/reports/1980-09.pdf
http://downloads.bbc.co.uk/rd/pubs/reports/1978-23.pdf

I thought I remembered page(1) had a simpler interpolation algorithm
which was much faster but much more prone to aliasing, however
looking at the code it seems to use the same kaiser window method.
maybe somone else will remember that code?

for a long time the problem of using a graphics co-processor as a
general purpose Graphics CPU is the speed at which the processed
image can be read back from teh card. I believe there are cards
with dual pci express buses which allow symetric access to the
frame buffer which sidestep this problem (see discussion on 9fans
a month or so ago). If you are resizing the image only for display
like page(1) does this is a non-problem of course.

-Steve



  reply	other threads:[~2008-12-22 11:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-22  7:53 Tharaneedharan Vilwanathan
2008-12-22  9:23 ` Richard Miller
2008-12-22  9:52   ` cej
2008-12-22 10:34     ` Tharaneedharan Vilwanathan
2008-12-22 11:02       ` Steve Simon [this message]
2008-12-22 13:06         ` erik quanstrom
2008-12-22 15:35         ` Brian L. Stuart
2008-12-22 16:37           ` Charles Forsyth
2008-12-22 16:34             ` erik quanstrom
2008-12-22 16:52               ` erik quanstrom
2008-12-22 17:14             ` Brian L. Stuart
2008-12-22 17:58               ` Paul Lalonde
2008-12-22 18:25                 ` Brian L. Stuart
2008-12-22 18:32                   ` erik quanstrom
2008-12-22 18:55                     ` Russ Cox
2008-12-22 19:42                       ` erik quanstrom
2008-12-23 18:49                         ` [9fans] Acme scrolling tags (was Re: graphics scaling) Paul Lalonde
2008-12-23 18:54                           ` erik quanstrom
2008-12-23 19:18                             ` Paul Lalonde
2008-12-23 19:17                           ` Steve Simon

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=080126488105ed00ad89215c1995194d@quintile.net \
    --to=steve@quintile.net \
    --cc=9fans@9fans.net \
    /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).