Hi,

It would be interesting to know the frequencies of bytes in your image.
Are there any ASCII CR at all?

    awk 'END {while (i < 256) {printf "%d %o\n", i, i; i++}}' </dev/null |
    while read d o; do
        echo $d $(tr -dc \\$o <IMAGE.000 | wc -c)
    done

Cheers,


Ralph.




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
arcem-user mailing list
arcem-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/arcem-user

Reply via email to