wxHexEditor icon indicating copy to clipboard operation
wxHexEditor copied to clipboard

DataInterpreter: Add visual hex color interpretation

Open schrmh opened this issue 2 years ago • 2 comments

It would be nice if the DataInterpreter could display a visual color of the selected block values (needs #213 first). E.g. on three selected blocks RGB and on four RGBA (maybe ARGB alternatively). Alternatively (or additionally) a color name could be displayed to give a hint but visual is better I would say.

schrmh avatar Oct 20 '23 06:10 schrmh

How a similar thing looks in Imhex (with mouse pointer over the RGBA8 color): image In this case it just takes the next four values from the cursor position. Guess this is just simpler anyways than having to select four blocks.

schrmh avatar Oct 22 '23 20:10 schrmh

Since data interpretation section became enormous with addition of date-time section that enabled at last trunk, might be it's good to have a options dialog to customize which values gonna how than allow RGBA8 and RGB565 color selections.

EUA avatar Oct 28 '23 15:10 EUA