Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xcmhextobin(1)		     General Commands Manual		  xcmhextobin(1)

NAME
     xcmhextobin - is a pipe converter

SYNOPSIS
     xcmhextobin [-s] [-f PATTERN] [-d NUMBER] [-l MAX_LENGTH] [HEX_FILE]

     | xcmhextobin

DESCRIPTION
     The  xcmhextobin  tool  converts a hexadecimal ecoding into binary data and
     back. It can be used as a filter to xcmedid.

EXAMPLES
     Convert from Hex to Binary:
	    echo 48656C6c6f20776f726C64210a | xcmhextobin

     Convert xrandr outputs second edid:
	    xrandr --props | xcmhextobin -sf 00ffffffffffff00  -l  128	-d  1  |
	    xcmedid --openicc

     Convert ArgyllCMS DB EDID value:
	    cat ~/.config/color.jcnf | xcmhextobin -sf 00ffffffffffff00 -l 128 |
	    xcmedid --openicc

     Convert from Binary to Hex:
	    cat EDID.bin | xcmhextobin -r

AUTHOR
     Kai-Uwe Behrmann (ku.b (at) gmx.de)

COPYRIGHT
     (c) 2016, Kai-Uwe Behrmann
     License: MIT <http://www.opensource.org/licenses/mit-license.php>

SEE ALSO
     xcmedid(1) libXcm(3) XcmEdidParse(3)
     http://www.oyranos.org

REPORTING BUGS
     at: https://github.com/oyranos-cms/xcm/issues

User Commands			November 22, 2016		  xcmhextobin(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xcmhextobin&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help