feature wish: copy an image into clipboard, paste into TC
Moderators: Hacker, petermad, Stefan2, white
feature wish: copy an image into clipboard, paste into TC
feature wish: copy an image into clipboard, paste into TC's lister, and get an image file (e.g., png) with that image created.
I love this for screenshots that I need to covert to files.
Dopus does this too, and I miss it -even though I love all the new things I gained after moving to TC-
Thanks
I love this for screenshots that I need to covert to files.
Dopus does this too, and I miss it -even though I love all the new things I gained after moving to TC-
Thanks
2urlwolf
If you use Imagine as your Lister plugin for images you can paste from the clipboard.
http://www.nyam.pe.kr/phpBB2/viewtopic.php?t=8
If you use Imagine as your Lister plugin for images you can paste from the clipboard.
http://www.nyam.pe.kr/phpBB2/viewtopic.php?t=8
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
I'm currently using Irfanview for that purpose. I've made a menu entry (it can also be a button or mapped to a hotkey)
Command:
parameters
That way i have jpg file in the active panel named "clipboard_date_time.jpg" where date_time are date and time of the creation of the file.
I think it can also be done with nconvert from xnview and i guess that must be there some other small utility made just for this purpose
Command:
Code: Select all
Your path to irfanview\i_view32.exe
Code: Select all
/clippaste /convert=%pclipboard$U.jpg /jpgq=80
I think it can also be done with nconvert from xnview and i guess that must be there some other small utility made just for this purpose

No - try solid's suggestion.Is that what Imagine does?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
You probably forgot to assign an icon to the button - then you can't see it.still cannot find the button I created
You add it to your .mnu file (usually depends on your language selection):How do you make a menu entry? Maybe that's easier...
Code: Select all
MENUITEM "Item text", cm_command
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
petermad wrote:You probably forgot to assign an icon to the button - then you can't see it.still cannot find the button I created
You add it to your .mnu file (usually depends on your language selection):How do you make a menu entry? Maybe that's easier...Code: Select all
MENUITEM "Item text", cm_command
Still no luck, I created a em_command in usercmd.ini with:
Code: Select all
[em_pasteClipImgFile]
cmd=path\to\TC UP\PLUGINS\Tools\IrfanView\ /clippaste /convert=%pclipboard$U.jpg /jpgq=80
Code: Select all
MENUITEM "&save clipboard as img file", em_pasteClipImgFile
You shoul do it like this:
Note that i_view32.exe is added in the command, its missing in your code.
Even better, open the commands browser, select usercmd.ini and edit the command there.
Code: Select all
[em_pasteClipImgFile]
cmd=path\to\TC UP\PLUGINS\Tools\IrfanView\i_view32.exe
param=/clippaste /convert=%pclipboard$U.jpg /jpgq=80
Even better, open the commands browser, select usercmd.ini and edit the command there.
You can get the command browser ("Choose command") by clicking the button with the magnifying glass on in either of these places:No idea how to get the commands browser
1. Configuration -> Misc. -> Redifine Hotkeys -> Command
2. Change button bar -> Command
3. Change Start menu - Command
4. Change directory menu - Command
Or by using the internal command cm_CommandBrowser as also sugested by roentgen
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar