topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 9:59 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: Screenshot Captor Auto Tool Configurations  (Read 90700 times)

wzb3

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #25 on: September 06, 2010, 05:41 PM »
When I click the print screen I only want one screen capture. Why does it give 4 or more?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #26 on: September 06, 2010, 05:43 PM »
something must be going wrong, that's definitely not normal.  maybe you have the auto-timer option on?

Hastur

  • Participant
  • Joined in 2007
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #27 on: November 15, 2010, 07:58 AM »
.sctools file for passing screenshots to Photoshop CS5 for editing.  :)

title = -
@
title = Photoshop CS5
app = %ProgramFiles%\Adobe\Adobe Photoshop CS5\Photoshop.exe
params = "%file%"
iconfile =
@
title = Photoshop CS5 (plain)
app = %ProgramFiles%\Adobe\Adobe Photoshop CS5\Photoshop.exe
params = "%fileplain%"
iconfile =

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #28 on: November 15, 2010, 11:49 AM »
Thanks for sharing!

wiselatina

  • Participant
  • Joined in 2011
  • *
  • Posts: 1
    • View Profile
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #29 on: April 08, 2011, 10:40 AM »
Hi, I've been using SC for over a year and everything was working fine. But for few weeks the scrolling feature is not working (which is the caption I usually use). It just stays looping and when it takes finally the shot is only the screen without scrolling part.  >:(

My details:
-Windows XP
-Having the issues with Firefox 3.6.16, Chrome 10.0.648.204, Safari 5.0.4.

I tried your capture exceptions without success (on any of the browsers).  :huh:

Please help.

RickHamilton

  • Participant
  • Joined in 2011
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #30 on: October 11, 2011, 08:10 AM »
Might you have a step-by-step tutorial, that spells out all the keystrokes and clicks
for capturing a scrollable screen that is larger than the physical screen size?  Thanks!

rick

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #31 on: October 11, 2011, 08:20 AM »
I'm well into recoding the scrolling capture from scratch, with much improved performance.  Follow this thread for updates on scrolling capture.

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #32 on: March 22, 2012, 11:30 AM »
Here's a PNGGauntlet tool menu entry:
http://dl.dropbox.co...s/PNGGauntlet.sctool

title = PNGGauntlet - Optimize
app = %ProgramFiles%\PNGGauntlet\PngGauntlet.exe
params = "%file%"
iconfile =
@
title = PNGGauntlet - Optimize (Plain)
app = %ProgramFiles%\PNGGauntlet\PngGauntlet.exe
params = "%fileplain%"
iconfile =

PngGauntlet is a free tool to optimize the filesize of your images without sacrificing quality:
Combines PNGOUT, OptiPNG, and DeflOpt to create the smallest PNGs. No image quality is lost - only file size. Converts JPG, GIF, TIFF, and BMP files to PNG . Ultra-configurable

Examples:
A chrome extensions scrolling screenshot was optimized to 73% of its original size (png 16m)
A screenshot of my dual monitor workspace was optimized to 72% of its original size (png 16m - 3840x1080 - 947kb)

This is a great tool to run on your images before you publish your website, as it can make your site faster to load without any disadvantages.
« Last Edit: March 22, 2012, 11:35 AM by justice »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Screenshot Captor Auto Tool Configurations
« Reply #33 on: March 22, 2012, 11:34 AM »
Thanks for sharing!