All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kristen Carlson Accardi <kristen@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH 0/2] convert img to xpm
Date: Thu, 22 Jul 2010 17:10:13 -0700	[thread overview]
Message-ID: <1279843815-28080-1-git-send-email-kristen@linux.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

Changes from last version:
* Added length parameter
* created enum for scheme
* added sanity checking for img length
* added character lookup table to keep color strings
  to no more than 2 chars per pixel.

Kristen Carlson Accardi (2):
  stkutil: convert img to xpm
  test-stkutil: unit test for img to xpm converter

 src/stkutil.c       |  148 +++++++++++++++++++++++++++++++
 src/stkutil.h       |    8 ++
 unit/test-stkutil.c |  240 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 396 insertions(+), 0 deletions(-)


             reply	other threads:[~2010-07-23  0:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-23  0:10 Kristen Carlson Accardi [this message]
2010-07-23  0:10 ` [PATCH 1/2] stkutil: convert img to xpm Kristen Carlson Accardi
2010-07-23 20:03   ` Denis Kenzior
2010-07-23 20:52     ` Kristen Carlson Accardi
2010-07-23 21:03       ` Denis Kenzior
2010-07-23 21:39         ` Kristen Carlson Accardi
2010-07-23 21:46           ` Denis Kenzior
2010-07-23 22:02             ` Kristen Carlson Accardi
2010-07-23 22:03               ` Denis Kenzior
2010-07-23  0:10 ` [PATCH 2/2] test-stkutil: unit test for img to xpm converter Kristen Carlson Accardi
  -- strict thread matches above, loose matches on Subject: below --
2010-07-22  5:06 [PATCH 0/2] convert img to xpm Kristen Carlson Accardi

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=1279843815-28080-1-git-send-email-kristen@linux.intel.com \
    --to=kristen@linux.intel.com \
    --cc=ofono@ofono.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.