XNviewMP 1.9.4 with bug in Copy and Paste resource
Moderators: helmut, xnview, Dreamer
-
josedumoretzsohn
- Posts: 107
- Joined: Fri Sep 25, 2009 11:13 am
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
I just found the Opacity value resource inside the Draw panel, but there it cannot serve the Select + Copy + Paste operation.
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
record your screen with windows Snipping tool and upload to imgur.comjosedumoretzsohn wrote: Wed Oct 15, 2025 10:22 pm I am trying to cope with 1.9.5, but the Paste-resulted image is still much darker than the piece selected and copied, and in 1.9.5 there's no Toolbar where to manage the Opacity value.
-
josedumoretzsohn
- Posts: 107
- Joined: Fri Sep 25, 2009 11:13 am
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
Sorry to extend on this, but the fact is: in MP 1.9.3x64, under fully updated Windows 11, when, working on a very same image, after we Select and Copy a frame and then Move the frame anywhere else and Paste it there, the color is absolutely the same as the original one copied, which means the Opacity value is also absolutely the same when moved from one place to the other. Why is it different in 1.9.4 and 1.9.5 ? I am working with the three last versions 1.9.3 and 1.9.4 and 1.9.5, trying to learn whether I can find a final solution. Thank you for your guidance.
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
in 1.94/1.95, you can now change the opacity of pasted imagejosedumoretzsohn wrote: Thu Oct 16, 2025 7:04 am Sorry to extend on this, but the fact is: in MP 1.9.3x64, under fully updated Windows 11, when, working on a very same image, after we Select and Copy a frame and then Move the frame anywhere else and Paste it there, the color is absolutely the same as the original one copied, which means the Opacity value is also absolutely the same when moved from one place to the other. Why is it different in 1.9.4 and 1.9.5 ? I am working with the three last versions 1.9.3 and 1.9.4 and 1.9.5, trying to learn whether I can find a final solution. Thank you for your guidance.
Pierre.
-
josedumoretzsohn
- Posts: 107
- Joined: Fri Sep 25, 2009 11:13 am
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
Thanks a lot !
-
xnviewfriend
- Posts: 7
- Joined: Mon Oct 20, 2025 7:38 pm
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
Hello everyone, my first post. 
I'm using XnView since many years, and the copy/paste tool is one of my regularly used tools. The upgraded copy/paste function is really great for pasting content with accuracy, while having visual control during the process. But when accuracy is not required but a fluent work flow is mandatory, the new copy/paste function isn't the right tool for the job.
For example, I often draw a selection with the mouse, then copy the current selection, then repeatedly paste the content while dragging the selection frame to new coordinates across the image, sometimes in quick succession depending on the current task I want to achieve. With the new functionality, this quick copy/paste routine isn't practicable anymore, because every paste requires to be confirmed by either clicking the OK button on the top of the XnView edit screen, or by right-clicking into the selection three times in quick succession. For copy/paste jobs, where accuracy isn't required, the necessity to confirm every paste continuously brakes the creative flow.
That's why I want to suggest making both the old and the new copy/paste tool path available in XnView. Each function is available as a command that can be bound to a user defined keyboard shortcut. The updated copy/paste routine could go by the name "Copy/Paste enhanced", or maybe name the old routine "Copy/Paste classic".
I'm using XnView since many years, and the copy/paste tool is one of my regularly used tools. The upgraded copy/paste function is really great for pasting content with accuracy, while having visual control during the process. But when accuracy is not required but a fluent work flow is mandatory, the new copy/paste function isn't the right tool for the job.
For example, I often draw a selection with the mouse, then copy the current selection, then repeatedly paste the content while dragging the selection frame to new coordinates across the image, sometimes in quick succession depending on the current task I want to achieve. With the new functionality, this quick copy/paste routine isn't practicable anymore, because every paste requires to be confirmed by either clicking the OK button on the top of the XnView edit screen, or by right-clicking into the selection three times in quick succession. For copy/paste jobs, where accuracy isn't required, the necessity to confirm every paste continuously brakes the creative flow.
That's why I want to suggest making both the old and the new copy/paste tool path available in XnView. Each function is available as a command that can be bound to a user defined keyboard shortcut. The updated copy/paste routine could go by the name "Copy/Paste enhanced", or maybe name the old routine "Copy/Paste classic".
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
you can enable old behavior by chagingxnviewfriend wrote: Mon Oct 20, 2025 8:29 pm That's why I want to suggest making both the old and the new copy/paste tool path available in XnView. Each function is available as a command that can be bound to a user defined keyboard shortcut. The updated copy/paste routine could go by the name "Copy/Paste enhanced", or maybe name the old routine "Copy/Paste classic".
Code: Select all
pasteOldMethod=truePierre.
-
xnviewfriend
- Posts: 7
- Joined: Mon Oct 20, 2025 7:38 pm
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
I can confirm that this is working nicely, thank you so much.xnview wrote: Sun Oct 26, 2025 1:53 pm you can enable old behavior by chagingCode: Select all
pasteOldMethod=true
I would welcome you adding an option to choose between both copy/paste functions via keyboard shortcuts or means of the user interface. In the current situation, you kind of have to ~permanently~ choose between one of the two available functions while sacrificing access to the other at the same time.
Do you have plans to make both options selectable in a future release?
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
Thanks so much! Copy and paste is more usable for me in 1.9.5. I've seen the code to restore the old behavior (pasteOldMethod=true), but I don't understand how to use it. Could you tell me how to use it to restore the 1.9.3 copy/paste environment (I don't want to see the new toolbar with its opacity and position), if possible? Thanks again.xnviewfriend wrote: Mon Oct 27, 2025 12:29 amI can confirm that this is working nicely, thank you so much.xnview wrote: Sun Oct 26, 2025 1:53 pm you can enable old behavior by chagingCode: Select all
pasteOldMethod=true
I would welcome you adding an option to choose between both copy/paste functions via keyboard shortcuts or means of the user interface. In the current situation, you kind of have to ~permanently~ choose between one of the two available functions while sacrificing access to the other at the same time.
Do you have plans to make both options selectable in a future release?
-
xnviewfriend
- Posts: 7
- Joined: Mon Oct 20, 2025 7:38 pm
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
1. exit XnViewmguarra wrote: Tue Oct 28, 2025 5:37 am Copy and paste is more usable for me in 1.9.5. I've seen the code to restore the old behavior (pasteOldMethod=true), but I don't understand how to use it. Could you tell me how to use it to restore the 1.9.3 copy/paste environment (I don't want to see the new toolbar with its opacity and position), if possible?
2. open xnview.ini in a text editor
3. add "pasteOldMethod=true" (without the quotes) to the section [Viewer]
4. restart XnView
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
Thank you very much, I will try.xnviewfriend wrote: Tue Oct 28, 2025 9:39 pm1. exit XnViewmguarra wrote: Tue Oct 28, 2025 5:37 am Copy and paste is more usable for me in 1.9.5. I've seen the code to restore the old behavior (pasteOldMethod=true), but I don't understand how to use it. Could you tell me how to use it to restore the 1.9.3 copy/paste environment (I don't want to see the new toolbar with its opacity and position), if possible?
2. open xnview.ini in a text editor
3. add "pasteOldMethod=true" (without the quotes) to the section [Viewer]
4. restart XnView
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
Something like 'Paste in selection'?xnviewfriend wrote: Mon Oct 27, 2025 12:29 am
I would welcome you adding an option to choose between both copy/paste functions via keyboard shortcuts or means of the user interface. In the current situation, you kind of have to ~permanently~ choose between one of the two available functions while sacrificing access to the other at the same time.
Pierre.
-
xnviewfriend
- Posts: 7
- Joined: Mon Oct 20, 2025 7:38 pm
Re: XNviewMP 1.9.4 with bug in Copy and Paste resource
Here's how I envision a good workflow using both the old and new copy/paste functions. This requires making both the old and the new copy/paste functions available as bindable keyboard shortcut commands, like I suggested earlier.
- Draw a selection with the mouse (using the old copy/paste function).
- Copy the selection [Ctrl+C].
- Drag the selection frame to the desired destination, without the copied content being visible inside the selection frame, as this would block the view when adjusting the selection position and frame size at the destination.
Either continue with step 4 or 6:
- Press a user-definable keyboard shortcut (for example [Ctrl+Alt+V]) to switch to the new enhanced copy/paste function.
- Drag the selection frame to the desired destination, with the copied content being visible inside the selection frame, allowing for fine-adjustment at the destination coordinates using visual control.
- Paste the selection content [Ctrl-V] without any confirmation dialog.
The user can switch between the old and new copy/paste functionality at any time by pressing a definable keyboard shortcut. Optionally, the user can en-/disable a confirmation dialog when pasting copied content. This allows for quick copy/paste jobs (cloning) without confirmation dialogs interrupting the workflow.
Just an idea for the selection frame:
Perhaps the selection frame can be (optionally) enhanced by adding two clickable buttons/characters. One represents the confirmation to paste the selected content, the other toggles between the old and the new copy/paste functionality.
Simple draft:
..............(√)..(≡).
. .
. .
. .
........................