How to capture image from the recorded project with *.camrec format - camtasia

I have a Camtasia project named aaa.camrec and want to capture an image in the middle of the video. How can I do it with highest possible original recording resolution?

Move the time-slider to the frame you want to export,
Click "File" > "Produce special" > "Export frame as..." or press CTRL + F
Choose the name and location on where you want to save the file and click "Save".

#Mrtn answer is correct for Camtasia Studio 8. In CS 9, you still scroll the playhead to the exact frame you desire. Then go to "Share" > Export Frame As... or press CTRL + F
The exported file will be PNG format, which you can then preview or edit in any photo editor program like SnagIt.

In Camtasia 2020, there is a new icon that looks like a camera in the timeline tools. Next to the "Copy" and "Paste" icons, to the left of the timeline zoom slider.
See Screen Capture

Related

Xcode 11 vertical position of editors

In Xcode 10 (and earlier) we could have two editors vertically stacked on top of each other. I have not managed to do that in Xcode 11, only horizontally stacked, which is not optimal using my rotated monitor (using my monitor "in portrait" mode).
Is it possible to vertically align editors?
Choosing File > New > Editor Below will add an editor below the current editor and tell Xcode to vertically stack future editors for that project. You can also choose View > Change Editor Orientation to toggle stacking editors vertically and horizontally.
Thanks to #Mark's answer I knew that it was possible to do vertical alignment of editors, but just now I also discovered that the good old shortcut gets updated according to current Editor aligment.
CMD + SHIFT + O ('Open quickly')
Enter name of type/file you would like to open in a new editor, select the file in the list
Followed by
ALT + ENTER to open the selected file in a new editor (using latest preferred alignemt)

How would I disable the minimap in Xcode?

How do I get rid of the minimap in Xcode?
Updated for Xcode 13
Open a code file, such as *.swift, and press the second from the right button in the top right corner. Then click on Minimap:
In older versions of Xcode, this looked as follows:
in XCode 12.0.1
there are 3 ways to hide or show Minimap.
first, you can do it with the Adjust editor option (see the following image).
next way: check or uncheck Minimap from Editor(menu) -> Minimap. (like following image)
and the last way you can use ⌃⇧⌘M and show or hide Minimap.
Navigate to Adjust Editor Options (at the top right corner, to the left of the Add Editor Below button) and uncheck Minimap (or press ^⇧⌘M).
This is called minimap window which give you insight of where you're in part of whole storyboard/code. This feature was introduced in Xcode11 and is quite useful.
You can show/hide simply by using shortcut key as: cmd + shift + ctrl + M.
Alternatively, you can choose 'Adjust Editor Options' i.e multi-lined stacked icon present on top right of Xcode. Deselect Minimap from dropdown list to hide it and Select to show it.

Zoom only Text in Visual Studio Code

Is there a way to make Vs-code on Mac only zoom the text/file pane of the window? When I hit Command ⌘+ to zoom, it'll zoom all of the window, ie. also the icons on the left hand side and the file pane on the left as well.
Compare these two screen shots, maybe ;)
Vs-code window, normal
Vs-code window, zoomed in
I'd only like the source file (nfsd.sh in the screen shot) to be zoomed.
Answered in https://stackoverflow.com/a/41684631/5295392:
Out of Box solution for zoom in/out for text only:
Ctrl + Shift + P
Type (Open User Settings)
Search (Edit settings.json)
Add "editor.mouseWheelZoom": true
Save it.
You can use your mouse wheel to zoom in or zoom out only text in the text box.
Open your settings.json file and increase editor.fontSize to increase the size of the text on the source file.
Ctrl + Shift + P
Search 'Zoom'
Pick "Editor Font Zoom In"
Repeat till you get what you want.
On Mac, while pressing the command key, slide two fingers upward to zoom out. Slide downward to zoom in.

Shortcut to move cursor to input text in Find Navigator-Xcode 6

What is the shortcut to move cursor to input textfield in Find Navigator in Xcode?
For example, there is a image and I want to find where the image is used in Xcode project. I copy the image's name in Project Navigator (Cmd+C), then move to the Find Navigator (Cmd+3). I want to know shortcut to move cursor to input text field instead click mouse to the text field.
Does anyone know what the shortcut is? Thank you.
After you press CMD+3, try SHIFT+TAB once or press TAB three times. Let me know if it works

how to create an animation using images?

I have a handfull of images that I want to put into a simple program that shows me what the animation will look like?
I know photoshop could do it, but I am looking for something simple. All I want to do is add images to the program and it just shows me what it looks like in sequence. I had a look at some tools, but they all seem soo complicated. Has anyone got any programs they can recommend?
Thanks
Cool Simplest Solution! which i have used many times
PowerPoint
Open the powerpoint presentation.
Select "File"->"Save As" (File being the large round office button)
Either click on "Save As" or click on "Other Formats"
Select where to save (this will save as a folder of images)
Under "Save type as", select "GIF" and click Save
A prompt will appear, select "Every Slide"
A prompt will tell you that it has been saved.
GIMP
Open GIMP
Select "File"->"Open As Layers"
Navigate to the folder of images which you created above.
Select the slides you want to open. Hold down "Ctrl" and click to select several files, or click on a file and then hold "shift" and
click on one further below to select those in between.
Select "Open"...Gimp will now load the images.
Select "File"->"Save As"
For the "Name", make sure it ends in ".gif" such as "example.gif" and click save
An Export File Dialog will pop up:
9 Another dialog will pop up:
10 Hit Save and you're done.
Reference

Resources