9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] shrinking an Image?
Date: Sun, 27 Aug 2006 13:22:28 -0500	[thread overview]
Message-ID: <8e0bd6e9dd16b007f6afd711a1dd2b9d@quanstro.net> (raw)
In-Reply-To: <200608271734.k7RHYVl22017@demeter.cs.utwente.nl>

you could have skipped this step by disabling error diffusion.
the bugs section of iconv(1) mentions this.

i think the main problem with the current error diffusion is that
the scan always goes from left to right.  a simple fix might be to
alternate the scan from left-to-right then right-to-left.  also, the
error diffusion needs to be extended beyond 3 color channels
(for example, to b&w).

perhaps i don't understand the problem properly, but i think it
might make sense to remove the error diffusion from jpg and friends
and add it to iconv.

- erik


  parent reply	other threads:[~2006-08-27 18:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-26 21:13 Axel Belinfante
2006-08-26 21:21 ` andrey mirtchovski
2006-08-27  7:51   ` lucio
2006-08-27 14:37     ` Russ Cox
2006-08-27 16:45       ` lucio
2006-08-27 15:09     ` erik quanstrom
2006-08-27 16:46       ` lucio
2006-08-27 17:34       ` Axel Belinfante
2006-08-27 17:46         ` andrey mirtchovski
2006-08-27 18:22         ` erik quanstrom [this message]
2006-08-28 22:17     ` Steve Simon
2006-08-28 23:07       ` erik quanstrom
2006-08-27 17:20   ` Axel Belinfante
2006-08-26 21:22 ` Federico Benavento

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=8e0bd6e9dd16b007f6afd711a1dd2b9d@quanstro.net \
    --to=quanstro@quanstro.net \
    --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).