Eikon Flaws
Flaws
- While the wavelet transforms can operate on any color model,
only YIQ is implemented, and classes like DecomposedImage make
underlying assumptions based on using the YIQ color model.
- It probably would be more elegant if I subclassed ColorModel to
do my hold my YIQ color information (there even seems to be some
skeletal support for this kind of thing in the class) instead of
using YIQImage.convertToYIQ.
- I borrowed some code from OpenCola's
Swarmcast project (for
uniquely tagging images). This code is under the GPL, so it will have
to be removed if this project is ever distributed under another
license.
I customized Swarmcast's ResourceIdfor my purposes, and
outright
copied their methods for translating hex to bytes and back.
Now that you've read how much this thing sucks, why don't you check out
some of the things I have in mind that could make it better?
Luke Francl
Last modified: Mon Mar 4 21:49:53 CST 2002