Help for this page

Select Code to Download


  1. or download this
    # hex up your image
    open IMG, "$ARGV[0]"
    ...
    while ($txt = substr($hex,0,32,'')) {
        print "'$txt'\n";
    }
    
  2. or download this
    # print your hexed stuff out
    print "Content-type: image/gif\n\n";
    ...
    
      return(pack("H*",$image));
    }