Jump to content

capture screen shot into jpeg format


Recommended Posts

  • Moderators

don't direct me just tell me the code

thanks

Are you kidding? This isn't a drive up service center.

Edit:

No wonder you can't find anything on your own, you can't even post in the right forum... moving to Support.

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

As exodius was saying... read the helpfile.

Step 1: Analyze what you want to do:

capture screen shot into jpeg format

Step 2: Try searching the helpfile for "Screen Capture"

Result: Wow! Look at that! There's a function called "_ScreenCapture_Capture"

Step 3: Click on the link for "_ScreenCapture_Capture"

Step 4: Look at the example provided in the helpfile:

#include <ScreenCapture.au3>

; Capture full screen
_ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image1.jpg")

; Capture region
_ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image2.jpg", 0, 0, 796, 596)
Imagine that! It's like magic!

Edit: Seriously, you generally ask smarter questions then that.

Edited by Achilles
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

i know this function man and not working with my updated autoit

i'm currently using lazycat dll file but i want it through autoit

and thanks for replying and no this not a service center

Link to comment
Share on other sites

  • 1 year later...

Did you read any of this thread? You also bumped an old thread with an only loosely related question. What code do you have so far? We know you need help; that is why it is in the general help and support forum. There is no need to string tons of .s or to emphasize the last letter or words.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...