Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 226 227 228 229 230 [231] 232 233 234next
1151
tamer1,
If I understand what you want corretly, then it can be done easily in AutoHotKey or some similar script tool (it's free, see autohotkey.com ). For example, here's a script that AutoHotKey can make a compiled .exe file out of. When you drop a file on it, it checks if the file is from one of two folders and runs a set program based on that. To look for other folders and run other programs, just expand the basic formula for those cases (some programs need a special character before the path to the dragged and dropped file though. So you might need "run, C:\Program\UltraEdit-32\uedit32.exe /%1%" or -%1% or something like that in some cases. Hope this helps!

SplitPath, 1,, xdirname
if xdirname = C:\program\xx
 run, notepad %1%
if xdirname = C:\program\xx2
 run, C:\Program\UltraEdit-32\uedit32.exe %1%
return

1152
I also think GreatNews is impressive. One great thing I noticed while testdriving it is that it allows different "expiration dates" for different feeds. That´s great since there are so many types of feeds. Some feeds I treat almost like email and so want to store some items indefinitely. For other feeds, I just want to se the most recent 10 or so items in the flow.

1153
Nighted & lanux128, No and No. Perry, Yes!  :D

We could separate:
1. Photo panorama maker: tool that takes several photos of the same motif from partly different angles and stiches them together to a large, borderless panorama photo. (PhotoShop can do this and so can the various standalone tools in the threaed lanux128 mentions)

2. contact sheet creator: tool that takes several images of different motifs and creates a large image with row and column separated thumbnails of the input images. (several mentioned in this DC thread )

3. "non-resizing input separating image appender": tool that takes several images, like partial area screenshots, and creates a large image with row and column separated non-resized copies of the input images.

I'm looking for a screen capture tool that does 3 automatically.

Here's a quick example of what I thought the output of 3 might look like when used to capture parts of a site (ideally background color, distance between images and so on should be customizable):
[attachthumb=#1][/attachthumb]

Some uses this would have:
- create an overview image of various parts of a site/application for use in a review
- create a photo mosaic by screencapping parts of your photos (when viewing them) to send to friends/family

1154
mouser,
Such a general purpose program sounds very useful too! I haven't switched to ScreenshotCaptor mainly because I haven't had a need for its more powerful features but this kind of thing would win me over. Was it something like this you had in mind: when a user drags an image from explorer over the "stitcher application" window the image is automatically read into the program and displayed like a dragged image object. Releasing the mouse button automatically pastes it onto the canvas.

I still think that a program that autostitches images would be faster in some cases though. For example, imagine taking 20+ partial area screencaps from various parts of a site. That means a whole lot of dragging and dropping after capturing compared to some autoappending solution.

Perry,
"SnagIt (which we're given at work) has a not-too-disimilar feature where you can add multiple objects from the one screen to one image (via multi-click), which means you can "composit" your base image more easily if it requires more than one window... but that's not what Nod5 was wanting anyway "

Thanks. I'll check it out, it might be close enough.

1155
I currently use FastStone Screen Capture since it is simple and lightweigth and since I most often do not need the more advanced features that other screen capture programs offer.

But today I did need a feature that FastStone lacks. I needed to take a sequence of (partial area) screencaps and append/stitch them into one single image.

So I'm ideally looking for a tool that: makes a screen capture each time the user presses a hotkey/button and draws an area with the mouse (many tools do that already) AND automatically appends/stitches the capture to a single image (this is the critical feature I'm after). At the end of the sequence, the user presses another hotkey/button and the image is then saved somewhere.

A plus would be if parameters like maximum width/height and background color could be set in advance. So for example, after stitching two screencaptures together horizontally, if appending a third capture on the same "row" would exceed the set maximum width then the program "linebreaks" and continues appending at the start of the next "row". If both maximum width and height is reached the image is saved and a new appendable image is started.

Is there any screen capture tool that can do something like that? (Note that I want each capture to retain it's size, so a tool that makes thumbnail image sheets out of a set of images would not be a solution here)

I suppose this is a feature that only few have use for on a daily basis. But on occasions when it is needed it could be a real timesaver compared to manually saving single screencap images, opening them all in a editor, creating a large canvas and copying and pasting them together.

Pages: prev1 ... 226 227 228 229 230 [231] 232 233 234next
Go to full version