|
-
February 2nd, 2008, 05:17 AM
#1
GDI Copy screen content
I would like to create a jpeg image with only 35% of it's quality..
for example
int desktopWidth = GetSystemMetrics(SM_CXSCREEN);
int desktopHeight = GetSystemMetrics(SM_CYSCREEN);
then create a bitmap of size desktopWidth, desktopHeight (or the size of the screen, excluding toolbars etc..), copy the screen into it, and then reduce the image quality to 35%, and then save that file to my desktop
If anyone could tell me how I would go about this?, it seems quite complex..
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|