Welcome Guest.   Make a donation to an author on the site July 29, 2010, 03:48:57 PM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Read the full one-year retrospective report on DonationCoder.com.
   
   Forum Home   Thread Marks Chat! Downloads Search Login Register  
Pages: [1] 2   Go Down
  Print  
Author Topic: Screenshot aliases using MiniCap  (Read 14059 times)
TucknDar
Charter Member
***
Posts: 1,028


Advanced coder of Nowt

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« on: July 24, 2008, 09:54:28 AM »

mouser's excellent Screenshot Captor does pretty much everything you need for screenshot capturing (and more) but isn't exactly a tiny lightweight app. But it's baby brother MiniCap is a command line based screenshot capture app. This makes it ideal for the quick screenshot capturing tasks, and also ideal for FARR aliases!

You'll find MiniCap here: http://www.donationcoder....Mouser/MiniCap/index.html

I've put together a package that includes some aliases as well as a fresh build of MiniCap itself. These aliases should cover a range of screenshot options but adding or editing should be easy enough.

Quote from: mouser
to install this you would put the minicap directory in your FindAndRunRobot\AliasGroups\Installed directory.  That alias subdirectory is marked as Read-only from within FARR so that it can be easily updated.

To use, type 'mcap' which will present you with the following commands
CommandDescription
Screen captureCaptures current screen
Last active window captureCaptures the last active window (i.e. active before launching FARR Wink )
Select region captureInteractive capture of region (traditional style mode -- locked to current screen of multimonitor)
Object captureInteractive capture of object (red box mode)
Red box region captureInteractive capture of region (red box mode)
Capture to clipboardCopy the interactively selected image to clipboard
Border shadow captureAdd a nice border and shadow to interactively selected image
DC Review captureAutosaves to "%MYDOCUMENTS%\reviews\$appname$\$windowtitle$_$uniquenum$.png"
I found this was quite helpful when working on a minireview
Multimon captureCapture entire desktop workspace (all multimonitors if more than one exists)
Delayed screen capture (4 secs)Wait 4 seconds before engaging capture of current screen
Help with MiniCapLaunches the MiniCap helpfile

Thanks goes to mouser for both a lot of help and suggestions while making the aliases and for updating MiniCap and adding several new features. Looking at several other aliases was also very helpful, so if you've released a pack of aliases I've probably looked at it in awe Wink

Latest version, 1.3, can be downloaded from my dcmembers webspace!

screenshot:
« Last Edit: January 04, 2009, 11:43:59 AM by TucknDar » Logged

mouser
First Author
Administrator
*****
Posts: 24,001



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #1 on: July 24, 2008, 10:34:55 AM »

really great.. I'll bet at lot of people find this useful.

here's a cool thing you could do -- for the items that auto capture into a directory, you could add the command to browse that directory onto the alias result.  you would do it by adding something like ";;; restartsearch %MYDOCUMENTS%\crashinfo\" to the alias result before the icon.
Logged
mouser
First Author
Administrator
*****
Posts: 24,001



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #2 on: July 24, 2008, 10:37:13 AM »

Another note to users, to install this you would put the minicap directory in your FindAndRunRobot\AliasGroups\Installed directory.  That alias subdirectory is marked as Read-only from within FARR so that it can be easily updated.

If you wanted to customize some of the results, you could instead put it in your FindAndRunRobot\AliasGroups\MyCustom directory, which makes it editable from within FARR.
Logged
TucknDar
Charter Member
***
Posts: 1,028


Advanced coder of Nowt

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #3 on: July 24, 2008, 10:43:05 AM »

Another note to users, to install this you would put the minicap directory in your FindAndRunRobot\AliasGroups\Installed directory.  That alias subdirectory is marked as Read-only from within FARR so that it can be easily updated.

If you wanted to customize some of the results, you could instead put it in your FindAndRunRobot\AliasGroups\MyCustom directory, which makes it editable from within FARR.
Yes, that's true, I actually put that in a readme within the archive, but forgot to write it here. Thanks smiley
Logged

herojoker
Participant
*
Posts: 124


View Profile Give some DonationCredits to this forum member
« Reply #4 on: July 24, 2008, 12:08:21 PM »

Mmh, I just put it in plugins and it works!
Logged
mouser
First Author
Administrator
*****
Posts: 24,001



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #5 on: July 24, 2008, 12:10:45 PM »

plugin directory is scanned for alias files as well.
Logged
herojoker
Participant
*
Posts: 124


View Profile Give some DonationCredits to this forum member
« Reply #6 on: July 24, 2008, 12:13:04 PM »

Ah cheesy
To have a clean installation I moved the directory to the proposed directory (surprise: it still works  Wink )
Logged
tomos
Charter Member
***
Posts: 3,745



see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #7 on: July 24, 2008, 01:59:40 PM »

that looks great TucknDar  Thmbsup
Logged

Free  FreeHand.org
kartal
Supporting Member
**
Posts: 1,483


View Profile Give some DonationCredits to this forum member
« Reply #8 on: July 24, 2008, 02:54:07 PM »

Is it possible to create folders with minicap as well? I just hate when all the screenshots are delivered to the same folder. I was hoping that I could deliver them to dated folders daily.

Logged
TucknDar
Charter Member
***
Posts: 1,028


Advanced coder of Nowt

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #9 on: July 24, 2008, 04:02:57 PM »

Yes, that's possible. Use something like 'minicap.exe -capturescreen -save "c:\existing\folder\$date$\capture$uniquenum$.png" -exit
Logged

kartal
Supporting Member
**
Posts: 1,483


View Profile Give some DonationCredits to this forum member
« Reply #10 on: July 24, 2008, 05:54:50 PM »

Actually it does not work.
I used this one
-capturescreen -save "C:\temp\EkranYakala\$date$\$appname$$uniquenum$_$date$$time$.png" -exit





* greenshot_2008-07-24_18-58-51.png (5.64 KB, 637x103 - viewed 302 times.)
« Last Edit: July 24, 2008, 05:59:06 PM by kartal » Logged
mouser
First Author
Administrator
*****
Posts: 24,001



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #11 on: July 24, 2008, 06:13:07 PM »

MiniCap is supposed to autocreate the directory for you.

It may be the spaces or presence of illegal directory caharacters that could cause it to fail?
« Last Edit: July 24, 2008, 06:16:06 PM by mouser » Logged
kartal
Supporting Member
**
Posts: 1,483


View Profile Give some DonationCredits to this forum member
« Reply #12 on: July 24, 2008, 06:44:17 PM »

Mouser I posted the commandline, do you see any anomaly?
Logged
mouser
First Author
Administrator
*****
Posts: 24,001



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #13 on: July 24, 2008, 06:58:22 PM »

im guessing its the "7/24/2008 "

im adding some date/time replacements to minicap to make it easier to specify custom paths based on dates.
Logged
kartal
Supporting Member
**
Posts: 1,483


View Profile Give some DonationCredits to this forum member
« Reply #14 on: July 24, 2008, 07:08:32 PM »

So I am guessing that it is not possible to do what I want in the current version?

Btw it has very nice command line options, nice job on that one.
Logged
mouser
First Author
Administrator
*****
Posts: 24,001



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #15 on: July 24, 2008, 07:13:57 PM »

It is possible to do what you want its just easier in the new version because you can specifically put in fields for month, day, year so its easier to format date stuff properly.
Logged
kartal
Supporting Member
**
Posts: 1,483


View Profile Give some DonationCredits to this forum member
« Reply #16 on: July 24, 2008, 07:17:13 PM »

So what is the solution to what I am trying to achieve? smiley
Logged
mouser
First Author
Administrator
*****
Posts: 24,001



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #17 on: July 24, 2008, 07:34:53 PM »

grab the latest minicap just uploaded:
http://www.donationcoder....ownloads/MiniCapSetup.exe

replace the minicap.exe in the farr alias with this new one once you extract it.

then you should be able to do something like this:

-capturescreen -save "C:\temp\EkranYakala\$dt:Y$\$dt:m$\$dt:H$\$appname$$uniquenum$.png" -exit
Logged
kartal
Supporting Member
**
Posts: 1,483


View Profile Give some DonationCredits to this forum member
« Reply #18 on: July 24, 2008, 08:05:37 PM »

Thanks Mouser.  I was looking for such feature for so long I have tried so many applications. Minicap+Powerpro=real gem


Only problem I am having is that none of these name titles work. Everything works except window or app titles. I am under 64bit.

Here is my command line

-capturescreen -save "C:\temp\EkranYakala\$dt:m$_$dt:Y$\$appname$_$uniquenum$_$date-time$.png" -exit

 $appdir$ - application directory (useful if you want to save snapshot in same directory)

· $appname$ - application exe name (without path)

· $nicename$ - nice name of application exe (taken from exe resource)

· $windowtitle$ - window caption

« Last Edit: July 24, 2008, 08:13:30 PM by kartal » Logged
kartal
Supporting Member
**
Posts: 1,483


View Profile Give some DonationCredits to this forum member
« Reply #19 on: July 24, 2008, 08:11:22 PM »

And the second problem I have is that capturing by the window does not stay open at all. It opens and closes very quickly and does nto leave any time to select any window.

-captureobjselect -save "C:\temp\EkranYakala\$dt:m$_$dt:Y$\$appname$_$uniquenum$_$date-time$.png" -exit

-captureredregselect is not working either.
Logged
mouser
First Author
Administrator
*****
Posts: 24,001



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #20 on: July 24, 2008, 08:24:49 PM »

use: -sleep #
to sleep for a few seconds (specified in #) to give you chance to select the window.
Logged
TucknDar
Charter Member
***
Posts: 1,028


Advanced coder of Nowt

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #21 on: July 29, 2008, 04:42:44 AM »

updated first post with link to download.

edit: Download is at http://tuckndar.dcmembers.com/download.php?view.2

The alias pack now includes latest version of MiniCap (1.11.01)
Logged

TucknDar
Charter Member
***
Posts: 1,028


Advanced coder of Nowt

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #22 on: July 31, 2008, 03:33:19 AM »

new version includes latest MiniCap (v1.12.01), with support for -promptsave command. I've only added this to the Bordershadow capture, but should be easily added to other aliases as well.

Border shadow capture with promptsave:
[copy or print]
minicap.exe -captureregselect -bordershadow -promptsave -clipimagepath -exit
This command will now let you select what to capture, then add a nice shadow and open a save dialog. Once you've saved your screenshot, the full path to the file is copied to clipboard and minicap is exited. Now you can easily use your screenshot in a forum post smiley

"Example" while making this post:

(Yes I realize that doesn't prove anything, but take my word for it, it took about 3 seconds including typing, to have that screenshot attached Wink )

The MiniCap alias now also comes with DCUpdater support! You don't need to miss even a minor upgrade Wink

Download is at the same place: http://tuckndar.dcmembers.com/download.php?view.2
Logged

tomos
Charter Member
***
Posts: 3,745



see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #23 on: July 31, 2008, 06:29:35 AM »

"Example" while making this post:  (see attachment in previous post)(Yes I realize that doesn't prove anything, but take my word for it, it took about 3 seconds including typing, to have that screenshot attached Wink )

very impressive TucknDar - that will be a great help -
we'll probably start to see a huge increase in screenshots attatched to posts now smiley
Logged

Free  FreeHand.org
TucknDar
Charter Member
***
Posts: 1,028


Advanced coder of Nowt

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #24 on: August 23, 2008, 12:31:13 AM »

Bit of a shameless bump this, but are there any requests? It's pretty easy adding stuff yourself, but if you've made new minicap-aliases why not share them here and I'll include them in my "official" minicap alias!

I'm also going to do a bit of work on the icons, so they will all be different and hopefully even more relevant to the commands.
Logged

Pages: [1] 2   Go Up
  Print  
 
Jump to:  
   Forum Home   Thread Marks Chat! Downloads Search Login Register  

DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
SMF © 2006-2009, Simple Machines LLC

social bookmark this page