Small build and run fixes made to screenshotgen util after wxMSW changes.
Updated wxOSX (Carbon) screenshots in the manual. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 922 B |
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 932 B After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 438 B |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 924 B After Width: | Height: | Size: 875 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.6 KiB |
@ -87,7 +87,7 @@ bool AutoCaptureMechanism::Capture(wxBitmap* bitmap, int x, int y,
|
||||
}
|
||||
while(!fullscreen.IsOk());
|
||||
|
||||
bitmap = fullscreen.GetSubBitmap(wxRect(x,y,width,height));
|
||||
*bitmap = fullscreen.GetSubBitmap(wxRect(x, y, width, height));
|
||||
|
||||
// to prevent loading the old screenshot next time
|
||||
system("rm /tmp/wx_screen_capture.png");
|
||||
@ -171,7 +171,7 @@ void AutoCaptureMechanism::CaptureAll()
|
||||
}
|
||||
|
||||
// create the screenshot
|
||||
wxBitmap screenshot(0, 0);
|
||||
wxBitmap screenshot(1, 1);
|
||||
Capture(&screenshot, ctrl);
|
||||
|
||||
if(ctrl.flag & AJ_Union)
|
||||
@ -181,9 +181,9 @@ void AutoCaptureMechanism::CaptureAll()
|
||||
{
|
||||
++it;
|
||||
it->name = ctrl.name; //preserving the name
|
||||
wxBitmap screenshot2(0, 0);
|
||||
wxBitmap screenshot2(1, 1);
|
||||
Capture(&screenshot2, *it);
|
||||
wxBitmap combined(0, 0);
|
||||
wxBitmap combined(1, 1);
|
||||
Union(&screenshot, &screenshot2, &combined);
|
||||
screenshot = combined;
|
||||
}
|
||||
|
@ -279,13 +279,13 @@ public:
|
||||
/**
|
||||
Take a screenshot for the given region.
|
||||
|
||||
@param bitmap
|
||||
Bitmap to save the screenshot to.
|
||||
@param bitmap
|
||||
Bitmap to save the screenshot to.
|
||||
@param rect
|
||||
Given rectangular region.
|
||||
Given rectangular region.
|
||||
@param delay
|
||||
Only useful for Mac, for fixing a delay bug. It seems that it
|
||||
didn't fix the bug, so it might be removed soon.
|
||||
Only useful for Mac, for fixing a delay bug. It seems that it
|
||||
didn't fix the bug, so it might be removed soon.
|
||||
*/
|
||||
static bool Capture(wxBitmap* bitmap, wxRect rect, int delay = 0);
|
||||
|
||||
|
@ -82,7 +82,7 @@ void ScreenshotFrame::OnCaptureFullScreen(wxCommandEvent& WXUNUSED(event))
|
||||
wxCoord screenWidth, screenHeight;
|
||||
dcScreen.GetSize(&screenWidth, &screenHeight);
|
||||
|
||||
wxBitmap fullscreen(0, 0);
|
||||
wxBitmap fullscreen(1, 1);
|
||||
AutoCaptureMechanism::Capture(&fullscreen, 0, 0, screenWidth, screenHeight);
|
||||
|
||||
AutoCaptureMechanism::Save(&fullscreen, _T("fullscreen"));
|
||||
|