Re: Screenshot Programming Software Development by TallCool1 [QUOTE=BountyX]I want to write a program that will take a screenshot and save it as a jpeg thumbnail with custom compression settings.[/QUOTE] You might learn more from [URL=http://sourceforge.net/search/?type=soft&exact=0&q=screenshot][b]SourceForge[/b][/URL]. Source in a variety of languages. Why reinvent the wheel? Screenshot Programming Software Development by BountyX I want to write a program that will take a screenshot and save it as a jpeg thumbnail with custom compression settings. I have no clue where to start, except for google, which didn't really help. Can somebody point me in the right direction? Re: screenshot of any webpage using php Programming Web Development by veedeoo …image.aspx?url='.$url; ## let's show the screenshot echo $img_url; ## define the destination directory of the…understand these things. ## define the file name of the screenshot image and the directory. $img_dir ="test/whatever.… these things. ## define the file name of the screenshot image and the directory. $img_dir ="test/whatever.… Re: screenshot of any webpage using php Programming Web Development by Maximus1983 … use the GrabzIt client to calls the screenshot service passing the URL you want a screenshot of and the callback URL. The… whatever is needed for the later processing of the //resulting screenshot $grabzIt = new GrabzItClient("APPLICATION KEY", "APPLICATION SECRET… screenshot of any webpage using php Programming Web Development by sanjaypandit I want to save screenshot of any webpage using php. i search in google but … Class COM i which internet exp. open and take a screenshot. but how it will work in linux server thanks Re: screenshot of any webpage using php Programming Web Development by diafol … get it to work. I always thought that getting a screenshot from an url was a big 'no-no', as it… that a site could get my active window or desktop screenshot. Gawd, how would I explain that in my necrophiliacs anonymous… Re: screenshot of any webpage using php Programming Web Development by amitgmail ya thanks for sharing this ,this is very good as i found this one... now is we want to save this screenshot in server side php. any idea how to do this...... Re: screenshot of any webpage using php Programming Web Development by fsadfsadfsad the easiest way I know is to use http://www.thumbs4free.net/ to get the google page screenshot use http://api.thumbs4free.net/Thumbs/View?url=http://www.google.com Re: screenshot of any webpage using php Programming Web Development by user1439u This is perfect choice for you http://codecanyon.net/item/webpage-screenshot-generator/5373149 Re: Screenshot (maybe win32api?) Programming Software Development by triumphost …; } BmpData; typedef enum {false = 0, true = 1} bool; bool ScreenShot(BmpData* Data) { bool Result = false; memset(Data, 0, sizeof(BmpData…} int main() { int X = 15, Y = 16; BmpData Data = {0}; ScreenShot(&Data); printf("The colour at: (%i, %i) is… Screenshot (maybe win32api?) Programming Software Development by daviddoria I would like to take a screenshot of a region of my screen programmatically (so I can do it every time through a loop, for example.) Does anyone know how to do this? I guess it would involve the win32api - I've not used this before so any hints would be great! Thanks, Dave Re: Screenshot (maybe win32api?) Programming Software Development by dougy83 [QUOTE=daviddoria;587847]I would like to take a screenshot of a region of my screen programmatically (so I can … Re: Screenshot (maybe win32api?) Programming Software Development by Sky Diploma You can do something like try to give the computer coordinates and then take a whole screenshot of your computer After that cut of all other parts except the selected coordinates. OOPS LATE ANSWER Re: Screenshot of JFrame which is Invisible Programming Software Development by jwenting SCREENshot, that's a recording of what's visible on the SCREEN. Something invisible will not be on one. Re: Screenshot Programming Software Development by Aaerox One method to do such is to use gdi+. I did it before, but I can't remember exactly how. Hopefully google, coupled with my reference, can help. :] Re: Screenshot Programming Software Development by BountyX i tried that no luck Edit: my little brother posted under my name ;) Re: Screenshot of JFrame which is Invisible Programming Software Development by ProgrammersTalk errr... if you want to take the screenshot of something that's invisible, then make it as visible, and then say that this is invisible???? lol... that's the best idea i can give you :) Capture screenshot of Active Window Programming Software Development by anuj_sharma …a small application that allows the user to capture the screenshot and save the image at a user defined location. It…developers have been using the Alt+PrntScrn to get the screenshot and get the image from the clipboard. The code for… application of which the user wants to get the screenshot and the screenshot is taken of the toolbar and not that of… Searching Screenshot for Smaller Picture VB.NET Programming Software Development by HctiMitcH I am trying to create a program that searches a screenshot 1600x900 px for a smaller image 200x50. For example on … would like to have the program take a screenshot and then search the screenshot for the DaniWeb logo. I would like the… presses a button the form will hide and take a screenshot. It will then search that screen shot for the picture… Vb6 Take ScreenShot with Form2 X , Y area Programming by razamughal67 Hello experts i need help about screenshot code. i have two form ( Form1 & Form2 ) form1 have … picturebox. and form two is empty. i want to take screenshot with form width and Height. mean's where i move… and press Command1 button on form1 then it take a screenshot that area where is my form2. and save it in… onclick screenshot Programming Software Development by Benou … trouble to create the following script: I would like a screenshot been taken each time a click is detected. Also (if… modify the x and y of the size of the screenshot. There is my code (doesn't work yet): [CODE] import… How to take image(screenshot) of first page of any file Programming Software Development by shivnath … work and I need to take the image(just as screenshot) of the first page of any file so that contents… used "java.awt.Robot" class for taking desktop screenshot but I am not able to find out the way… Re: Use action script to make a screenshot of a site Digital Media UI / UX Design by JasonHippy … the swf has loaded, you want it to take a screenshot of the entire web-page?? If so, it sounds a… itself. So it wouldn't be possible to take a screenshot of the entire web-page directly from Flash/AS3 (at… set up. What do you intend to do with the screenshot after you've got it? Re: Use action script to make a screenshot of a site Digital Media UI / UX Design by theighost … overlayer that will cover the whole page and using the screenshot we will add the illusions that the page is being… the resources, it's not necessary to have a new screenshot every time the swf is loaded, so I guess a… server side script would be perfect to make a screenshot every hour lets say. Thank you Taking screenshot using java robot class not woring when pc is locked. Programming Software Development by sagngh8 have implemented robot to take the screenshot of the desktop. [code]Robot objRobot = null; try { objRobot = new … displayed in the desktop is not captured.I need the screenshot of what is displayed in the desktop even when my… Taking screenshot with java applet using java robot class not working Hardware and Software macOS by sagngh8 Hi Everyone, I am using the java applet to take screenshot of the web browser using the java's robot class. ….createScreenCapture(objRectArea); The thing work good in windows system taking screenshot but in case of mac osx i get the blank… Taking screenshot with java applet using java robot class not working Programming Software Development by sagngh8 Hi Everyone, I am using the java applet to take screenshot of the web browser using the java's robot class. ….createScreenCapture(objRectArea); The thing work good in windows system taking screenshot but in case of mac osx i get the blank… Re: Taking screenshot with java applet using java robot class not working Hardware and Software macOS by jingda Why are you using that to take screenshot. Do you want to take screenshot of the web page or other things. If you just want to take picture of the web page you could use another method. I am not sure what you are doing? Can you explain to me first? Thanks Re: Taking screenshot with java applet using java robot class not working Hardware and Software macOS by jingda You can always use command + shift + 3. Hold command, shift and 3 at the same time you can take a screenshot of the whole page you are viewing. If you use 4 instead of 3, you can select the area you want to screenshot. Grab is good but too troublesome. writing text in screenshot Programming Software Development by lelejau I have this code to take a screenshot of my app window: [CODE] BOOL TakeScreenshot() { struct tagPOINT Point; … top of the image some informations, like, the time the screenshot was taken, etc.. how can I do that? I already…