diff options
author | Barry Warsaw <barry@python.org> | 2001-04-18 03:48:41 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-04-18 03:48:41 +0000 |
commit | 6330b523272fecde3ef20276c036d7908208173b (patch) | |
tree | 781b76d01a9276eb8192259b2aec00002dc5670f /Tools/pynche | |
parent | 293f77af6f9ceb96e527c17e0a7a72882d7680b2 (diff) | |
download | cpython-git-6330b523272fecde3ef20276c036d7908208173b.tar.gz |
There have been a few new Python releases <wink> in the 2 years since
this tool was last touched! Update some of the introductory material
and bump the version to 1.1.
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/README | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Tools/pynche/README b/Tools/pynche/README index 1042934a86..33a7fc250a 100644 --- a/Tools/pynche/README +++ b/Tools/pynche/README @@ -2,7 +2,7 @@ Pynche - The PYthonically Natural Color and Hue Editor Contact: Barry A. Warsaw Email: bwarsaw@python.org -Version: 1.0 +Version: 1.1 Introduction @@ -16,13 +16,12 @@ Introduction changed the name because these days, too many other systems have the acronym `ICE'. - Pynche has been tested with Python 1.5.x using Tk 8.0.x. It - probably works with Python 1.5. I've tested it on both Solaris - 2.6 and Windows NT. There are some funky things that happen on - Windows but I think they are primarily Tk problems. You'll want - to be sure to have at least Tk 8.0.3 for Windows. Also, Pynche is - very colormap intensive, so it doesn't work very well on 8-bit - graphics cards. I'll probably fix that in the future. + Pynche should work with Python 1.5.2, 2.0, or 2.1, using Tk 8.0.x. + It's been tested on Solaris 2.6, Windows NT 4, and various Linux + distros. You'll want to be sure to have at least Tk 8.0.3 for + Windows. Also, Pynche is very colormap intensive, so it doesn't + work very well on 8-bit graphics cards; 24bit+ graphics cards are + so cheap these days, I'll probably never "fix" that. Pynche must find a text database of colors names in order to provide `nearest' color matching. Pynche is distributed with an @@ -359,8 +358,6 @@ To Do - Better support for resizing the top level windows - - Better support on 8-bit screens - - More output views, e.g. color solids - Have the notion of a `last color selected'; this may require a |