bytes per row slider #1107
Replies: 5 comments 5 replies
-
1k to 5k is an absolute MASSIVE number of bytes that need to be displayed on the screen and this is in my opinion really not how this feature is intended to be used. Instead you should consider writing a pattern that highlights the images (and potentially use the bitmap visualizer to turn it into an image right away) |
Beta Was this translation helpful? Give feedback.
-
"1k to 5k is an absolute MASSIVE number of bytes that need to be displayed on the screen"
"this is in my opinion really not how this feature is intended to be used." "Instead you should consider writing a pattern that highlights the images" "(and potentially use the bitmap visualizer to turn it into an image right away)" That being said, the visualizer looks cool, but I can't figure out how to get it to visualize anything. I'm sure I'm just doing something wrong, but I can't figure out what right away :( Whatever you decide to do with this feedback, I like this hex editor. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
All sliders can be ctrl-clicked to enable keyboard input. Note that this bypasses the bounds checks that are inherent in the sliding mechanic so it is possible to enter invalid values that may unwanted results. |
Beta Was this translation helpful? Give feedback.
-
Thanks ! I managed to increase the columns count to 255 before something broke Here is what that looks like Scrolling this is still buttery smooth. I estimate I would need 384 columns to fill my 3 monitors and maybe 500 columns to fill it without the ASCII view. Scanning very large data files, like ISO files, allows finding all sorts of interesting patterns, he is a short clip 2025-06-07_16h17s37_x.mp4I am curious if it could be also colored for certain patterns, like coloring strings a certain colour, and/or coloring numerical values by their amplitude and recognizing various other data structures like ascii versus unicode or executable CPU instructions |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a workflow that requires inspecting small images of different widths, and I've found it very helpful to visually see the image frames by adjusting the bytes per row to match their widths.
Unfortunately the slider for this is hidden in the "Extras->Settings" menu and doesn't have a lot of direct adjust-ability, but fortunately I can use ctrl-click to manually set the value.
It would be nice to have this on the front page (probably above the address bar) and expand the range to something in the 1k to 5k range, or at least prevent the program from crashing if an excessively large value is set, or maybe allow the user to set the upper range value.
Beta Was this translation helpful? Give feedback.
All reactions