Difference between revisions of "Konversi image - hexa"
Jump to navigation
Jump to search
(Created page with " xxd -p wallpaper.jpg > image.txt xxd -plain image.txt > image.hex xxd -r -p image.txt image.jpg ===Referensi=== * https://superuser.com/questions/279548/how-to-convert-fi...") |
(No difference)
|
Revision as of 13:02, 27 March 2024
xxd -p wallpaper.jpg > image.txt xxd -plain image.txt > image.hex xxd -r -p image.txt image.jpg