Replies: 1 comment 2 replies
-
|
The windows clipboard accepts many different types of files and only applications that are compatible with the type can use paste to save the contents. In this case the file is an image in some image format so only image editors will be able to accept a paste and ImHex is not an image editor. You would need to create an icon file from the contents of the clipboard using irfanview or some image editor. then you'll be able to load the image as a binary file into imhex. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Example, I am in nirsoft IconsExtract
I press "copy select image"
Now the image is in my clipboard
Right here
I can't save that to a file directly, I can paste it in irfanview, but then it will save it as a PNG and add a header.
Iconsextract cannot save individual icons as files either.
I tried pasting into the main window
But that does not create a tab with the raw data clipboard data
Beta Was this translation helpful? Give feedback.
All reactions