![]() ![]() |
Clipboard operations (Cut/Copy/Paste/Clear)
QPix v2 supports Clipboard operations on the entire picture or on current marquee selections. The resolution of the picture is preserved when it is moved into the clipboard.
Unless the Qpix area is designated as modifiable by the developer, the Cut, Paste and Clear commands are disabled (dimmed).
The Cut command cuts the marquee selection into the Clipboard. When there is no current marquee selection, this command cuts the entire picture.
The area is cleared immediately after issuing a Cut command, regardless of whether a marquee selection existed or not. However, if a marquee selection existed, only this part is cut into the Clipboard.
The Copy command copies the marquee selection into the clipboard. When there is no current marquee selection, this command copies the entire picture.
The Paste command pastes the current Clipboard content into the QPix area., on the condition that this content can be displayed in QPix. When something is pasted from the Clipboard, the origin reported in Image Info is "Application Memory".
The Clear command clears the entire Qpix area.
Cropping an image to a selected rectangle
Use the marquee tool to draw a selection rectangle on the image and the Crop command will be activated. Choosing it will replace the image with the content of the marquee selection.
Unless the QPix area is designated as modifiable by the developer, the Crop command is disabled (dimmed).
Select all
This command selects the entire image.
Unless the marquee is the current tool, the Select All... command is disabled (dimmed).