![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
You can also use the dzImage Library in
dzImage Library Where you have different functions like, below part of the txt file for the library. Methods: ScreenCapture: Captures the whole screen. ScreenCapture2(x,y,width,Height): Captures part of the screen. ControlCapture(ControlName,x,y,width,Height): Captures part of a control. x,y are relatives to control upper left corner. The control can be a form or any other control SaveImageBMP(Image, FileName): Saves the Image as BMP to a file with filename Filename. SaveImageJPEG(Image, FileName): Saves the Image as JPG to a file with filename Filename. SaveImageGIF(Image, FileName): Saves the Image as GIF to a file with filename Filename. CopyImage(sourceImage, x,y,width, height): Copies a part of an image. Returns the new cropped Image (part of the source) RotateImage(sourceImage, angle): Rotates an image. Angle can be one of 0, 90, 180, 270. Returns the rotated Image ZoomImage(sourceImage, Percent): Zoomes an image Percent% of the original (Percent = 0 to 1000). Returns the Zoomed Image ImageSize(Image): Returns an array(2) containing width and height of the image. array(0) = width and array(1) = height The last version is V5, the text file is in version V2 I think the functions you are looking for are in this library. Best regards Klaus Switzerland |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GetFile to save to other DIR | tcgoh | Questions & Help Needed | 9 | 08-09-2008 06:17 AM |
| Sound and Image files | JamesC | Questions & Help Needed | 1 | 04-15-2008 11:29 AM |
| save filter of a table | manu | Questions & Help Needed | 4 | 08-23-2007 04:46 PM |
| How to save images after they have been placed in an imagelist | XerVision | Questions & Help Needed | 2 | 07-13-2007 09:59 PM |
| Move an image inside an image control | Cableguy | Questions & Help Needed | 5 | 05-14-2007 08:40 PM |