Konversi image - hexa

From belajarwiki
Revision as of 13:02, 27 March 2024 by Aditya (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
xxd -p wallpaper.jpg > image.txt
xxd -plain image.txt > image.hex
xxd -r -p image.txt image.jpg


Referensi