Replies: 2 comments 5 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. |
|
It would probably be a case of a plugin system for instance you might want to insert certain blocks at a particular offset in a file like for example icons are collection of inner images. But at a lower lever a square of pixel has to line up with certain rows and columns to be applied. |
- 8C3E
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
All reactions