Search found 2 matches

by Efcis
24 Apr 2020 13:56
Forum: Feature and Enhancement Requests
Topic: Command line removal header byes from files
Replies: 1
Views: 2681

Re: Command line removal header byes from files

Hi guyp

You could try the dd utility (also available for win32 : https://sourceforge.net/projects/unxutils/)

dd if=inputFile.jpg of=outputFile.jpg bs=1 skip=460

It might be possible to write a batch file to execute this command for all your files in one go.
by Efcis
23 Apr 2020 23:58
Forum: Feature and Enhancement Requests
Topic: Adding custom "Bytes per row" values permanently
Replies: 0
Views: 21967

Adding custom "Bytes per row" values permanently

Hi New user here. Great software so far. Thanks to the author. I wanted to use a custom "bytes per row" value (26) to edit binary files I'm working on. I can set this value in the drop-down list (in the tool bar), but it's not retained between sessions. If I set it in the Options / View di...